<!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(328, 137);

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

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

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

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

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

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

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

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

context.lineTo(160, 251);
context.stroke();

context.lineTo(175, 262);
context.stroke();

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

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

context.lineTo(218, 274);
context.stroke();

context.lineTo(221, 275);
context.stroke();

context.lineTo(222, 276);
context.stroke();

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

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

context.lineTo(238, 313);
context.stroke();

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

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

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

context.lineTo(274, 312);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(313, 410);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(446, 452);
context.stroke();

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

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

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

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

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

context.lineTo(501, 304);
context.stroke();

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

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

context.lineTo(445, 219);
context.stroke();
</script>
</body>
</html>