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

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(48, 94);

context.lineTo(49, 94);
context.stroke();

context.lineTo(64, 94);
context.stroke();

context.lineTo(79, 94);
context.stroke();

context.lineTo(98, 94);
context.stroke();

context.lineTo(110, 94);
context.stroke();

context.lineTo(133, 99);
context.stroke();

context.lineTo(143, 101);
context.stroke();

context.lineTo(149, 102);
context.stroke();

context.lineTo(155, 104);
context.stroke();

context.lineTo(163, 105);
context.stroke();

context.lineTo(169, 107);
context.stroke();

context.lineTo(173, 108);
context.stroke();

context.lineTo(178, 110);
context.stroke();

context.lineTo(181, 111);
context.stroke();

context.lineTo(183, 112);
context.stroke();

context.lineTo(184, 113);
context.stroke();

context.lineTo(184, 113);
context.stroke();

context.lineTo(184, 113);
context.stroke();

context.lineTo(184, 114);
context.stroke();

context.lineTo(186, 116);
context.stroke();

context.lineTo(187, 118);
context.stroke();

context.lineTo(189, 120);
context.stroke();

context.lineTo(191, 122);
context.stroke();

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

context.lineTo(193, 125);
context.stroke();

context.lineTo(195, 128);
context.stroke();

context.lineTo(196, 130);
context.stroke();

context.lineTo(197, 132);
context.stroke();

context.lineTo(197, 133);
context.stroke();

context.lineTo(198, 134);
context.stroke();

context.lineTo(198, 136);
context.stroke();

context.lineTo(198, 137);
context.stroke();

context.lineTo(198, 139);
context.stroke();

context.lineTo(197, 141);
context.stroke();

context.lineTo(195, 142);
context.stroke();

context.lineTo(195, 142);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(175, 249);

context.lineTo(175, 249);
context.stroke();

context.strokeStyle = '#000000';
context.strokeRect(34, 81, 299, 149);
</script>
</body>
</html>