<!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(35, 267);
context.lineTo(309, 43);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(75, 73);

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

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

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

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

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

context.lineTo(122, 138);
context.stroke();

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

context.lineTo(161, 170);
context.stroke();

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

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

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

context.lineTo(246, 217);
context.stroke();

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

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

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

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

context.lineTo(289, 231);
context.stroke();

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

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

context.lineTo(289, 240);
context.stroke();

context.lineTo(289, 243);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

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;
</script>
</body>
</html>