<!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(260, 167);
context.scale(1, 0.5841584158415841);
context.beginPath();
context.arc(0, 0, 234, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(215, 83);

context.lineTo(216, 85);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(217, 132);
context.stroke();

context.lineTo(214, 138);
context.stroke();

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

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

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

context.lineTo(206, 156);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(209, 193);
context.stroke();

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

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

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

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

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

context.lineTo(255, 205);
context.stroke();

context.lineTo(266, 205);
context.stroke();

context.lineTo(275, 205);
context.stroke();

context.lineTo(281, 205);
context.stroke();

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

context.lineTo(290, 201);
context.stroke();

context.lineTo(290, 201);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(183, 228);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(303, 241);
context.stroke();

context.lineTo(312, 238);
context.stroke();

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

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

context.lineTo(331, 229);
context.stroke();

context.lineTo(336, 227);
context.stroke();

context.lineTo(340, 224);
context.stroke();

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

context.lineTo(347, 220);
context.stroke();

context.lineTo(350, 218);
context.stroke();

context.lineTo(352, 217);
context.stroke();

context.lineTo(353, 216);
context.stroke();

context.lineTo(354, 214);
context.stroke();

context.lineTo(354, 214);
context.stroke();
</script>
</body>
</html>