<!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.save();
context.translate(72, 446.5);
context.scale(1, 0.4791666666666667);
context.beginPath();
context.arc(0, 0, 53, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(128, 428, 120, 43);

context.strokeStyle = '#000000';
context.strokeRect(360, 425, 128, 44);

context.strokeStyle = '#000000';
context.strokeRect(375, 306, 160, 49);

context.strokeStyle = '#000000';
context.strokeRect(475, 194, 108, 38);

context.strokeStyle = '#000000';
context.strokeRect(334, 188, 108, 51);

context.strokeStyle = '#000000';
context.strokeRect(577, 494, 21, 2);

context.strokeStyle = '#000000';
context.strokeRect(327, 96, 96, 44);

context.strokeStyle = '#000000';
context.strokeRect(463, 94, 117, 47);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(488, 34, 83, 29);

context.strokeStyle = '#000000';
context.strokeRect(496, 2, 83, 11);

context.strokeStyle = '#000000';
context.strokeRect(20, 15, 180, 94);

context.strokeStyle = '#000000';
context.strokeRect(126, 140, 104, 51);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(381, 424);
context.lineTo(104, 106);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(159, 429);
context.lineTo(96, 103);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(227, 431);
context.lineTo(425, 357);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(453, 424);
context.lineTo(454, 353);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(443, 207);
context.lineTo(478, 216);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(437, 304);
context.lineTo(390, 234);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(388, 187);
context.lineTo(375, 130);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(417, 182);
context.lineTo(487, 137);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(538, 94);
context.lineTo(538, 60);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(545, 30);
context.lineTo(543, 8);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(333, 127);
context.lineTo(226, 166);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(191, 139);
context.lineTo(155, 103);
context.stroke();
context.closePath();
</script>
</body>
</html>