<!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(296, 85);

context.lineTo(296, 85);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(303, 168);

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

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

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

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

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

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

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

context.lineTo(309, 214);
context.stroke();

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

context.lineTo(310, 219);
context.stroke();

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

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

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

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

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

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

context.lineTo(254, 176);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(315, 296);
context.stroke();

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

context.lineTo(394, 304);
context.stroke();

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

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

context.lineTo(487, 261);
context.stroke();

context.lineTo(492, 243);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(300, 130);
context.stroke();
</script>
</body>
</html>