<!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.beginPath();
context.moveTo(105, 93);

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

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

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

context.lineTo(132, 91);
context.stroke();

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

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

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

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

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

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

context.lineTo(240, 85);
context.stroke();

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

context.lineTo(256, 85);
context.stroke();

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

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

context.lineTo(273, 85);
context.stroke();

context.lineTo(275, 85);
context.stroke();

context.lineTo(276, 85);
context.stroke();

context.lineTo(277, 85);
context.stroke();

context.lineTo(278, 85);
context.stroke();

context.lineTo(276, 84);
context.stroke();

context.lineTo(274, 83);
context.stroke();

context.lineTo(271, 81);
context.stroke();

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

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

context.lineTo(265, 77);
context.stroke();

context.lineTo(265, 76);
context.stroke();

context.lineTo(264, 76);
context.stroke();

context.lineTo(262, 75);
context.stroke();

context.lineTo(262, 73);
context.stroke();

context.lineTo(259, 72);
context.stroke();

context.lineTo(258, 71);
context.stroke();

context.lineTo(258, 71);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(280, 85);

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

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

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

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

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

context.lineTo(270, 91);
context.stroke();

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

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

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

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

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

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

context.lineTo(265, 97);
context.stroke();

context.lineTo(264, 97);
context.stroke();

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

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

context.lineTo(262, 98);
context.stroke();
</script>
</body>
</html>