<!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(187, 157);
context.scale(1, 0.9361702127659575);
context.beginPath();
context.arc(0, 0, 129, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(110, 128.5);
context.scale(0.9090909090909091, 1);
context.beginPath();
context.arc(0, 0, 15, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(160, 131);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(167, 230);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(267, 178);
context.stroke();
</script>
</body>
</html>