<!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(310, 117);

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

context.lineTo(295, 128);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(387, 240);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(300, 135);
context.stroke();
</script>
</body>
</html>