<!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(311, 83);

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

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

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

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

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

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

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

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

context.lineTo(273, 94);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(115, 125);
context.stroke();

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

context.lineTo(113, 125);
context.stroke();

context.lineTo(113, 125);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(142, 130);

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

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

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

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

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

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

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

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

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

context.lineTo(330, 206);
context.stroke();

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(502, 247);

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

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

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

context.lineTo(499, 253);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(118, 66);

context.lineTo(118, 66);
context.stroke();
</script>
</body>
</html>