<!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.beginPath();
context.moveTo(262, 208);

context.lineTo(262, 208);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(432, 378);
context.scale(0.2222222222222222, 1);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(278.5, 312.5);
context.scale(1, 0.48606811145510836);
context.beginPath();
context.arc(0, 0, 359, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(271, 305.5);
context.scale(1, 0.4575757575757576);
context.beginPath();
context.arc(0, 0, 363, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(273.5, 302);
context.scale(1, 0.3818770226537217);
context.beginPath();
context.arc(0, 0, 331, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(258, 242.5);
context.scale(1, 0.5979020979020979);
context.beginPath();
context.arc(0, 0, 333, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(244, 196);
context.scale(1, 0.32222222222222224);
context.beginPath();
context.arc(0, 0, 378, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(226.5, 277);
context.scale(1, 0.36947791164658633);
context.beginPath();
context.arc(0, 0, 265, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(260.5, 234.5);
context.scale(1, 0.10231023102310231);
context.beginPath();
context.arc(0, 0, 305, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(276.5, 233.5);
context.scale(1, 0.15555555555555556);
context.beginPath();
context.arc(0, 0, 319, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(426, 335);
context.lineTo(115, 166);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(391, 366);
context.lineTo(104, 177);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(381, 372);
context.lineTo(109, 187);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(379, 394);
context.lineTo(117, 195);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 347);
context.lineTo(104, 201);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(446, 311);
context.lineTo(102, 217);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(96, 319);
context.lineTo(473, 264);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(109, 349);
context.lineTo(475, 246);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(119, 368);
context.lineTo(473, 199);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(473, 354);

context.lineTo(473, 354);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(115, 134);
</script>
</body>
</html>