<!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(322, 143);

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

context.lineTo(327, 148);
context.stroke();

context.lineTo(326, 151);
context.stroke();

context.lineTo(326, 154);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(326, 197);
context.stroke();

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

context.lineTo(328, 207);
context.stroke();

context.lineTo(329, 212);
context.stroke();

context.lineTo(330, 217);
context.stroke();

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

context.lineTo(333, 228);
context.stroke();

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

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

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

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

context.lineTo(342, 250);
context.stroke();

context.lineTo(342, 250);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(359, 292);

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

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

context.lineTo(357, 293);
context.stroke();

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

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

context.lineTo(350, 297);
context.stroke();

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

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

context.lineTo(341, 302);
context.stroke();

context.lineTo(338, 305);
context.stroke();

context.lineTo(333, 307);
context.stroke();

context.lineTo(329, 310);
context.stroke();

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(281, 334);

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

context.lineTo(281, 335);
context.stroke();
</script>
</body>
</html>