<!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(293, 82);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(128, 74);

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

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

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

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

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

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

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

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

context.lineTo(348, 324);
context.stroke();

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

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

context.lineTo(408, 365);
context.stroke();

context.lineTo(420, 370);
context.stroke();

context.lineTo(426, 373);
context.stroke();

context.lineTo(432, 375);
context.stroke();

context.lineTo(435, 378);
context.stroke();

context.lineTo(441, 380);
context.stroke();

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

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

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

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

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

context.lineTo(468, 381);
context.stroke();

context.lineTo(475, 376);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(19, 358);
context.stroke();

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

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

context.lineTo(9, 359);
context.stroke();
</script>
</body>
</html>