<!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(116, 287);

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

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

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

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

context.lineTo(180, 237);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(171, 343);

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

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

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

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

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

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

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

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

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

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

context.lineTo(270, 191);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(287, 170);

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

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

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

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

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

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

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

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

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

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

context.lineTo(388, 323);
context.stroke();
</script>
</body>
</html>