<!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.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.save();
context.translate(321.5, 290.5);
context.scale(1, 0.9829059829059829);
context.beginPath();
context.arc(0, 0, 164, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(357, 259.5);
context.scale(0.7843137254901961, 1);
context.beginPath();
context.arc(0, 0, 65, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(288.5, 202);
context.scale(1, 0.03076923076923077);
context.beginPath();
context.arc(0, 0, 65, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(257, 233.5);
context.scale(1, 0.4765625);
context.beginPath();
context.arc(0, 0, 142, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(268, 285.5);
context.scale(0.009950248756218905, 1);
context.beginPath();
context.arc(0, 0, 201, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(302, 362.5);
context.scale(1, 0.011811023622047244);
context.beginPath();
context.arc(0, 0, 254, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(203, 362);
context.scale(1, 0.02654867256637168);
context.beginPath();
context.arc(0, 0, 226, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(151, 336);
context.scale(0.8620689655172413, 1);
context.beginPath();
context.arc(0, 0, 153, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(296.5, 257);
context.scale(1, 0.3829787234042553);
context.beginPath();
context.arc(0, 0, 151, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>