<!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(84, 31, 354, 405);

context.strokeStyle = '#000000';
context.strokeRect(107, 48, 310, 368);

context.strokeStyle = '#000000';
context.strokeRect(131, 64, 262, 335);

context.strokeStyle = '#000000';
context.strokeRect(150, 79, 224, 300);

context.strokeStyle = '#000000';
context.strokeRect(168, 97, 179, 261);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(171, 98);
context.lineTo(239, 156);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(235, 154);
context.lineTo(167, 205);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(170, 202);
context.lineTo(231, 262);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(228, 260);
context.lineTo(166, 304);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(168, 299);
context.lineTo(224, 355);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(233, 152);
context.lineTo(283, 95);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(224, 349);
context.lineTo(298, 278);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(222, 351);
context.lineTo(299, 276);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(294, 277);
context.lineTo(344, 357);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(278, 96);
context.lineTo(347, 158);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(341, 151);
context.lineTo(276, 194);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(274, 191);
context.lineTo(274, 191);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(231, 150);
context.lineTo(280, 194);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(276, 191);
context.lineTo(223, 258);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(223, 257);
context.lineTo(299, 278);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(276, 192);
context.lineTo(344, 243);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(293, 278);
context.lineTo(345, 243);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(278, 146);
context.scale(0.125, 1);
context.beginPath();
context.arc(0, 0, 48, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(234, 154.5);
context.scale(0.6666666666666666, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(234, 162);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(277, 213);
context.scale(0.13636363636363635, 1);
context.beginPath();
context.arc(0, 0, 44, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(279, 279);
context.scale(0.08571428571428572, 1);
context.beginPath();
context.arc(0, 0, 70, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(231, 184);
context.scale(0.0967741935483871, 1);
context.beginPath();
context.arc(0, 0, 62, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(233.5, 269);
context.scale(0.14864864864864866, 1);
context.beginPath();
context.arc(0, 0, 75, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(175.5, 198);
context.scale(0.05319148936170213, 1);
context.beginPath();
context.arc(0, 0, 94, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(261, 238);
context.scale(0.5772357723577236, 1);
context.beginPath();
context.arc(0, 0, 284, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>