<!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(97, 90);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(433, 282);
context.stroke();

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

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

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

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

context.lineTo(24, 133);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(542, 223);
context.stroke();

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

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

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

context.lineTo(395, 282);
context.stroke();

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

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

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

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

context.lineTo(380, 259);
context.stroke();
</script>
</body>
</html>