<!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(150, 44);

context.lineTo(150, 44);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(110, 92);

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

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

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

context.lineTo(187, 75);
context.stroke();

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

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

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

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

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

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

context.lineTo(428, 95);
context.stroke();

context.lineTo(436, 105);
context.stroke();

context.lineTo(439, 116);
context.stroke();

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

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

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

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

context.lineTo(219, 255);
context.stroke();

context.lineTo(190, 268);
context.stroke();

context.lineTo(159, 279);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(126, 334);
context.stroke();

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

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

context.lineTo(396, 364);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(323, 439);
context.stroke();
</script>
</body>
</html>