<!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(186, 92);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(133, 182);

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

context.lineTo(135, 186);
context.stroke();

context.lineTo(147, 192);
context.stroke();

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

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

context.lineTo(221, 231);
context.stroke();

context.lineTo(244, 245);
context.stroke();

context.lineTo(264, 260);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(379, 213);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(241, 118);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(115, 153);
context.stroke();
</script>
</body>
</html>