<!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(281, 258);
context.scale(1, 0.9032258064516129);
context.beginPath();
context.arc(0, 0, 251, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(337.5, 168);
context.scale(0.9722222222222222, 1);
context.beginPath();
context.arc(0, 0, 50, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(146, 286, 271, 83);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(88, 16);
context.lineTo(131, 72);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 9);
context.lineTo(199, 41);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(287, 4);
context.lineTo(290, 31);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(394, 11);
context.lineTo(385, 51);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(487, 22);
context.lineTo(448, 87);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 10;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 6;

context.lineWidth = 7;

context.strokeStyle = '#877767';
context.save();
context.translate(178, 179.5);
context.scale(1, 0.85);
context.beginPath();
context.arc(0, 0, 26, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#877767';
context.save();
context.translate(321.5, 163);
context.scale(0.85, 1);
context.beginPath();
context.arc(0, 0, 26, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 3;

context.strokeStyle = '#473F36';
context.save();
context.translate(173, 177);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 10, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#473F36';
context.save();
context.translate(318, 160.5);
context.scale(1, 0.7);
context.beginPath();
context.arc(0, 0, 12, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(146, 335);
context.lineTo(187, 315);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(187, 315);
context.lineTo(214, 335);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(215, 335);
context.lineTo(260, 311);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(260, 311);
context.lineTo(287, 331);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(285, 331);
context.lineTo(315, 308);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(316, 308);
context.lineTo(359, 340);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(359, 340);
context.lineTo(382, 313);
context.stroke();
context.closePath();

context.strokeStyle = '#473F36';
context.beginPath();
context.moveTo(380, 311);
context.lineTo(415, 342);
context.stroke();
context.closePath();
</script>
</body>
</html>