<!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(89, 93, 146, 56);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(119, 122);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(213, 116);
context.stroke();
</script>
</body>
</html>