<!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(172, 86);

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

context.lineTo(175, 86);
context.stroke();

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

context.lineTo(212, 86);
context.stroke();

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

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

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

context.lineTo(331, 86);
context.stroke();

context.lineTo(354, 86);
context.stroke();

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

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

context.lineTo(385, 101);
context.stroke();

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

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

context.lineTo(391, 136);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(327, 271);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(156, 284);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(287, 86);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(425, 320);

context.lineTo(425, 320);
context.stroke();
</script>
</body>
</html>