<!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(125, 56);
context.lineTo(393, 58);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(389, 54);
context.lineTo(148, 212);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(125, 55);
context.lineTo(151, 226);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(286, 266);
context.lineTo(359, 183);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(221, 149);
context.lineTo(276, 337);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(297, 94);
context.scale(1, 0.7912087912087912);
context.beginPath();
context.arc(0, 0, 232, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(176, 89);
context.scale(1, 0.9117647058823529);
context.beginPath();
context.arc(0, 0, 92, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(317.5, 87.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 112, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(281.5, 206);
context.scale(1, 0.5513513513513514);
context.beginPath();
context.arc(0, 0, 211, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(405.5, 211);
context.scale(1, 0.6703910614525139);
context.beginPath();
context.arc(0, 0, 216, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(154.5, 402.5);
context.scale(1, 0.8554216867469879);
context.beginPath();
context.arc(0, 0, 109, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(281.5, 428);
context.scale(0.9390243902439024, 1);
context.beginPath();
context.arc(0, 0, 112, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(400, 419);
context.scale(1, 0.9130434782608695);
context.beginPath();
context.arc(0, 0, 125, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(271.5, 289.5);
context.scale(1, 0.9578947368421052);
context.beginPath();
context.arc(0, 0, 132, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(83, 274);
context.scale(1, 0.8478260869565217);
context.beginPath();
context.arc(0, 0, 121, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(401, 224);
context.scale(0.88, 1);
context.beginPath();
context.arc(0, 0, 133, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(129, 36, 49, 40);

context.strokeStyle = '#000000';
context.strokeRect(219, 275, 134, 48);
</script>
</body>
</html>