<!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(209, 129.5);
context.scale(1, 0.4887640449438202);
context.beginPath();
context.arc(0, 0, 198, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(352.5, 167);
context.scale(0.875, 1);
context.beginPath();
context.arc(0, 0, 117, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.strokeStyle = '#000000';
context.save();
context.translate(485, 206);
context.scale(0.1986754966887417, 1);
context.beginPath();
context.arc(0, 0, 308, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(264, 52);

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(320, 53);

context.lineTo(320, 53);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(319, 53);

context.lineTo(320, 53);
context.stroke();

context.lineTo(321, 53);
context.stroke();

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

context.lineTo(329, 55);
context.stroke();

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

context.lineTo(348, 65);
context.stroke();

context.lineTo(356, 69);
context.stroke();

context.lineTo(369, 76);
context.stroke();

context.lineTo(380, 82);
context.stroke();

context.lineTo(392, 89);
context.stroke();

context.lineTo(407, 98);
context.stroke();

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

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

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

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

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

context.lineTo(458, 124);
context.stroke();

context.lineTo(462, 127);
context.stroke();

context.lineTo(466, 130);
context.stroke();

context.lineTo(471, 134);
context.stroke();

context.lineTo(476, 137);
context.stroke();

context.lineTo(482, 142);
context.stroke();

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

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

context.lineTo(500, 161);
context.stroke();

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

context.lineTo(509, 174);
context.stroke();

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

context.lineTo(517, 188);
context.stroke();

context.lineTo(521, 197);
context.stroke();

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

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

context.lineTo(528, 231);
context.stroke();

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

context.lineTo(522, 270);
context.stroke();

context.lineTo(506, 289);
context.stroke();

context.lineTo(446, 333);
context.stroke();

context.lineTo(394, 351);
context.stroke();

context.lineTo(333, 356);
context.stroke();

context.lineTo(271, 351);
context.stroke();
</script>
</body>
</html>