<!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(152, 91);

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

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

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

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

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

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

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

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

context.lineTo(190, 181);
context.stroke();

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

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

context.lineTo(203, 166);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(327, 169);

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(496, 119);

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

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

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

context.lineTo(469, 134);
context.stroke();

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

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

context.lineTo(464, 157);
context.stroke();

context.lineTo(466, 157);
context.stroke();

context.lineTo(466, 157);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(200, 282);

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

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

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

context.lineTo(157, 267);
context.stroke();

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

context.lineTo(126, 251);
context.stroke();

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

context.lineTo(111, 243);
context.stroke();

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(413, 247);

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

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

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

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

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

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

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

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

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

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