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

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

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

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

context.lineTo(301, 188);
context.stroke();

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

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

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

context.lineTo(355, 194);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(346, 234);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(423, 140);
context.stroke();

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

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

context.lineTo(388, 56);
context.stroke();

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

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

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

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

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

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

context.lineTo(358, 119);
context.stroke();
</script>
</body>
</html>