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

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

context.lineTo(291, 178);
context.stroke();

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(447, 98);

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

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

context.lineTo(451, 136);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(434, 405);
context.stroke();

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

context.lineTo(402, 433);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(130, 107);
context.stroke();

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

context.lineTo(172, 84);
context.stroke();

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

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

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

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

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

context.lineTo(372, 272);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(383, 332);
context.stroke();
</script>
</body>
</html>