<!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(100, 85.5);
context.scale(0.9818181818181818, 1);
context.beginPath();
context.arc(0, 0, 77, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(141.5, 101.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 86, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(216, 75);

context.lineTo(216, 75);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(231, 99);

context.lineTo(231, 99);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(228, 48);

context.lineTo(228, 48);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(227, 50);

context.lineTo(227, 50);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(224, 51);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(224, 51);

context.lineTo(224, 51);
context.stroke();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

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

context.strokeStyle = '#000000';
context.save();
context.translate(420.5, 39.5);
context.scale(1, 0.9365079365079365);
context.beginPath();
context.arc(0, 0, 86, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(276.5, 202.5);
context.scale(1, 0.9402985074626866);
context.beginPath();
context.arc(0, 0, 92, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(66.5, 363.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 89, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(247, 433.5);
context.scale(1, 0.9516129032258065);
context.beginPath();
context.arc(0, 0, 86, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>