<!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, 58, 70, 188);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(147, 89);
context.stroke();

context.lineTo(147, 88);
context.stroke();

context.lineTo(147, 87);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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