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

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(71, 0, 55, 495);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(170, 53);

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

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

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

context.lineTo(7, 168);
context.stroke();

context.lineTo(12, 194);
context.stroke();

context.lineTo(77, 194);
context.stroke();

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

context.lineTo(443, 194);
context.stroke();

context.lineTo(597, 199);
context.stroke();

context.lineTo(490, 212);
context.stroke();

context.lineTo(350, 234);
context.stroke();

context.lineTo(236, 252);
context.stroke();

context.lineTo(168, 268);
context.stroke();

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

context.lineTo(194, 272);
context.stroke();

context.lineTo(328, 268);
context.stroke();

context.lineTo(490, 246);
context.stroke();

context.lineTo(445, 231);
context.stroke();

context.lineTo(217, 250);
context.stroke();

context.lineTo(26, 275);
context.stroke();

context.lineTo(80, 295);
context.stroke();

context.lineTo(284, 295);
context.stroke();

context.lineTo(500, 278);
context.stroke();

context.lineTo(457, 269);
context.stroke();

context.lineTo(253, 295);
context.stroke();

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

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

context.lineTo(135, 329);
context.stroke();

context.lineTo(290, 315);
context.stroke();

context.lineTo(500, 286);
context.stroke();

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

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

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

context.lineTo(366, 225);
context.stroke();

context.lineTo(544, 176);
context.stroke();

context.lineTo(462, 148);
context.stroke();

context.lineTo(252, 177);
context.stroke();

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

context.lineTo(194, 188);
context.stroke();

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

context.lineTo(286, 167);
context.stroke();

context.lineTo(286, 167);
context.stroke();
</script>
</body>
</html>