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

context.strokeStyle = '#000000';
context.save();
context.translate(235, 129);
context.scale(0.6666666666666666, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(300, 123);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(235, 197);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(251, 212);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(274, 222);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(306, 222);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(327, 198);
context.stroke();

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

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

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

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

context.lineTo(327, 193);
context.stroke();
</script>
</body>
</html>