<!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(109, 165);

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

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

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

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

context.lineTo(183, 96);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(266, 243);
context.stroke();

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

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

context.lineTo(384, 287);
context.stroke();

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

context.lineTo(474, 208);
context.stroke();

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

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

context.lineTo(520, 154);
context.stroke();
</script>
</body>
</html>