<!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(349, 221);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(350, 222);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(350, 222);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(350, 222);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(273, 182);

context.lineTo(272, 182);
context.stroke();

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

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

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

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

context.lineTo(258, 203);
context.stroke();

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

context.lineTo(234, 224);
context.stroke();

context.lineTo(225, 228);
context.stroke();

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

context.lineTo(205, 235);
context.stroke();

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

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

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

context.lineTo(154, 220);
context.stroke();

context.lineTo(148, 210);
context.stroke();

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

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

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

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

context.lineTo(167, 143);
context.stroke();

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

context.lineTo(187, 136);
context.stroke();

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

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

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

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

context.lineTo(277, 211);
context.stroke();

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

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

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

context.lineTo(290, 281);
context.stroke();

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

context.lineTo(292, 306);
context.stroke();

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

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

context.lineTo(295, 313);
context.stroke();

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

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

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

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

context.lineTo(380, 293);
context.stroke();

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

context.lineTo(460, 235);
context.stroke();

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

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

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

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

context.lineTo(506, 153);
context.stroke();
</script>
</body>
</html>