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

context.lineTo(462, 182);
context.stroke();

context.lineTo(528, 201);
context.stroke();

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

context.lineTo(542, 206);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(303, 171);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(461, 71);
context.stroke();

context.lineTo(465, 68);
context.stroke();

context.lineTo(465, 68);
context.stroke();
</script>
</body>
</html>