<!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(4, 1, 219, 148);

context.strokeStyle = '#000000';
context.strokeRect(103, 76, 67, 50);

context.strokeStyle = '#000000';
context.strokeRect(422, 62, 52, 56);

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

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

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

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

context.lineTo(145, 139);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(135, 106);

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

context.lineTo(141, 107);
context.stroke();

context.lineTo(146, 110);
context.stroke();

context.lineTo(151, 113);
context.stroke();

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

context.lineTo(164, 121);
context.stroke();

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

context.lineTo(183, 133);
context.stroke();

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

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

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

context.lineTo(212, 149);
context.stroke();

context.lineTo(217, 153);
context.stroke();

context.lineTo(220, 153);
context.stroke();

context.lineTo(224, 157);
context.stroke();

context.lineTo(231, 160);
context.stroke();

context.lineTo(237, 165);
context.stroke();

context.lineTo(242, 170);
context.stroke();

context.lineTo(247, 174);
context.stroke();

context.lineTo(250, 176);
context.stroke();

context.lineTo(251, 177);
context.stroke();

context.lineTo(255, 180);
context.stroke();

context.lineTo(259, 183);
context.stroke();

context.lineTo(263, 186);
context.stroke();

context.lineTo(266, 190);
context.stroke();

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(248, 184);

context.lineTo(248, 183);
context.stroke();

context.lineTo(240, 181);
context.stroke();

context.lineTo(219, 164);
context.stroke();

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

context.lineTo(176, 127);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(55, 24);
context.stroke();

context.lineTo(55, 24);
context.stroke();

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

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

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

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

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

context.lineTo(55, 66);
context.stroke();

context.lineTo(55, 74);
context.stroke();

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

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

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

context.lineTo(52, 104);
context.stroke();
</script>
</body>
</html>