<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Canvas</title>

<style type="text/css"><!--
#container { position: relative; }
#imageTemp { position: absolute; top: 1px; left: 1px; }
--></style>

</head>
<body>
<canvas id="imageView" width="600" height="500"></canvas>

<script type="text/javascript">
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(162, 27);

context.lineTo(162, 27);
context.stroke();

context.lineTo(163, 27);
context.stroke();

context.lineTo(164, 27);
context.stroke();

context.lineTo(168, 29);
context.stroke();

context.lineTo(178, 39);
context.stroke();

context.lineTo(191, 56);
context.stroke();

context.lineTo(200, 70);
context.stroke();

context.lineTo(213, 86);
context.stroke();

context.lineTo(242, 118);
context.stroke();

context.lineTo(255, 130);
context.stroke();

context.lineTo(297, 171);
context.stroke();

context.lineTo(331, 202);
context.stroke();

context.lineTo(385, 250);
context.stroke();

context.lineTo(439, 298);
context.stroke();

context.lineTo(471, 327);
context.stroke();

context.lineTo(497, 352);
context.stroke();

context.lineTo(525, 379);
context.stroke();

context.lineTo(533, 387);
context.stroke();

context.lineTo(549, 404);
context.stroke();

context.lineTo(555, 412);
context.stroke();

context.lineTo(559, 418);
context.stroke();

context.lineTo(560, 420);
context.stroke();

context.lineTo(560, 419);
context.stroke();

context.lineTo(560, 418);
context.stroke();

context.lineTo(559, 418);
context.stroke();

context.lineTo(559, 418);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(487, 72);

context.lineTo(486, 72);
context.stroke();

context.lineTo(485, 72);
context.stroke();

context.lineTo(476, 76);
context.stroke();

context.lineTo(469, 81);
context.stroke();

context.lineTo(451, 96);
context.stroke();

context.lineTo(444, 102);
context.stroke();

context.lineTo(430, 116);
context.stroke();

context.lineTo(396, 146);
context.stroke();

context.lineTo(373, 165);
context.stroke();

context.lineTo(328, 199);
context.stroke();

context.lineTo(268, 236);
context.stroke();

context.lineTo(231, 256);
context.stroke();

context.lineTo(180, 286);
context.stroke();

context.lineTo(152, 303);
context.stroke();

context.lineTo(133, 316);
context.stroke();

context.lineTo(113, 329);
context.stroke();

context.lineTo(109, 334);
context.stroke();

context.lineTo(93, 346);
context.stroke();

context.lineTo(86, 350);
context.stroke();

context.lineTo(81, 355);
context.stroke();

context.lineTo(75, 360);
context.stroke();

context.lineTo(70, 363);
context.stroke();

context.lineTo(69, 364);
context.stroke();

context.lineTo(70, 364);
context.stroke();

context.lineTo(71, 364);
context.stroke();

context.lineTo(72, 363);
context.stroke();

context.lineTo(73, 362);
context.stroke();

context.lineTo(74, 362);
context.stroke();

context.lineTo(74, 362);
context.stroke();
</script>
</body>
</html>