<!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(374, 38);

context.lineTo(375, 38);
context.stroke();

context.lineTo(375, 40);
context.stroke();

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

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

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

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

context.lineTo(377, 62);
context.stroke();

context.lineTo(377, 68);
context.stroke();

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

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

context.lineTo(377, 82);
context.stroke();

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

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

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

context.lineTo(377, 100);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(389, 38);

context.lineTo(389, 37);
context.stroke();

context.lineTo(388, 37);
context.stroke();

context.lineTo(386, 37);
context.stroke();

context.lineTo(383, 37);
context.stroke();

context.lineTo(377, 37);
context.stroke();

context.lineTo(372, 38);
context.stroke();

context.lineTo(368, 38);
context.stroke();

context.lineTo(363, 40);
context.stroke();

context.lineTo(360, 41);
context.stroke();

context.lineTo(358, 42);
context.stroke();

context.lineTo(356, 42);
context.stroke();

context.lineTo(355, 42);
context.stroke();

context.lineTo(354, 42);
context.stroke();

context.lineTo(354, 42);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(394, 64);

context.lineTo(393, 64);
context.stroke();

context.lineTo(392, 64);
context.stroke();

context.lineTo(384, 62);
context.stroke();

context.lineTo(374, 60);
context.stroke();

context.lineTo(367, 60);
context.stroke();

context.lineTo(363, 60);
context.stroke();

context.lineTo(361, 60);
context.stroke();

context.lineTo(360, 61);
context.stroke();

context.lineTo(359, 61);
context.stroke();

context.lineTo(359, 61);
context.stroke();
</script>
</body>
</html>