<!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(266, 156);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(125, 61);

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

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

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

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

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

context.lineTo(159, 315);
context.stroke();

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

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

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

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

context.lineTo(212, 332);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(393, 36);
context.stroke();

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

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

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

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

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