<!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(378, 68);

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

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

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

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

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

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

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

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

context.lineTo(398, 74);
context.stroke();

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

context.lineTo(414, 80);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(470, 104);

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

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

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

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

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

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

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

context.lineTo(420, 111);
context.stroke();

context.lineTo(405, 117);
context.stroke();

context.lineTo(390, 125);
context.stroke();

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

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

context.lineTo(340, 153);
context.stroke();

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

context.lineTo(315, 172);
context.stroke();

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

context.lineTo(316, 177);
context.stroke();

context.lineTo(318, 177);
context.stroke();

context.lineTo(318, 177);
context.stroke();

context.lineTo(318, 177);
context.stroke();

context.lineTo(319, 177);
context.stroke();

context.lineTo(320, 177);
context.stroke();

context.lineTo(320, 177);
context.stroke();

context.lineTo(320, 177);
context.stroke();

context.lineTo(322, 176);
context.stroke();

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

context.lineTo(325, 175);
context.stroke();
</script>
</body>
</html>