<!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 = '#1DDE10';
context.save();
context.translate(235.5, 52);
context.scale(0.9444444444444444, 1);
context.beginPath();
context.arc(0, 0, 25, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#1DDE10';
context.save();
context.translate(426, 327);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 28, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#1DDE10';
context.save();
context.translate(104.5, 396);
context.scale(1, 0.8421052631578947);
context.beginPath();
context.arc(0, 0, 25, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#00D7DE';
context.strokeRect(435, 50, 34, 32);

context.strokeStyle = '#00D7DE';
context.strokeRect(232, 132, 34, 32);

context.strokeStyle = '#00D7DE';
context.strokeRect(389, 159, 31, 28);

context.strokeStyle = '#00D7DE';
context.strokeRect(535, 136, 35, 30);

context.strokeStyle = '#00D7DE';
context.strokeRect(563, 248, 33, 27);

context.strokeStyle = '#00D7DE';
context.strokeRect(260, 389, 45, 40);

context.strokeStyle = '#00D7DE';
context.strokeRect(299, 248, 33, 28);

context.strokeStyle = '#00D7DE';
context.strokeRect(129, 237, 32, 22);

context.strokeStyle = '#00D7DE';
context.strokeRect(8, 272, 33, 29);

context.strokeStyle = '#00D7DE';
context.strokeRect(11, 122, 41, 28);

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(238, 76);
context.lineTo(249, 133);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(259, 51);
context.lineTo(434, 66);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(210, 56);
context.lineTo(51, 122);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(266, 148);
context.lineTo(430, 68);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(451, 84);
context.lineTo(405, 157);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(266, 144);
context.lineTo(533, 150);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(533, 150);
context.lineTo(421, 174);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(553, 166);
context.lineTo(580, 246);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(561, 261);
context.lineTo(454, 323);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(404, 347);
context.lineTo(304, 409);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(407, 305);
context.lineTo(333, 262);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(403, 188);
context.lineTo(282, 386);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(389, 172);
context.lineTo(315, 247);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(404, 188);
context.lineTo(562, 262);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(28, 151);
context.lineTo(25, 273);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(22, 301);
context.lineTo(82, 378);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(127, 405);
context.lineTo(259, 412);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(40, 284);
context.lineTo(129, 248);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(113, 377);
context.lineTo(146, 258);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(160, 245);
context.lineTo(298, 262);
context.stroke();
context.closePath();

context.strokeStyle = '#B0FCFF';
context.beginPath();
context.moveTo(246, 163);
context.lineTo(147, 235);
context.stroke();
context.closePath();
</script>
</body>
</html>