<!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(104, 177);

context.lineTo(104, 180);
context.stroke();

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

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

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

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

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

context.lineTo(209, 232);
context.stroke();

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

context.lineTo(270, 209);
context.stroke();

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

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

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

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

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

context.lineTo(254, 101);
context.stroke();

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

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

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

context.lineTo(183, 150);
context.stroke();

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

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

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

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

context.lineTo(235, 307);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(316, 382);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(590, 119);
context.stroke();

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

context.lineTo(594, 66);
context.stroke();

context.lineTo(594, 66);
context.stroke();
</script>
</body>
</html>