<!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(206, 115);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(400, 154);

context.lineTo(399, 153);
context.stroke();

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

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

context.lineTo(389, 121);
context.stroke();

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

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

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

context.lineTo(372, 86);
context.stroke();

context.lineTo(369, 87);
context.stroke();

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

context.lineTo(331, 116);
context.stroke();

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

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

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

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

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

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

context.lineTo(339, 291);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(384, 311);
context.stroke();

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

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

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

context.lineTo(397, 304);
context.stroke();
</script>
</body>
</html>