<!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(294, 256);
context.scale(0.9636363636363636, 1);
context.beginPath();
context.arc(0, 0, 153, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(273, 233);

context.strokeStyle = '#000000';
context.save();
context.translate(296.5, 263);
context.scale(0.9642857142857143, 1);
context.beginPath();
context.arc(0, 0, 39, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(203, 197.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.beginPath();
context.moveTo(204, 196);

context.lineTo(204, 196);
context.stroke();

context.lineTo(204, 196);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(374.5, 315.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 27, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(368.5, 196.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 24, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(222, 191);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 6;

context.lineWidth = 8;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(353, 69);

context.lineWidth = 13;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(249, 82);
context.lineTo(287, 168);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(287, 167);
context.lineTo(328, 83);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(252, 66);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(249, 82);

context.lineTo(249, 82);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(287.5, 89.5);
context.scale(1, 0.6129032258064516);
context.beginPath();
context.arc(0, 0, 36, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(288, 165);
context.lineTo(290, 223);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(291, 301);
context.lineTo(294, 407);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(313, 73);
context.lineTo(338, 34);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 72);
context.lineTo(241, 28);
context.stroke();
context.closePath();

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

context.strokeStyle = '#000000';
context.save();
context.translate(337, 22);
context.scale(1, 0.8888888888888888);
context.beginPath();
context.arc(0, 0, 24, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>