<!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(261, 132);

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

context.lineTo(246, 156);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(454, 175);
context.stroke();

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

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

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

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

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

context.lineTo(246, 123);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(550, 165);
context.stroke();
</script>
</body>
</html>