<!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(361, 304);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(421, 139);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(292, 349);
context.stroke();

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

context.lineTo(347, 461);
context.stroke();

context.lineTo(396, 497);
context.stroke();

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

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

context.lineTo(380, 433);
context.stroke();

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

context.lineTo(372, 382);
context.stroke();

context.lineTo(367, 364);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(367, 364);

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

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

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

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

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

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

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

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

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

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