<!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(369, 123);

context.lineTo(369, 123);
context.stroke();

context.lineTo(369, 123);
context.stroke();

context.lineTo(369, 123);
context.stroke();

context.lineTo(369, 123);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(369, 257);

context.lineTo(369, 257);
context.stroke();

context.lineTo(369, 257);
context.stroke();

context.lineTo(369, 257);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(337, 353);

context.lineTo(337, 353);
context.stroke();

context.lineTo(337, 353);
context.stroke();

context.lineTo(337, 353);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(384, 128);

context.lineTo(386, 128);
context.stroke();

context.lineTo(393, 131);
context.stroke();

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

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

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

context.lineTo(441, 179);
context.stroke();

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

context.lineTo(447, 218);
context.stroke();

context.lineTo(447, 244);
context.stroke();

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

context.lineTo(423, 311);
context.stroke();

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

context.lineTo(405, 339);
context.stroke();

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

context.lineTo(395, 348);
context.stroke();

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

context.lineTo(367, 357);
context.stroke();

context.lineTo(332, 359);
context.stroke();

context.lineTo(305, 359);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(248, 43);
context.stroke();

context.lineTo(266, 32);
context.stroke();

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

context.lineTo(308, 19);
context.stroke();

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

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

context.lineTo(461, 47);
context.stroke();

context.lineTo(503, 78);
context.stroke();

context.lineTo(512, 91);
context.stroke();

context.lineTo(513, 103);
context.stroke();

context.lineTo(513, 123);
context.stroke();

context.lineTo(506, 147);
context.stroke();

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

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

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

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

context.lineTo(436, 238);
context.stroke();

context.lineTo(436, 238);
context.stroke();

context.lineTo(436, 238);
context.stroke();

context.lineTo(436, 238);
context.stroke();
</script>
</body>
</html>