<!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(92, 114, 86, 143);

context.strokeStyle = '#000000';
context.strokeRect(178, 111, 37, 98);

context.strokeStyle = '#000000';
context.strokeRect(50, 109, 38, 95);

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(57, 202);

context.lineTo(57, 202);
context.stroke();

context.lineTo(56, 203);
context.stroke();

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

context.lineTo(53, 203);
context.stroke();

context.lineTo(52, 203);
context.stroke();

context.lineTo(52, 202);
context.stroke();

context.lineTo(50, 201);
context.stroke();

context.lineTo(50, 200);
context.stroke();

context.lineTo(50, 199);
context.stroke();

context.lineTo(49, 198);
context.stroke();

context.lineTo(49, 197);
context.stroke();

context.lineTo(49, 196);
context.stroke();

context.lineTo(48, 194);
context.stroke();

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

context.lineTo(46, 192);
context.stroke();

context.lineTo(44, 193);
context.stroke();

context.lineTo(43, 195);
context.stroke();

context.lineTo(43, 198);
context.stroke();

context.lineTo(43, 200);
context.stroke();

context.lineTo(44, 203);
context.stroke();

context.lineTo(45, 204);
context.stroke();

context.lineTo(49, 207);
context.stroke();

context.lineTo(53, 208);
context.stroke();

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

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

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

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

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

context.lineTo(49, 198);
context.stroke();

context.lineTo(49, 203);
context.stroke();

context.lineTo(53, 207);
context.stroke();

context.lineTo(61, 208);
context.stroke();

context.lineTo(69, 208);
context.stroke();

context.lineTo(72, 205);
context.stroke();

context.lineTo(71, 202);
context.stroke();

context.lineTo(63, 200);
context.stroke();

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

context.lineTo(58, 203);
context.stroke();

context.lineTo(60, 205);
context.stroke();

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

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

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

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

context.lineTo(69, 200);
context.stroke();

context.lineTo(63, 202);
context.stroke();

context.lineTo(63, 203);
context.stroke();

context.lineTo(65, 204);
context.stroke();

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

context.lineTo(83, 204);
context.stroke();

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

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.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;
</script>
</body>
</html>