<!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(200, 83);

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

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

context.lineTo(198, 88);
context.stroke();

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

context.lineTo(196, 100);
context.stroke();

context.lineTo(195, 107);
context.stroke();

context.lineTo(194, 117);
context.stroke();

context.lineTo(192, 124);
context.stroke();

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

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

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

context.lineTo(189, 150);
context.stroke();

context.lineTo(188, 156);
context.stroke();

context.lineTo(186, 160);
context.stroke();

context.lineTo(185, 166);
context.stroke();

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

context.lineTo(184, 170);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(336, 136);

context.lineTo(333, 138);
context.stroke();

context.lineTo(323, 145);
context.stroke();

context.lineTo(307, 151);
context.stroke();

context.lineTo(291, 158);
context.stroke();

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

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

context.lineTo(229, 172);
context.stroke();

context.lineTo(215, 175);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(199, 157);

context.lineTo(201, 157);
context.stroke();

context.lineTo(209, 157);
context.stroke();

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

context.lineTo(239, 172);
context.stroke();

context.lineTo(259, 184);
context.stroke();

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

context.lineTo(314, 217);
context.stroke();

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

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

context.lineTo(347, 233);
context.stroke();

context.lineTo(351, 233);
context.stroke();

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

context.lineTo(358, 233);
context.stroke();

context.lineTo(358, 233);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(381, 166);

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

context.lineTo(361, 186);
context.stroke();

context.lineTo(343, 206);
context.stroke();

context.lineTo(322, 230);
context.stroke();

context.lineTo(302, 253);
context.stroke();

context.lineTo(287, 269);
context.stroke();

context.lineTo(279, 278);
context.stroke();

context.lineTo(274, 284);
context.stroke();

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

context.lineTo(271, 287);
context.stroke();

context.lineTo(271, 287);
context.stroke();
</script>
</body>
</html>