<!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(288, 130);
context.scale(1, 0.10256410256410256);
context.beginPath();
context.arc(0, 0, 235, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(248.5, 162);
context.scale(1, 0.35233160621761656);
context.beginPath();
context.arc(0, 0, 205, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(243, 151.5);
context.scale(1, 0.20786516853932585);
context.beginPath();
context.arc(0, 0, 182, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(189.5, 198);
context.scale(0.9140625, 1);
context.beginPath();
context.arc(0, 0, 173, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(358, 243);
context.lineTo(498, 182);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(499, 184);
context.lineTo(250, 320);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(502, 183);
context.lineTo(204, 170);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(120, 281);
context.lineTo(193, 264);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(136, 245, 159, 36);

context.strokeStyle = '#000000';
context.strokeRect(198, 287, 28, 39);

context.strokeStyle = '#000000';
context.strokeRect(147, 307, 22, 27);

context.strokeStyle = '#000000';
context.strokeRect(67, 229, 27, 16);

context.strokeStyle = '#000000';
context.strokeRect(156, 50, 72, 15);

context.strokeStyle = '#000000';
context.strokeRect(115, 74, 51, 7);

context.strokeStyle = '#000000';
context.strokeRect(249, 52, 18, 178);

context.strokeStyle = '#000000';
context.strokeRect(137, 179, 93, 16);

context.strokeStyle = '#000000';
context.strokeRect(303, 199, 25, 11);

context.strokeStyle = '#000000';
context.strokeRect(47, 207, 15, 8);

context.strokeStyle = '#000000';
context.strokeRect(87, 274, 22, 16);

context.strokeStyle = '#000000';
context.strokeRect(208, 303, 8, 9);
</script>
</body>
</html>