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

context.strokeStyle = '#000000';
context.save();
context.translate(163.5, 164.5);
context.scale(0.9130434782608695, 1);
context.beginPath();
context.arc(0, 0, 31, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(298.5, 129);
context.scale(0.9, 1);
context.beginPath();
context.arc(0, 0, 40, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(220, 113);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(226, 268);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(327, 198);
context.stroke();
</script>
</body>
</html>