<!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(99, 112);

context.lineTo(99, 112);
context.stroke();

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

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

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

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

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

context.lineTo(296, 112);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(237, 104);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(95, 279);
context.stroke();

context.lineTo(94, 279);
context.stroke();

context.lineTo(93, 278);
context.stroke();

context.lineTo(93, 278);
context.stroke();

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

context.lineTo(93, 278);
context.stroke();

context.lineTo(93, 278);
context.stroke();

context.lineTo(93, 278);
context.stroke();
</script>
</body>
</html>