<!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(326, 153);

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

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

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

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

context.lineTo(316, 207);
context.stroke();

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

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

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

context.lineTo(359, 232);
context.stroke();

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

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

context.lineTo(417, 166);
context.stroke();

context.lineTo(419, 143);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(424, 232);
context.stroke();

context.lineTo(423, 220);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(326, 205);
context.stroke();
</script>
</body>
</html>