<!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(395, 182);

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

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

context.lineTo(352, 200);
context.stroke();

context.lineTo(323, 207);
context.stroke();

context.lineTo(295, 217);
context.stroke();

context.lineTo(266, 228);
context.stroke();

context.lineTo(241, 238);
context.stroke();

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

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

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

context.lineTo(213, 263);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(229, 313);
context.stroke();

context.lineTo(238, 318);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(416, 332);
context.stroke();

context.lineTo(428, 315);
context.stroke();

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

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

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

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

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

context.lineTo(452, 177);
context.stroke();

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

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

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

context.lineTo(449, 117);
context.stroke();

context.lineTo(449, 117);
context.stroke();
</script>
</body>
</html>