<!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(299, 181);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(482, 345);
context.stroke();

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

context.lineTo(516, 326);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(503, 151);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(185, 182);
context.stroke();
</script>
</body>
</html>