<!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(281, 93);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(169, 216);

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

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

context.lineTo(220, 214);
context.stroke();

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

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

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

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

context.lineTo(309, 210);
context.stroke();

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

context.lineTo(324, 210);
context.stroke();

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

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

context.lineTo(349, 210);
context.stroke();

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

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

context.lineTo(369, 210);
context.stroke();

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

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

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

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

context.lineTo(387, 210);
context.stroke();

context.lineTo(391, 210);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(427, 210);
context.stroke();

context.lineTo(427, 210);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(289, 227);

context.lineTo(289, 227);
context.stroke();
</script>
</body>
</html>