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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(368, 252);

context.lineTo(361, 252);
context.stroke();

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

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

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

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

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

context.lineTo(307, 260);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(330, 363);
context.stroke();

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

context.lineTo(339, 366);
context.stroke();

context.lineTo(344, 367);
context.stroke();

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

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

context.lineTo(357, 367);
context.stroke();

context.lineTo(362, 367);
context.stroke();

context.lineTo(368, 367);
context.stroke();

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

context.lineTo(383, 359);
context.stroke();

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

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

context.lineTo(399, 344);
context.stroke();

context.lineTo(403, 338);
context.stroke();

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

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

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

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

context.lineTo(410, 298);
context.stroke();

context.lineTo(410, 295);
context.stroke();

context.lineTo(410, 287);
context.stroke();

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

context.lineTo(395, 262);
context.stroke();

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

context.lineTo(386, 252);
context.stroke();

context.lineTo(384, 249);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(323, 246);
context.stroke();
</script>
</body>
</html>