<!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(243, 87);

context.lineTo(244, 88);
context.stroke();

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

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

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

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

context.lineTo(288, 277);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(407, 236);

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

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

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

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

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

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

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

context.lineTo(330, 459);
context.stroke();

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

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

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

context.lineTo(159, 435);
context.stroke();

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

context.lineTo(84, 367);
context.stroke();

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

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

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

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

context.lineTo(129, 74);
context.stroke();

context.lineTo(165, 57);
context.stroke();

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

context.lineTo(207, 58);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(227, 392);
context.stroke();

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

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

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

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

context.lineTo(137, 256);
context.stroke();
</script>
</body>
</html>