<!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(148, 142, 44, 24);

context.strokeStyle = '#000000';
context.strokeRect(178, 153, 64, 122);

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

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

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

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

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

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

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

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

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

context.lineTo(228, 168);
context.stroke();

context.lineTo(225, 178);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(232, 129);
context.stroke();

context.lineTo(227, 129);
context.stroke();

context.lineTo(221, 131);
context.stroke();

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

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

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

context.lineTo(189, 152);
context.stroke();

context.lineTo(184, 158);
context.stroke();

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

context.lineTo(171, 175);
context.stroke();

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

context.lineTo(162, 187);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(253, 187);
context.stroke();

context.lineTo(245, 182);
context.stroke();

context.lineTo(232, 175);
context.stroke();

context.lineTo(215, 168);
context.stroke();

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

context.lineTo(181, 144);
context.stroke();
</script>
</body>
</html>