<!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.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(240, 50);
context.lineTo(101, 247);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(391, 257);
context.lineTo(391, 257);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(103, 246);
context.lineTo(413, 246);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(240, 50);
context.lineTo(199, 246);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(241, 51);
context.lineTo(303, 243);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(241, 49);
context.lineTo(412, 248);
context.stroke();
context.closePath();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(184, 84, 330, 214);

context.lineWidth = 4;

context.lineWidth = 3;

context.strokeStyle = '#000000';
context.strokeRect(515, 188, 1, 15);

context.strokeStyle = '#000000';
context.strokeRect(263, 254, 209, 45);

context.strokeStyle = '#000000';
context.strokeRect(223, 160, 244, 94);

context.strokeStyle = '#000000';
context.strokeRect(186, 140, 261, 214);

context.strokeStyle = '#000000';
context.strokeRect(414, 203, 20, 164);

context.strokeStyle = '#000000';
context.strokeRect(77, 88, 463, 232);

context.strokeStyle = '#000000';
context.strokeRect(492, 106, 61, 369);
</script>
</body>
</html>