<!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(170, 129);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(221, 163);

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

context.lineTo(213, 169);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(81, 87);

context.lineTo(81, 91);
context.stroke();

context.lineTo(84, 100);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(185, 221);
context.stroke();
</script>
</body>
</html>