<!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(207, 69);

context.lineTo(207, 73);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(80, 171);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(142, 101);

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(291, 159);

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

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

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

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

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

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

context.lineTo(207, 222);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(255, 143);

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

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

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

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

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

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

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

context.lineTo(358, 246);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(404, 193);

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

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

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

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

context.lineTo(275, 274);
context.stroke();

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

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

context.lineTo(258, 283);
context.stroke();
</script>
</body>
</html>