<!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(235, 48);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 40, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(215.5, 27.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(260, 30);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(254, 28);

context.strokeStyle = '#000000';
context.save();
context.translate(253.5, 26);
context.scale(0.8333333333333334, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(223, 71);

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

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

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

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

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

context.lineTo(229, 64);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(232, 88);
context.lineTo(240, 327);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(157, 138);
context.lineTo(318, 138);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(315, 137);
context.lineTo(338, 96);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(158, 135);
context.lineTo(132, 189);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(240, 324);
context.lineTo(147, 442);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(240, 325);
context.lineTo(328, 439);
context.stroke();
context.closePath();
</script>
</body>
</html>