<!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(166, 126);
context.scale(1, 0.9767441860465116);
context.beginPath();
context.arc(0, 0, 120, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(73.5, 99);
context.scale(0.75, 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(227.5, 72.5);
context.scale(0.8181818181818182, 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(144, 83);

context.lineTo(144, 84);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(123, 203);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(224, 153);
context.stroke();
</script>
</body>
</html>