<!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(76, 263, 424, 121);

context.strokeStyle = '#000000';
context.strokeRect(347, 84, 153, 177);

context.strokeStyle = '#000000';
context.strokeRect(425, 117, 53, 88);

context.strokeStyle = '#000000';
context.strokeRect(247, 209, 60, 51);

context.strokeStyle = '#000000';
context.strokeRect(102, 180, 58, 81);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(48, 175);
context.lineTo(213, 177);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(212, 177);
context.lineTo(240, 126);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(49, 173);
context.lineTo(16, 128);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(16, 127);
context.lineTo(239, 128);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(131.5, 82.5);
context.scale(1, 0.40540540540540543);
context.beginPath();
context.arc(0, 0, 40, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(172, 39);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 26, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(230.5, 24);
context.scale(1, 0.6086956521739131);
context.beginPath();
context.arc(0, 0, 27, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(277.5, 13.5);
context.scale(1, 0.8181818181818182);
context.beginPath();
context.arc(0, 0, 14, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(103.5, 395.5);
context.scale(1, 0.9393939393939394);
context.beginPath();
context.arc(0, 0, 45, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(214, 400);
context.scale(1, 0.8823529411764706);
context.beginPath();
context.arc(0, 0, 45, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(447.5, 396);
context.scale(1, 0.8571428571428571);
context.beginPath();
context.arc(0, 0, 46, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(101, 298);
context.lineTo(123, 316);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(124, 316);
context.lineTo(486, 316);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(486, 316);
context.lineTo(485, 276);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(485, 276);
context.lineTo(123, 277);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(270, 397);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(207, 390);

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(159, 390);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.strokeStyle = '#000000';
context.save();
context.translate(275.5, 400.5);
context.scale(1, 0.058823529411764705);
context.beginPath();
context.arc(0, 0, 221, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

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