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

context.strokeStyle = '#000000';
context.save();
context.translate(133, 145);
context.scale(0.8888888888888888, 1);
context.beginPath();
context.arc(0, 0, 24, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(293, 120.5);
context.scale(1, 0.9705882352941176);
context.beginPath();
context.arc(0, 0, 47, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(192, 100.5);
context.scale(0, 1);
context.beginPath();
context.arc(0, 0, 23, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(181, 74);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(168, 255);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(376, 185);
context.stroke();
</script>
</body>
</html>