<!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(191, 94);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(301, 106);
context.stroke();

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

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

context.lineTo(295, 120);
context.stroke();

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

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

context.lineTo(289, 124);
context.stroke();

context.lineTo(288, 124);
context.stroke();

context.lineTo(284, 124);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(215, 124);
context.stroke();
</script>
</body>
</html>