<!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(20, 187);

context.lineTo(46, 187);
context.stroke();

context.lineTo(186, 161);
context.stroke();

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

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

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

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

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

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

context.lineTo(343, 109);
context.stroke();

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

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

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

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

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

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

context.lineTo(401, 95);
context.stroke();

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

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

context.lineTo(386, 214);
context.stroke();

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

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

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

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

context.lineTo(369, 321);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(322, 498);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(59, 173);
context.stroke();
</script>
</body>
</html>