<!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(228.5, 153);
context.scale(1, 0.9904761904761905);
context.beginPath();
context.arc(0, 0, 148, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(247.5, 112);
context.scale(0.375, 1);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(150, 115.5);
context.scale(0.42105263157894735, 1);
context.beginPath();
context.arc(0, 0, 21, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(146.5, 115.5);
context.scale(0.42857142857142855, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(246, 112);
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.beginPath();
context.moveTo(230, 207);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(246, 113);

context.lineTo(246, 113);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(248, 113);

context.lineTo(248, 113);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(247, 113);

context.lineTo(247, 113);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(247, 112);

context.lineTo(247, 112);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(247, 112);

context.lineTo(247, 112);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(247, 112);

context.lineTo(246, 112);
context.stroke();

context.lineTo(245, 112);
context.stroke();

context.lineTo(244, 112);
context.stroke();

context.lineTo(243, 112);
context.stroke();

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

context.lineTo(149, 115);
context.stroke();

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

context.lineTo(148, 115);
context.stroke();

context.lineTo(145, 111);
context.stroke();

context.lineTo(145, 110);
context.stroke();

context.lineTo(145, 111);
context.stroke();

context.lineTo(145, 113);
context.stroke();

context.lineTo(145, 114);
context.stroke();

context.lineTo(145, 115);
context.stroke();

context.lineTo(145, 118);
context.stroke();

context.lineTo(147, 122);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(149, 121);

context.lineTo(149, 121);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(149, 121);

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