<!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(169, 148.5);
context.scale(0.9438202247191011, 1);
context.beginPath();
context.arc(0, 0, 122, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(93.5, 123);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 19, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(211, 98.5);
context.scale(0.9411764705882353, 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(146, 78);

context.lineTo(146, 79);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(132, 200);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(249, 181);
context.stroke();
</script>
</body>
</html>