<!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(222, 231.5);
context.scale(0.9866666666666667, 1);
context.beginPath();
context.arc(0, 0, 105, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(184, 164);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(213, 284);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(270, 247);
context.stroke();
</script>
</body>
</html>