<!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(511, 171);

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

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

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

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

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

context.lineTo(460, 138);
context.stroke();

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

context.lineTo(443, 131);
context.stroke();

context.lineTo(437, 130);
context.stroke();

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

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

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

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

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

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

context.lineTo(399, 130);
context.stroke();

context.lineTo(396, 130);
context.stroke();

context.lineTo(390, 130);
context.stroke();

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

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

context.lineTo(377, 131);
context.stroke();

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

context.lineTo(369, 134);
context.stroke();

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

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

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

context.lineTo(355, 140);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(342, 198);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(381, 265);
context.stroke();
</script>
</body>
</html>