<!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(251.5, 151);
context.scale(0.9864864864864865, 1);
context.beginPath();
context.arc(0, 0, 104, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(181.5, 137.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 13, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(212, 103);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(231, 223);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(310, 180);
context.stroke();
</script>
</body>
</html>