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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(248, 158);

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

context.strokeStyle = '#000000';
context.save();
context.translate(262.5, 171.5);
context.scale(0.7073170731707317, 1);
context.beginPath();
context.arc(0, 0, 50, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(346.5, 175.5);
context.scale(0.6491228070175439, 1);
context.beginPath();
context.arc(0, 0, 68, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 9;

context.lineWidth = 13;

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(281, 331);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(243, 312);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(317, 319);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(367, 299);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(191, 259);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(191, 253);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(224, 312);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(236, 338);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(218, 285);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(270, 343);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(355, 326);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(235, 280);
context.lineTo(276, 320);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(279, 325);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(336, 291);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(270, 323);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(269, 318);
context.lineTo(312, 320);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(306, 324);
context.lineTo(344, 296);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(263, 172);
context.lineTo(258, 171);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(346, 171);
context.lineTo(345, 188);
context.stroke();
context.closePath();
</script>
</body>
</html>