<!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 = '#45FF45';
context.save();
context.translate(218, 178);
context.scale(0.9056603773584906, 1);
context.beginPath();
context.arc(0, 0, 143, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#00F7FF';
context.save();
context.translate(164.5, 108);
context.scale(1, 0.8695652173913043);
context.beginPath();
context.arc(0, 0, 30, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#00F7FF';
context.beginPath();
context.moveTo(245, 96);

context.lineTo(245, 96);
context.stroke();

context.strokeStyle = '#00F7FF';
context.beginPath();
context.moveTo(245, 97);

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

context.strokeStyle = '#00F7FF';
context.beginPath();
context.moveTo(246, 99);

context.lineTo(246, 99);
context.stroke();

context.strokeStyle = '#00F7FF';
context.save();
context.translate(259.5, 115);
context.scale(1, 0.88);
context.beginPath();
context.arc(0, 0, 33, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#00F7FF';
context.strokeRect(157, 226, 136, 25);

context.strokeStyle = '#00F7FF';
context.beginPath();
context.moveTo(211, 164);
context.lineTo(202, 178);
context.stroke();
context.closePath();

context.strokeStyle = '#00F7FF';
context.beginPath();
context.moveTo(201, 179);
context.lineTo(217, 180);
context.stroke();
context.closePath();

context.strokeStyle = '#FF0808';
context.save();
context.translate(169, 112);
context.scale(1, 0.875);
context.beginPath();
context.arc(0, 0, 21, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.save();
context.translate(173.5, 114);
context.scale(1, 0.8888888888888888);
context.beginPath();
context.arc(0, 0, 12, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF4D29';
context.save();
context.translate(262, 121.5);
context.scale(1, 0.9375);
context.beginPath();
context.arc(0, 0, 22, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.save();
context.translate(265.5, 124.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 13, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFF61';
context.beginPath();
context.moveTo(195, 145);

context.lineTo(195, 145);
context.stroke();
</script>
</body>
</html>