<!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(409, 92);

context.lineTo(404, 92);
context.stroke();

context.lineTo(404, 92);
context.stroke();

context.lineTo(404, 92);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(519, 76);

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

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

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

context.lineTo(516, 77);
context.stroke();

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

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

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

context.lineTo(511, 79);
context.stroke();

context.lineTo(511, 79);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(463, 104);

context.lineTo(462, 104);
context.stroke();

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

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

context.lineTo(457, 114);
context.stroke();

context.lineTo(453, 120);
context.stroke();

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

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

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

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

context.lineTo(403, 216);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(574, 118);
context.stroke();

context.lineTo(572, 112);
context.stroke();

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

context.lineTo(556, 96);
context.stroke();

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

context.lineTo(526, 81);
context.stroke();

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

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

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

context.lineTo(456, 81);
context.stroke();

context.lineTo(438, 87);
context.stroke();

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

context.lineTo(403, 102);
context.stroke();

context.lineTo(398, 106);
context.stroke();

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

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

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

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

context.lineTo(394, 116);
context.stroke();
</script>
</body>
</html>