<!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 = 6;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#42CDFF';
context.save();
context.translate(155, 176);
context.scale(1, 0.4444444444444444);
context.beginPath();
context.arc(0, 0, 59, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(255.5, 152);
context.scale(1, 0.36619718309859156);
context.beginPath();
context.arc(0, 0, 76, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(382.5, 142);
context.scale(1, 0.4225352112676056);
context.beginPath();
context.arc(0, 0, 77, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(455.5, 191.5);
context.scale(1, 0.3939393939393939);
context.beginPath();
context.arc(0, 0, 106, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(373, 228);
context.scale(1, 0.41025641025641024);
context.beginPath();
context.arc(0, 0, 84, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(333, 194.5);
context.scale(1, 0.4268292682926829);
context.beginPath();
context.arc(0, 0, 89, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(218.5, 187);
context.scale(1, 0.3380281690140845);
context.beginPath();
context.arc(0, 0, 75, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#42CDFF';
context.save();
context.translate(219.5, 230);
context.scale(1, 0.2905982905982906);
context.beginPath();
context.arc(0, 0, 122, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>