<!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(46, 385, 59, 55);
context.strokeStyle = '#000000';
context.strokeRect(112, 313, 77, 69);
context.strokeStyle = '#000000';
context.strokeRect(194, 384, 59, 58);
context.strokeStyle = '#000000';
context.strokeRect(254, 274, 73, 81);
context.strokeStyle = '#000000';
context.strokeRect(358, 174, 48, 59);
context.strokeStyle = '#000000';
context.strokeRect(67, 144, 66, 55);
context.strokeStyle = '#000000';
context.strokeRect(22, 245, 52, 52);
context.strokeStyle = '#000000';
context.strokeRect(477, 84, 47, 46);
context.strokeStyle = '#000000';
context.strokeRect(430, 202, 58, 64);
context.strokeStyle = '#000000';
context.strokeRect(216, 227, 42, 40);
context.strokeStyle = '#000000';
context.strokeRect(515, 309, 47, 56);
context.strokeStyle = '#000000';
context.strokeRect(553, 223, 33, 50);
context.strokeStyle = '#000000';
context.strokeRect(385, 326, 72, 69);
context.lineWidth = 11;
context.lineWidth = 10;
context.lineWidth = 9;
context.lineWidth = 8;
context.lineWidth = 7;
context.lineWidth = 6;
context.lineWidth = 5;
context.lineWidth = 4;
context.lineWidth = 3;
context.lineWidth = 4;
context.lineWidth = 5;
context.lineWidth = 6;
context.lineWidth = 8;
context.lineWidth = 10;
context.lineWidth = 12;
context.lineWidth = 13;
context.lineWidth = 14;
context.lineWidth = 13;
context.lineWidth = 11;
context.lineWidth = 9;
context.lineWidth = 6;
context.lineWidth = 4;
context.lineWidth = 2;
context.lineWidth = 1;
context.lineWidth = 2;
context.lineWidth = 4;
context.lineWidth = 5;
context.lineWidth = 6;
context.lineWidth = 7;
context.lineWidth = 8;
context.lineWidth = 9;
context.lineWidth = 10;
context.lineWidth = 11;
context.lineWidth = 12;
context.lineWidth = 13;
context.lineWidth = 14;
context.strokeStyle = '#000000';
context.strokeRect(10, 286, 585, 209);
</script>
</body>
</html>