<!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(246, 349);

context.lineTo(239, 354);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(317, 77);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(356, 313);
context.stroke();

context.lineTo(356, 313);
context.stroke();
</script>
</body>
</html>