<!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(17, 412, 17, 86);

context.strokeStyle = '#000000';
context.strokeRect(0, 411, 14, 86);

context.strokeStyle = '#000000';
context.strokeRect(36, 413, 19, 85);

context.strokeStyle = '#000000';
context.strokeRect(153, 113, 334, 385);

context.strokeStyle = '#000000';
context.strokeRect(60, 412, 16, 85);

context.strokeStyle = '#000000';
context.strokeRect(77, 412, 18, 85);

context.strokeStyle = '#000000';
context.strokeRect(97, 413, 18, 83);

context.strokeStyle = '#000000';
context.strokeRect(115, 417, 17, 81);

context.strokeStyle = '#000000';
context.strokeRect(134, 415, 16, 82);

context.strokeStyle = '#000000';
context.strokeRect(193, 163, 80, 89);

context.strokeStyle = '#000000';
context.strokeRect(381, 157, 87, 95);

context.strokeStyle = '#000000';
context.strokeRect(323, 377, 53, 116);

context.strokeStyle = '#000000';
context.save();
context.translate(364.5, 432.5);
context.scale(1, 0.7142857142857143);
context.beginPath();
context.arc(0, 0, 9, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(157, 105);
context.lineTo(311, 37);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(311, 37);
context.lineTo(487, 109);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(527.5, 300.5);
context.scale(1, 0.9047619047619048);
context.beginPath();
context.arc(0, 0, 28, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(524, 328);
context.lineTo(529, 432);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(530, 431);
context.lineTo(499, 497);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(532, 433);
context.lineTo(538, 492);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(525, 371);
context.lineTo(506, 421);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(525, 371);
context.lineTo(558, 420);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(517, 293.5);
context.scale(0.8, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(537.5, 290);
context.scale(0.8333333333333334, 1);
context.beginPath();
context.arc(0, 0, 8, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>