<!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(249.5, 205);
context.scale(1, 0.9572649572649573);
context.beginPath();
context.arc(0, 0, 162, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(143, 166.5);
context.scale(1, 0.9375);
context.beginPath();
context.arc(0, 0, 22, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(308, 132.5);
context.scale(0.9333333333333333, 1);
context.beginPath();
context.arc(0, 0, 21, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(201, 152);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(251, 320);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(325, 223);
context.stroke();
</script>
</body>
</html>