<!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(97.5, 75);
context.scale(0.9347826086956522, 1);
context.beginPath();
context.arc(0, 0, 63, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(140, 120);
context.scale(0.9545454545454546, 1);
context.beginPath();
context.arc(0, 0, 61, 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 = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.strokeStyle = '#000000';
context.strokeRect(240, 87, 185, 109);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(296, 124);

context.lineTo(296, 125);
context.stroke();

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

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

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

context.lineTo(296, 138);
context.stroke();

context.lineTo(296, 143);
context.stroke();

context.lineTo(296, 148);
context.stroke();

context.lineTo(296, 150);
context.stroke();

context.lineTo(297, 152);
context.stroke();

context.lineTo(297, 153);
context.stroke();

context.lineTo(297, 153);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(297, 153);

context.lineTo(298, 153);
context.stroke();

context.lineTo(300, 153);
context.stroke();

context.lineTo(303, 153);
context.stroke();

context.lineTo(307, 153);
context.stroke();

context.lineTo(317, 153);
context.stroke();

context.lineTo(338, 153);
context.stroke();

context.lineTo(349, 153);
context.stroke();

context.lineTo(350, 153);
context.stroke();

context.lineTo(350, 153);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(351, 151);

context.lineTo(351, 150);
context.stroke();

context.lineTo(351, 147);
context.stroke();

context.lineTo(351, 145);
context.stroke();

context.lineTo(350, 141);
context.stroke();

context.lineTo(349, 137);
context.stroke();

context.lineTo(349, 132);
context.stroke();

context.lineTo(348, 127);
context.stroke();

context.lineTo(348, 125);
context.stroke();

context.lineTo(348, 124);
context.stroke();

context.lineTo(348, 123);
context.stroke();

context.lineTo(348, 122);
context.stroke();

context.lineTo(347, 120);
context.stroke();

context.lineTo(346, 120);
context.stroke();

context.lineTo(343, 120);
context.stroke();

context.lineTo(340, 120);
context.stroke();

context.lineTo(335, 120);
context.stroke();

context.lineTo(331, 120);
context.stroke();

context.lineTo(326, 118);
context.stroke();

context.lineTo(319, 117);
context.stroke();

context.lineTo(312, 116);
context.stroke();

context.lineTo(307, 116);
context.stroke();

context.lineTo(303, 116);
context.stroke();

context.lineTo(301, 116);
context.stroke();

context.lineTo(300, 116);
context.stroke();

context.lineTo(299, 116);
context.stroke();

context.lineTo(297, 115);
context.stroke();

context.lineTo(294, 115);
context.stroke();

context.lineTo(293, 115);
context.stroke();

context.lineTo(292, 115);
context.stroke();

context.lineTo(292, 118);
context.stroke();

context.lineTo(293, 122);
context.stroke();

context.lineTo(293, 123);
context.stroke();

context.lineTo(293, 123);
context.stroke();
</script>
</body>
</html>