<!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(16, 118, 130, 95);
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(86, 72);
context.lineTo(87, 71);
context.stroke();
context.lineTo(88, 71);
context.stroke();
context.lineTo(88, 71);
context.stroke();
context.lineTo(90, 71);
context.stroke();
context.lineTo(92, 71);
context.stroke();
context.lineTo(95, 71);
context.stroke();
context.lineTo(98, 71);
context.stroke();
context.lineTo(102, 71);
context.stroke();
context.lineTo(106, 72);
context.stroke();
context.lineTo(112, 74);
context.stroke();
context.lineTo(120, 77);
context.stroke();
context.lineTo(126, 80);
context.stroke();
context.lineTo(135, 84);
context.stroke();
context.lineTo(146, 91);
context.stroke();
context.lineTo(155, 94);
context.stroke();
context.lineTo(160, 97);
context.stroke();
context.lineTo(162, 98);
context.stroke();
context.lineTo(164, 98);
context.stroke();
context.lineTo(165, 98);
context.stroke();
context.lineTo(166, 98);
context.stroke();
context.lineTo(167, 98);
context.stroke();
context.lineTo(169, 98);
context.stroke();
context.lineTo(171, 97);
context.stroke();
context.lineTo(175, 96);
context.stroke();
context.lineTo(180, 92);
context.stroke();
context.lineTo(186, 88);
context.stroke();
context.lineTo(194, 82);
context.stroke();
context.lineTo(201, 77);
context.stroke();
context.lineTo(206, 72);
context.stroke();
context.lineTo(210, 68);
context.stroke();
context.lineTo(211, 65);
context.stroke();
context.lineTo(212, 63);
context.stroke();
context.lineTo(213, 62);
context.stroke();
context.lineTo(214, 62);
context.stroke();
context.lineTo(214, 62);
context.stroke();
context.lineTo(218, 71);
context.stroke();
context.lineTo(221, 74);
context.stroke();
context.lineTo(223, 78);
context.stroke();
context.lineTo(227, 81);
context.stroke();
context.lineTo(232, 83);
context.stroke();
context.lineTo(234, 84);
context.stroke();
context.lineTo(236, 86);
context.stroke();
context.lineTo(236, 86);
context.stroke();
context.lineTo(237, 86);
context.stroke();
context.lineTo(238, 86);
context.stroke();
context.lineTo(238, 86);
context.stroke();
context.lineTo(238, 86);
context.stroke();
</script>
</body>
</html>