<!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 = '#FFFFFF';
context.beginPath();
context.moveTo(48, 144);

context.lineTo(48, 145);
context.stroke();

context.lineTo(65, 145);
context.stroke();

context.lineTo(101, 151);
context.stroke();

context.lineTo(143, 160);
context.stroke();

context.lineTo(177, 165);
context.stroke();

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

context.lineTo(261, 183);
context.stroke();

context.lineTo(304, 192);
context.stroke();

context.lineTo(333, 196);
context.stroke();

context.lineTo(371, 202);
context.stroke();

context.lineTo(392, 206);
context.stroke();

context.lineTo(407, 207);
context.stroke();

context.lineTo(417, 210);
context.stroke();

context.lineTo(425, 212);
context.stroke();

context.lineTo(432, 214);
context.stroke();

context.lineTo(438, 217);
context.stroke();

context.lineTo(449, 218);
context.stroke();

context.lineTo(466, 225);
context.stroke();

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

context.lineTo(485, 230);
context.stroke();

context.lineTo(501, 234);
context.stroke();

context.lineTo(508, 236);
context.stroke();

context.lineTo(511, 237);
context.stroke();

context.lineTo(511, 237);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(117, 128.5);
context.scale(1, 0.24647887323943662);
context.beginPath();
context.arc(0, 0, 146, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(213.5, 165.5);
context.scale(1, 0.3987730061349693);
context.beginPath();
context.arc(0, 0, 175, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(350, 184.5);
context.scale(1, 0.3888888888888889);
context.beginPath();
context.arc(0, 0, 58, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(250.5, 228);
context.scale(1, 0.2898550724637681);
context.beginPath();
context.arc(0, 0, 72, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.strokeRect(103, 194, 422, 124);

context.strokeStyle = '#000000';
context.strokeRect(59, 90, 454, 216);

context.strokeStyle = '#000000';
context.strokeRect(29, 72, 473, 220);

context.strokeStyle = '#000000';
context.strokeRect(8, 46, 477, 233);

context.strokeStyle = '#000000';
context.strokeRect(31, 31, 441, 231);
</script>
</body>
</html>