<!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(485, 179);

context.lineTo(428, 242);
context.stroke();

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

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

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

context.lineTo(242, 333);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(195, 146);
context.stroke();

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

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

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

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

context.lineTo(335, 215);
context.stroke();

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

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

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

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

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

context.lineTo(411, 348);
context.stroke();

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

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

context.lineTo(485, 333);
context.stroke();

context.lineTo(491, 309);
context.stroke();

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

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

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

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

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

context.lineTo(398, 158);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(200, 205);
context.stroke();
</script>
</body>
</html>