<!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(44, 45);

context.lineTo(48, 47);
context.stroke();

context.lineTo(51, 48);
context.stroke();

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

context.lineTo(55, 51);
context.stroke();

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

context.lineTo(61, 56);
context.stroke();

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

context.lineTo(76, 67);
context.stroke();

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(78, 74);

context.lineTo(78, 74);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(102, 40);
context.lineTo(548, 440);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 4;

context.lineWidth = 1;

context.strokeStyle = '#B6FFAD';
context.beginPath();
context.moveTo(58, 160);
context.lineTo(404, 418);
context.stroke();
context.closePath();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

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 = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

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