<!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(581, 90);

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

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

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

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

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

context.lineTo(432, 100);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(394, 133);
context.stroke();

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

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

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

context.lineTo(394, 145);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(431, 200);
context.stroke();
</script>
</body>
</html>