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

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

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

context.lineTo(186, 153);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(278, 160);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(231, 244);
context.stroke();

context.lineTo(219, 250);
context.stroke();

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

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

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

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

context.lineTo(198, 264);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(273, 313);
context.stroke();
</script>
</body>
</html>