<!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(256.5, 222);
context.scale(1, 0.9219858156028369);
context.beginPath();
context.arc(0, 0, 192, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(199.5, 153);
context.scale(0.5192307692307693, 1);
context.beginPath();
context.arc(0, 0, 59, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(300, 97);

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

context.strokeStyle = '#000000';
context.save();
context.translate(312, 139);
context.scale(0.4375, 1);
context.beginPath();
context.arc(0, 0, 70, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(258, 125);
context.lineTo(274, 216);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(272, 214);
context.lineTo(247, 206);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(196.5, 175);
context.scale(0.4375, 1);
context.beginPath();
context.arc(0, 0, 17, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(307, 164);

context.strokeStyle = '#000000';
context.save();
context.translate(317, 163.5);
context.scale(0.41379310344827586, 1);
context.beginPath();
context.arc(0, 0, 31, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(169, 268);
context.lineTo(369, 281);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(171, 270);
context.lineTo(254, 344);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(254, 344);
context.lineTo(368, 283);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(227, 315);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(219, 311);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(219, 313);
context.lineTo(323, 305);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;
</script>
</body>
</html>