<!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(331, 156);

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

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

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

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

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

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

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

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

context.lineTo(366, 58);
context.stroke();

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

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

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

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

context.lineTo(401, 78);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(409, 98);

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

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

context.lineTo(378, 104);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(255, 159);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(425, 217);
context.stroke();

context.lineTo(425, 217);
context.stroke();
</script>
</body>
</html>