<!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(254, 138);

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(361, 139);

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(424, 49);

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

context.lineTo(420, 52);
context.stroke();

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

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

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

context.lineTo(373, 79);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;
</script>
</body>
</html>