<!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(98, 69);

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

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

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

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

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

context.lineTo(129, 155);
context.stroke();

context.lineTo(160, 163);
context.stroke();

context.lineTo(198, 168);
context.stroke();

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

context.lineTo(247, 168);
context.stroke();

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(277, 112);

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

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

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

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

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

context.lineTo(351, 180);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(185, 226);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(225, 67);
context.stroke();

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

context.lineTo(285, 76);
context.stroke();

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

context.lineTo(308, 88);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(460, 86);

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

context.lineTo(454, 84);
context.stroke();

context.lineTo(454, 84);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(81, 79);

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

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

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

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

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

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

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

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

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

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

context.lineTo(198, 70);
context.stroke();

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

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

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

context.lineTo(189, 74);
context.stroke();
</script>
</body>
</html>