<!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(354, 110);

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

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

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

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

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

context.lineTo(329, 154);
context.stroke();

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

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

context.lineTo(290, 220);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(425, 114);

context.lineTo(425, 114);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(408, 336);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(249, 202);

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(409, 301);
context.stroke();
</script>
</body>
</html>