<!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(30, 27, 87, 83);

context.strokeStyle = '#000000';
context.strokeRect(203, 22, 81, 89);

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

context.strokeStyle = '#000000';
context.strokeRect(198, 163, 89, 88);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(158, 166);
context.lineTo(158, 278);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(156, 167);
context.lineTo(144, 192);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(159, 168);
context.lineTo(173, 191);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(139, 33);

context.lineTo(137, 35);
context.stroke();

context.lineTo(134, 37);
context.stroke();

context.lineTo(132, 39);
context.stroke();

context.lineTo(126, 47);
context.stroke();

context.lineTo(120, 51);
context.stroke();

context.lineTo(116, 54);
context.stroke();

context.lineTo(112, 59);
context.stroke();

context.lineTo(106, 64);
context.stroke();

context.lineTo(99, 70);
context.stroke();

context.lineTo(93, 75);
context.stroke();

context.lineTo(90, 78);
context.stroke();

context.lineTo(89, 78);
context.stroke();

context.lineTo(88, 79);
context.stroke();

context.lineTo(88, 80);
context.stroke();

context.lineTo(87, 81);
context.stroke();

context.lineTo(86, 82);
context.stroke();

context.lineTo(86, 82);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(52, 88);

context.lineTo(52, 88);
context.stroke();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(1, 1, 44, 42);

context.strokeStyle = '#000000';
context.strokeRect(79, 2, 43, 41);

context.strokeStyle = '#000000';
context.strokeRect(2, 71, 43, 40);

context.strokeStyle = '#000000';
context.strokeRect(79, 70, 43, 40);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(61, 62);
context.lineTo(61, 114);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 59);
context.lineTo(54, 70);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 59);
context.lineTo(69, 70);
context.stroke();
context.closePath();
</script>
</body>
</html>