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

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

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;

context.lineWidth = 2;

context.strokeStyle = '#000000';
context.strokeRect(15, 29, 8, 438);

context.strokeStyle = '#000000';
context.strokeRect(55, 7, 430, 9);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(98, 18);
context.lineTo(98, 167);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(56, 56, 41, 6);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(57, 55);
context.lineTo(30, 42);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(64, 79, 24, 73);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(100, 60);
context.lineTo(275, 60);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(276, 16);

context.lineTo(276, 16);
context.stroke();

context.lineTo(276, 16);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(275, 18);
context.lineTo(275, 124);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(158, 62);
context.lineTo(158, 163);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(157, 25, 30, 27);

context.strokeStyle = '#000000';
context.strokeRect(108, 85, 32, 31);
</script>
</body>
</html>