<!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 = '#007504';
context.save();
context.translate(107.5, 77);
context.scale(1, 0.9743589743589743);
context.beginPath();
context.arc(0, 0, 54, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#757500';
context.beginPath();
context.moveTo(207, 55);

context.strokeStyle = '#757500';
context.beginPath();
context.moveTo(204, 51);

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

context.strokeStyle = '#757500';
context.beginPath();
context.moveTo(165, 62);

context.lineTo(165, 62);
context.stroke();

context.strokeStyle = '#757500';
context.beginPath();
context.moveTo(161, 58);

context.lineTo(161, 58);
context.stroke();

context.strokeStyle = '#757500';
context.beginPath();
context.moveTo(158, 55);

context.lineTo(158, 55);
context.stroke();

context.strokeStyle = '#757500';
context.save();
context.translate(177.5, 74);
context.scale(1, 0.9743589743589743);
context.beginPath();
context.arc(0, 0, 54, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#750000';
context.save();
context.translate(228, 54);
context.scale(NaN, NaN);
context.beginPath();
context.arc(0, 0, 0, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#750000';
context.save();
context.translate(249, 74);
context.scale(1, 0.9047619047619048);
context.beginPath();
context.arc(0, 0, 57, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(302, 48);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(109, 128);

context.lineTo(109, 128);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(113, 131);

context.lineTo(113, 131);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(132, 134.5);
context.scale(1, 0.9210526315789473);
context.beginPath();
context.arc(0, 0, 52, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#001AFF';
context.beginPath();
context.moveTo(186, 135);

context.lineTo(186, 135);
context.stroke();

context.strokeStyle = '#001AFF';
context.save();
context.translate(201.5, 135.5);
context.scale(1, 0.8974358974358975);
context.beginPath();
context.arc(0, 0, 52, 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;
</script>
</body>
</html>