<!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(81, 361);

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

context.lineTo(83, 361);
context.stroke();

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

context.lineTo(103, 361);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(461, 102);
context.stroke();

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

context.lineTo(470, 96);
context.stroke();

context.lineTo(471, 96);
context.stroke();

context.lineTo(482, 96);
context.stroke();

context.lineTo(490, 96);
context.stroke();

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

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

context.lineTo(511, 103);
context.stroke();

context.lineTo(515, 105);
context.stroke();

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

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

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

context.lineTo(533, 120);
context.stroke();

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

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

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

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

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

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

context.lineTo(551, 144);
context.stroke();

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

context.lineTo(552, 145);
context.stroke();
</script>
</body>
</html>