<!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(172, 135);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(234, 261);
context.stroke();

context.lineTo(235, 261);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(313, 174);

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

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

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

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

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

context.lineTo(242, 249);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(297, 198);

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(403, 241);

context.lineTo(403, 249);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(389, 280);
context.stroke();
</script>
</body>
</html>