<!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(137, 243, 399, 112);

context.strokeStyle = '#000000';
context.strokeRect(425, 124, 110, 119);

context.strokeStyle = '#000000';
context.strokeRect(315, 213, 54, 28);

context.strokeStyle = '#000000';
context.strokeRect(176, 178, 28, 63);

context.strokeStyle = '#000000';
context.save();
context.translate(193.5, 143);
context.scale(1, 0.4444444444444444);
context.beginPath();
context.arc(0, 0, 10, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(214.5, 101);
context.scale(1, 0.6153846153846154);
context.beginPath();
context.arc(0, 0, 15, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(284.5, 356.5);
context.scale(1, 0.7948717948717948);
context.beginPath();
context.arc(0, 0, 50, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(399.5, 357.5);
context.scale(1, 0.7948717948717948);
context.beginPath();
context.arc(0, 0, 50, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.strokeRect(452, 161, 55, 48);

context.strokeStyle = '#000000';
context.strokeRect(186, 261, 333, 21);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(183, 283);
context.lineTo(161, 270);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(161, 270);
context.lineTo(186, 260);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(349, 357);
context.scale(1, 0.06542056074766354);
context.beginPath();
context.arc(0, 0, 214, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>