<!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.strokeRect(246, 392, 56, 106);

context.strokeStyle = '#000000';
context.strokeRect(253, 400, 16, 39);

context.strokeStyle = '#000000';
context.strokeRect(275, 399, 20, 40);

context.strokeStyle = '#000000';
context.strokeRect(250, 445, 20, 46);

context.strokeStyle = '#000000';
context.strokeRect(274, 445, 22, 46);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(265, 391);
context.lineTo(235, 337);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(280, 392);
context.lineTo(304, 337);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(236.5, 335);
context.scale(0.8333333333333334, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(303, 334);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(301, 474);
context.lineTo(325, 462);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(325, 462);
context.lineTo(345, 497);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(239, 463);
context.lineTo(215, 452);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(214, 454);
context.lineTo(198, 496);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 12;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(399, 203);
context.lineTo(447, 322);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(472, 374);
context.lineTo(363, 226);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(138, 65);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(294, 97);
context.stroke();

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

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

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

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

context.lineTo(299, 71);
context.stroke();

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

context.lineTo(299, 67);
context.stroke();

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

context.lineTo(294, 62);
context.stroke();

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

context.lineTo(293, 58);
context.stroke();
</script>
</body>
</html>