<!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(143, 85, 30, 31);

context.strokeStyle = '#000000';
context.strokeRect(173, 120, 31, 32);

context.strokeStyle = '#000000';
context.strokeRect(170, 153, 247, 183);

context.strokeStyle = '#000000';
context.strokeRect(387, 117, 33, 34);

context.strokeStyle = '#000000';
context.strokeRect(420, 86, 26, 31);

context.strokeStyle = '#000000';
context.strokeRect(135, 198, 36, 86);

context.strokeStyle = '#000000';
context.strokeRect(417, 199, 39, 83);

context.lineWidth = 6;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 13;

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(102, 240, 32, 81);

context.strokeStyle = '#000000';
context.strokeRect(456, 240, 33, 82);

context.strokeStyle = '#000000';
context.strokeRect(212, 335, 29, 30);

context.strokeStyle = '#000000';
context.strokeRect(181, 362, 30, 34);

context.strokeStyle = '#000000';
context.strokeRect(348, 338, 28, 30);

context.strokeStyle = '#000000';
context.strokeRect(376, 370, 30, 28);

context.strokeStyle = '#000000';
context.strokeRect(228, 199, 40, 41);

context.strokeStyle = '#000000';
context.strokeRect(317, 203, 44, 37);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(222, 313);
context.lineTo(252, 280);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(253, 278);
context.lineTo(276, 308);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(276, 306);
context.lineTo(301, 281);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(298, 282);
context.lineTo(322, 309);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(322, 309);
context.lineTo(350, 281);
context.stroke();
context.closePath();
</script>
</body>
</html>