<!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(158, 73);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(119, 307);
context.stroke();

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

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

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

context.lineTo(193, 322);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(389, 320);
context.stroke();

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

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

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

context.lineTo(394, 317);
context.stroke();

context.lineTo(394, 316);
context.stroke();

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

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

context.lineTo(393, 314);
context.stroke();
</script>
</body>
</html>