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

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

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

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

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

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

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

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

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

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

context.lineTo(287, 135);
context.stroke();

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

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

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

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

context.lineTo(194, 271);
context.stroke();

context.lineTo(244, 278);
context.stroke();

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

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

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

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

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

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

context.lineTo(362, 301);
context.stroke();

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

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

context.lineTo(267, 357);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(374, 293);
context.stroke();

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

context.lineTo(338, 301);
context.stroke();

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

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

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

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

context.lineTo(422, 329);
context.stroke();

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

context.lineTo(462, 289);
context.stroke();

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

context.lineTo(477, 255);
context.stroke();

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

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

context.lineTo(476, 204);
context.stroke();
</script>
</body>
</html>