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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(129, 295);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(139, 159);
context.stroke();

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

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

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

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

context.lineTo(208, 143);
context.stroke();

context.lineTo(237, 143);
context.stroke();

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

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

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

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

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

context.lineTo(340, 193);
context.stroke();

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

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

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

context.lineTo(340, 217);
context.stroke();

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

context.lineTo(339, 217);
context.stroke();
</script>
</body>
</html>