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

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

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(63, 16);
context.lineTo(64, 57);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(63, 57);
context.lineTo(18, 58);
context.stroke();
context.closePath();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(41, 108);
context.lineTo(63, 108);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(32, 66, 0, 1);

context.strokeStyle = '#000000';
context.strokeRect(38, 63, 0, 3);

context.strokeStyle = '#000000';
context.strokeRect(40, 64, 24, 37);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(80, 16);
context.lineTo(81, 53);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(80, 52);
context.lineTo(119, 52);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(80, 64, 0, 1);

context.strokeStyle = '#000000';
context.strokeRect(81, 63, 23, 37);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(118, 51);
context.lineTo(118, 97);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(118, 96);
context.lineTo(99, 109);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(99, 108);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(99, 108);
context.lineTo(80, 107);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(83, 106);
context.lineTo(87, 144);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 108);
context.lineTo(60, 158);
context.stroke();
context.closePath();
</script>
</body>
</html>