<!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(257.5, 214.5);
context.scale(0.9789473684210527, 1);
context.beginPath();
context.arc(0, 0, 133, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(176.5, 199);
context.scale(0.9285714285714286, 1);
context.beginPath();
context.arc(0, 0, 19, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(230, 183);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(266, 308);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(345, 274);
context.stroke();

context.lineTo(353, 262);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(362, 246);
context.stroke();
</script>
</body>
</html>