<!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(417, 168);

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

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

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

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

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

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

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

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

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

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

context.lineTo(298, 58);
context.stroke();

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

context.lineTo(339, 63);
context.stroke();

context.lineTo(343, 64);
context.stroke();

context.lineTo(343, 65);
context.stroke();

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

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

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

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

context.lineTo(345, 70);
context.stroke();

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

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

context.lineTo(349, 97);
context.stroke();

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

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

context.lineTo(355, 140);
context.stroke();

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

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

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

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

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

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

context.lineTo(346, 185);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(73, 98);
context.stroke();

context.lineTo(73, 97);
context.stroke();

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

context.lineTo(73, 93);
context.stroke();

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

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

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

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

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

context.lineTo(82, 51);
context.stroke();

context.lineTo(83, 45);
context.stroke();

context.lineTo(84, 44);
context.stroke();

context.lineTo(84, 45);
context.stroke();

context.lineTo(84, 45);
context.stroke();
</script>
</body>
</html>