<!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(105, 79);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(191, 81);
context.stroke();

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

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

context.lineTo(73, 68);
context.stroke();

context.lineTo(54, 66);
context.stroke();

context.lineTo(46, 66);
context.stroke();

context.lineTo(45, 66);
context.stroke();

context.lineTo(45, 66);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(78, 177);
context.lineTo(350, 178);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 6;

context.lineWidth = 3;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 4;

context.lineWidth = 8;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 8;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(432, 79);
context.lineTo(526, 96);
context.stroke();
context.closePath();

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(412, 131);
context.lineTo(406, 176);
context.stroke();
context.closePath();
</script>
</body>
</html>