<!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(77, 66, 368, 83);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

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

context.strokeStyle = '#000000';
context.strokeRect(87, 197, 365, 55);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(104, 94);

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

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

context.lineTo(118, 94);
context.stroke();

context.lineTo(128, 94);
context.stroke();

context.lineTo(136, 94);
context.stroke();

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

context.lineTo(150, 96);
context.stroke();

context.lineTo(155, 96);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(270, 99);
context.stroke();
</script>
</body>
</html>