<!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(152, 229);

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

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

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

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

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

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

context.lineTo(403, 63);
context.stroke();

context.lineTo(407, 62);
context.stroke();

context.lineTo(409, 62);
context.stroke();

context.lineTo(409, 63);
context.stroke();

context.lineTo(411, 65);
context.stroke();

context.lineTo(413, 73);
context.stroke();

context.lineTo(415, 88);
context.stroke();

context.lineTo(413, 118);
context.stroke();

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

context.lineTo(402, 209);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(298, 69);
context.stroke();

context.lineTo(302, 67);
context.stroke();

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

context.lineTo(310, 65);
context.stroke();

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

context.lineTo(321, 71);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(328, 89);
context.stroke();
</script>
</body>
</html>