<!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 = 4;

context.lineWidth = 3;

context.strokeStyle = '#000000';
context.strokeRect(66, 233, 322, 184);
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(57, 250, 341, 191);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(57, 250);
context.lineTo(239, 163);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 251);
context.lineTo(237, 163);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(238, 163);
context.lineTo(442, 124);
context.stroke();
context.closePath();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(41, 284, 329, 181);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(39, 282);
context.lineTo(220, 194);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(369, 283);
context.lineTo(216, 194);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 193);
context.lineTo(451, 151);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(370, 285);
context.lineTo(498, 245);
context.stroke();
context.closePath();
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(157, 320);

context.lineTo(157, 320);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 326);

context.lineTo(192, 326);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 326);

context.lineTo(192, 326);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(373, 223);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(210, 159);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(237, 321);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(398, 309);

context.lineTo(398, 309);
context.stroke();

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

context.lineTo(361, 168);
context.stroke();
</script>
</body>
</html>