<!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(219, 126);
context.scale(1, 0.515625);
context.beginPath();
context.arc(0, 0, 144, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(403, 219.5);
context.scale(1, 0.5625);
context.beginPath();
context.arc(0, 0, 55, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(263.5, 319);
context.scale(1, 0.38961038961038963);
context.beginPath();
context.arc(0, 0, 83, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(414.5, 301);
context.scale(0.04838709677419355, 1);
context.beginPath();
context.arc(0, 0, 62, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(313, 300.5);
context.scale(1, 0.4479166666666667);
context.beginPath();
context.arc(0, 0, 105, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(331.5, 271);
context.scale(0.59, 1);
context.beginPath();
context.arc(0, 0, 116, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(211.5, 223);
context.scale(1, 0.21800947867298578);
context.beginPath();
context.arc(0, 0, 216, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(337.5, 269);
context.scale(0.8535353535353535, 1);
context.beginPath();
context.arc(0, 0, 260, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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.strokeStyle = '#000000';
context.save();
context.translate(291.5, 159.5);
context.scale(1, 0.950920245398773);
context.beginPath();
context.arc(0, 0, 225, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 13;

context.lineWidth = 11;

context.lineWidth = 7;

context.lineWidth = 4;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.save();
context.translate(351, 200);
context.scale(1, 0.5806451612903226);
context.beginPath();
context.arc(0, 0, 287, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>