<!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(377, 48);

context.lineTo(375, 49);
context.stroke();

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

context.lineTo(331, 69);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(224, 356);
context.stroke();

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

context.lineTo(285, 371);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(521, 285);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(426, 171);
context.stroke();

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

context.lineTo(411, 171);
context.stroke();

context.lineTo(406, 171);
context.stroke();

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

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

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

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

context.lineTo(396, 171);
context.stroke();
</script>
</body>
</html>