<!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(186.5, 118.5);
context.scale(1, 0.7373737373737373);
context.beginPath();
context.arc(0, 0, 123, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(163, 73);

context.lineTo(164, 75);
context.stroke();

context.lineTo(164, 83);
context.stroke();

context.lineTo(164, 90);
context.stroke();

context.lineTo(164, 97);
context.stroke();

context.lineTo(164, 104);
context.stroke();

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

context.lineTo(164, 116);
context.stroke();

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

context.lineTo(164, 128);
context.stroke();

context.lineTo(164, 131);
context.stroke();

context.lineTo(164, 136);
context.stroke();

context.lineTo(164, 140);
context.stroke();

context.lineTo(164, 143);
context.stroke();

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

context.lineTo(164, 146);
context.stroke();

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

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

context.lineTo(164, 150);
context.stroke();

context.lineTo(165, 150);
context.stroke();

context.lineTo(167, 150);
context.stroke();

context.lineTo(170, 150);
context.stroke();

context.lineTo(173, 150);
context.stroke();

context.lineTo(175, 150);
context.stroke();

context.lineTo(178, 152);
context.stroke();

context.lineTo(182, 152);
context.stroke();

context.lineTo(186, 152);
context.stroke();

context.lineTo(189, 154);
context.stroke();

context.lineTo(190, 154);
context.stroke();

context.lineTo(192, 154);
context.stroke();

context.lineTo(194, 154);
context.stroke();

context.lineTo(196, 154);
context.stroke();

context.lineTo(200, 153);
context.stroke();

context.lineTo(202, 152);
context.stroke();

context.lineTo(203, 152);
context.stroke();

context.lineTo(204, 151);
context.stroke();

context.lineTo(204, 151);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(144, 176);

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

context.lineTo(146, 176);
context.stroke();

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

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

context.lineTo(155, 179);
context.stroke();

context.lineTo(159, 180);
context.stroke();

context.lineTo(170, 184);
context.stroke();

context.lineTo(178, 186);
context.stroke();

context.lineTo(182, 186);
context.stroke();

context.lineTo(186, 186);
context.stroke();

context.lineTo(192, 186);
context.stroke();

context.lineTo(200, 186);
context.stroke();

context.lineTo(204, 185);
context.stroke();

context.lineTo(208, 184);
context.stroke();

context.lineTo(210, 184);
context.stroke();

context.lineTo(213, 183);
context.stroke();

context.lineTo(215, 181);
context.stroke();

context.lineTo(219, 179);
context.stroke();

context.lineTo(221, 177);
context.stroke();

context.lineTo(223, 176);
context.stroke();

context.lineTo(228, 173);
context.stroke();

context.lineTo(230, 172);
context.stroke();

context.lineTo(232, 170);
context.stroke();

context.lineTo(234, 170);
context.stroke();

context.lineTo(235, 169);
context.stroke();

context.lineTo(236, 168);
context.stroke();

context.lineTo(239, 165);
context.stroke();

context.lineTo(242, 164);
context.stroke();

context.lineTo(242, 164);
context.stroke();
</script>
</body>
</html>