<!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(165, 71);

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

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

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

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

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

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

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

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

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

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

context.lineTo(102, 224);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(343, 149);

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

context.lineTo(360, 150);
context.stroke();

context.lineTo(381, 152);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(418, 304);
context.stroke();

context.lineTo(416, 306);
context.stroke();

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

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

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

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

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

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

context.lineTo(402, 318);
context.stroke();
</script>
</body>
</html>