<!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(188, 101);

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

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

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

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

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

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

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

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

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

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

context.lineTo(339, 248);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(479, 162);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(178, 69);

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(171, 86);

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

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

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

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

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

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

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

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

context.lineTo(340, 114);
context.stroke();

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

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

context.lineTo(384, 125);
context.stroke();

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

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

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

context.lineTo(415, 144);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(431, 236);
context.stroke();
</script>
</body>
</html>