<!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 = 6;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#2A9138';
context.save();
context.translate(304.5, 427);
context.scale(1, 0.2877030162412993);
context.beginPath();
context.arc(0, 0, 448, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#875823';
context.strokeRect(209, 176, 28, 118);

context.strokeStyle = '#2C8722';
context.beginPath();
context.moveTo(236, 158);

context.strokeStyle = '#2C8722';
context.beginPath();
context.moveTo(225, 175);

context.strokeStyle = '#2C8722';
context.beginPath();
context.moveTo(222, 95);

context.strokeStyle = '#2C8722';
context.beginPath();
context.moveTo(216, 95);

context.strokeStyle = '#2C8722';
context.save();
context.translate(219.5, 109.5);
context.scale(1, 0.6404494382022472);
context.beginPath();
context.arc(0, 0, 106, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF1212';
context.save();
context.translate(153.5, 131.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF1212';
context.beginPath();
context.moveTo(189, 150);

context.strokeStyle = '#FF1212';
context.save();
context.translate(189.5, 150.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF1212';
context.save();
context.translate(230, 150);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF1212';
context.save();
context.translate(274, 141);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#F9FF57';
context.save();
context.translate(530.5, 65);
context.scale(1, 0.9565217391304348);
context.beginPath();
context.arc(0, 0, 32, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 13;

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.strokeStyle = '#F9FF57';
context.beginPath();
context.moveTo(482, 15);

context.strokeStyle = '#F9FF57';
context.beginPath();
context.moveTo(485, 15);
context.lineTo(577, 116);
context.stroke();
context.closePath();

context.strokeStyle = '#F9FF57';
context.beginPath();
context.moveTo(573, 19);
context.lineTo(482, 112);
context.stroke();
context.closePath();

context.strokeStyle = '#F9FF57';
context.beginPath();
context.moveTo(467, 66);
context.lineTo(592, 67);
context.stroke();
context.closePath();

context.strokeStyle = '#F9FF57';
context.beginPath();
context.moveTo(528, 10);
context.lineTo(529, 122);
context.stroke();
context.closePath();
</script>
</body>
</html>