<!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.strokeRect(1, 2, 596, 496);

context.strokeStyle = '#000000';
context.strokeRect(216, 64, 159, 62);

context.strokeStyle = '#000000';
context.strokeRect(20, 147, 58, 104);

context.strokeStyle = '#000000';
context.strokeRect(20, 256, 57, 101);

context.strokeStyle = '#000000';
context.strokeRect(21, 361, 55, 96);

context.strokeStyle = '#000000';
context.strokeRect(152, 409, 138, 60);

context.strokeStyle = '#000000';
context.strokeRect(294, 409, 124, 59);

context.strokeStyle = '#000000';
context.strokeRect(500, 198, 72, 115);

context.strokeStyle = '#000000';
context.strokeRect(500, 319, 71, 104);

context.strokeStyle = '#000000';
context.strokeRect(241, 280, 169, 71);

context.strokeStyle = '#000000';
context.save();
context.translate(289.5, 40.5);
context.scale(1, 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(462.5, 246);
context.scale(1, 0.9230769230769231);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(288.5, 368);
context.scale(1, 0.9090909090909091);
context.beginPath();
context.arc(0, 0, 15, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(105.5, 199.5);
context.scale(1, 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(105.5, 300.5);
context.scale(1, 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(99.5, 406);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 19, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(201.5, 389);
context.scale(0.9166666666666666, 1);
context.beginPath();
context.arc(0, 0, 16, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>