<!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(46, 31, 62, 39);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(128, 52);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(218, 54);
context.stroke();
</script>
</body>
</html>