<!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(178, 130);

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

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

context.lineTo(196, 167);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(377, 178);

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

context.lineTo(376, 201);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(186, 190);

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

context.lineTo(195, 196);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(419, 358);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(198, 92);
context.lineTo(492, 214);
context.stroke();
context.closePath();
</script>
</body>
</html>