<!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(116, 104, 175, 3);

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(122, 104);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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