<!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(311, 77);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(365, 254);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(354, 162);
context.stroke();

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

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

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

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

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

context.lineTo(389, 196);
context.stroke();

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

context.lineTo(427, 197);
context.stroke();

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

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

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

context.lineTo(456, 178);
context.stroke();

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

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

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

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

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

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

context.lineTo(424, 148);
context.stroke();
</script>
</body>
</html>