<!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(184.5, 112.5);
context.scale(1, 0.9682539682539683);
context.beginPath();
context.arc(0, 0, 88, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(125, 95.5);
context.scale(1, 0.7857142857142857);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(219, 66);
context.scale(1, 0.8571428571428571);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(154, 58);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(165, 166);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(250, 126);
context.stroke();
</script>
</body>
</html>