<!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.save();
context.translate(265, 156.5);
context.scale(1, 0.9615384615384616);
context.beginPath();
context.arc(0, 0, 108, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(306, 26);

context.strokeStyle = '#000000';
context.save();
context.translate(331.5, 42);
context.scale(0.9583333333333334, 1);
context.beginPath();
context.arc(0, 0, 33, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(210, 123.5);
context.scale(0.5882352941176471, 1);
context.beginPath();
context.arc(0, 0, 20, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(295, 115);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(301, 111);

context.strokeStyle = '#000000';
context.save();
context.translate(314.5, 124.5);
context.scale(0.5789473684210527, 1);
context.beginPath();
context.arc(0, 0, 22, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(212, 194);
context.lineTo(233, 217);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(233, 218);
context.lineTo(262, 195);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 195);
context.lineTo(288, 216);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(288, 216);
context.lineTo(312, 194);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(189, 295);

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

context.strokeStyle = '#000000';
context.save();
context.translate(328.5, 412.5);
context.scale(1, 0.8769230769230769);
context.beginPath();
context.arc(0, 0, 86, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(215, 287);
context.lineTo(97, 216);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(341, 274);
context.lineTo(447, 178);
context.stroke();
context.closePath();
</script>
</body>
</html>