<!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(93, 105, 104, 263);

context.strokeStyle = '#000000';
context.strokeRect(93, 234, 288, 135);

context.strokeStyle = '#000000';
context.save();
context.translate(131, 303.5);
context.scale(1, 0.9651162790697675);
context.beginPath();
context.arc(0, 0, 120, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(360, 349);
context.scale(1, 0.96);
context.beginPath();
context.arc(0, 0, 69, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(297, 127, 12, 108);

context.strokeStyle = '#000000';
context.save();
context.translate(342.5, 77);
context.scale(1, 0.5185185185185185);
context.beginPath();
context.arc(0, 0, 91, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(102, 119, 86, 58);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(139, 153);
context.lineTo(138, 178);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(139, 164);
context.lineTo(164, 154);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(136, 163);
context.lineTo(115, 150);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(131, 134.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(132, 144);
context.lineTo(143, 144);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(114, 139);
context.lineTo(71, 86);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(67.5, 58);
context.scale(1, 0.5079365079365079);
context.beginPath();
context.arc(0, 0, 71, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(128.5, 298.5);
context.scale(0.9466666666666667, 1);
context.beginPath();
context.arc(0, 0, 103, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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