<!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(278, 183.5);
context.scale(1, 0.9137931034482759);
context.beginPath();
context.arc(0, 0, 79, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(233, 175.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(323, 165.5);
context.scale(0.9090909090909091, 1);
context.beginPath();
context.arc(0, 0, 15, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(265, 142);

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

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

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

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

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

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

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

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

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

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

context.lineTo(272, 178);
context.stroke();

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

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

context.lineTo(272, 184);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(250, 221);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(336, 209);
context.stroke();
</script>
</body>
</html>