<!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(53, 46, 344, 330);

context.strokeStyle = '#000000';
context.strokeRect(73, 93, 127, 151);

context.strokeStyle = '#000000';
context.strokeRect(236, 91, 138, 152);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(89, 70);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(78, 70);

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

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

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

context.lineTo(108, 76);
context.stroke();

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

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

context.lineTo(126, 79);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(158, 76);
context.stroke();

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

context.lineTo(163, 79);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(260, 71);

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

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

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

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

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

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

context.lineTo(278, 59);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(351, 77);
context.stroke();

context.lineTo(355, 77);
context.stroke();

context.lineTo(359, 77);
context.stroke();

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(316, 147);

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

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;
</script>
</body>
</html>