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

context.strokeStyle = '#000000';
context.save();
context.translate(335.5, 192.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 30, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(208.5, 189);
context.scale(1, 0.9565217391304348);
context.beginPath();
context.arc(0, 0, 32, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(319, 191);
context.lineTo(346, 205);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(334, 197);
context.lineTo(341, 183);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(205, 200);
context.lineTo(224, 186);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(212, 190);
context.lineTo(201, 177);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(214, 191);
context.lineTo(211, 189);
context.stroke();
context.closePath();

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(291, 251);

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

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

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

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

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

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

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

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

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.save();
context.translate(293.5, 252);
context.scale(0.8333333333333334, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(253, 252);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.save();
context.translate(268.5, 284.5);
context.scale(1, 0.391304347826087);
context.beginPath();
context.arc(0, 0, 25, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(269, 293);
context.lineTo(269, 307);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(244, 306);
context.lineTo(297, 307);
context.stroke();
context.closePath();
</script>
</body>
</html>