<!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(247, 103);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(124, 111);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 188);

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

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

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

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

context.lineTo(193, 193);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(276, 275);
context.stroke();

context.lineTo(276, 275);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(493, 74);

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

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

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

context.lineTo(484, 110);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(427, 245);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(412, 266);
context.stroke();
</script>
</body>
</html>