<!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(136, 352);

context.lineTo(136, 352);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(380, 129);

context.lineTo(380, 129);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(202, 252);
context.lineTo(202, 276);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(278, 298, 175, 34);

context.strokeStyle = '#000000';
context.strokeRect(278, 136, 147, 41);

context.strokeStyle = '#000000';
context.strokeRect(275, 224, 146, 22);

context.strokeStyle = '#000000';
context.strokeRect(294, 401, 169, 7);

context.strokeStyle = '#000000';
context.strokeRect(248, 365, 240, 11);

context.strokeStyle = '#000000';
context.strokeRect(202, 72, 329, 395);

context.strokeStyle = '#000000';
context.strokeRect(251, 123, 247, 315);

context.strokeStyle = '#000000';
context.save();
context.translate(360.5, 291);
context.scale(0.6063218390804598, 1);
context.beginPath();
context.arc(0, 0, 407, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(397, 260);
context.scale(0.006060606060606061, 1);
context.beginPath();
context.arc(0, 0, 330, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.save();
context.translate(373, 251.5);
context.scale(0.4, 1);
context.beginPath();
context.arc(0, 0, 156, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(255, 144);
context.scale(0.4676258992805755, 1);
context.beginPath();
context.arc(0, 0, 307, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(214, 266);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(402, 177);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(274, 322);

context.lineTo(274, 322);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(427, 152);

context.lineTo(427, 152);
context.stroke();
</script>
</body>
</html>