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

context.strokeStyle = '#000000';
context.strokeRect(20, 13, 558, 189);

context.lineWidth = 3;

context.strokeStyle = '#000000';
context.strokeRect(36, 26, 528, 162);

context.lineWidth = 2;

context.strokeStyle = '#000000';
context.strokeRect(45, 32, 513, 149);

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(162, 150);
context.lineTo(454, 151);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(162, 56);
context.lineTo(163, 150);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(453, 149);
context.lineTo(453, 57);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(164, 57);
context.lineTo(234, 99);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(449, 58);
context.lineTo(379, 99);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(300, 50);
context.lineTo(379, 99);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(233, 97);
context.lineTo(303, 49);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(378, 99);
context.lineTo(408, 82);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(451, 56);
context.lineTo(449, 58);
context.stroke();
context.closePath();

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(172, 137);
context.lineTo(437, 140);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(440, 76);
context.lineTo(441, 139);
context.stroke();
context.closePath();
</script>
</body>
</html>