<!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(126, 61, 277, 337);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(126, 62);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(91, 23);
context.lineTo(91, 46);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(94, 23);
context.lineTo(439, 24);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(439, 41);
context.lineTo(441, 20);
context.stroke();
context.closePath();
</script>
</body>
</html>