<!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.strokeStyle = '#000000';
context.beginPath();
context.moveTo(309, 89);

context.lineTo(309, 90);
context.stroke();

context.lineTo(309, 93);
context.stroke();

context.lineTo(309, 96);
context.stroke();

context.lineTo(309, 97);
context.stroke();

context.lineTo(309, 97);
context.stroke();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

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

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(352, 123);

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(352, 124);

context.lineTo(352, 127);
context.stroke();

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

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

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

context.lineTo(362, 147);
context.stroke();

context.lineTo(364, 152);
context.stroke();

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

context.lineTo(368, 164);
context.stroke();

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

context.lineTo(368, 170);
context.stroke();

context.lineTo(368, 171);
context.stroke();

context.lineTo(368, 171);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(210, 133);

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

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

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

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

context.lineTo(224, 154);
context.stroke();

context.lineTo(226, 160);
context.stroke();

context.lineTo(227, 162);
context.stroke();

context.lineTo(227, 162);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(112, 82);
context.lineTo(496, 59);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(264, 214);
context.lineTo(266, 168);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(300, 191);
context.lineTo(305, 213);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(349, 198);
context.lineTo(349, 161);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(309, 155);
context.lineTo(289, 155);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(266, 196);
context.lineTo(273, 101);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(291, 118);
context.lineTo(270, 192);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(200, 247);
context.lineTo(243, 170);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(218, 183);
context.lineTo(190, 222);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(227, 240);
context.lineTo(200, 221);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(197, 182);
context.lineTo(252, 216);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(74, 42, 448, 62);

context.strokeStyle = '#000000';
context.strokeRect(295, 41, 73, 100);

context.strokeStyle = '#000000';
context.strokeRect(20, 299, 528, 49);

context.strokeStyle = '#000000';
context.strokeRect(71, 174, 389, 58);

context.strokeStyle = '#000000';
context.strokeRect(57, 150, 474, 228);

context.strokeStyle = '#000000';
context.strokeRect(44, 147, 499, 246);

context.strokeStyle = '#000000';
context.strokeRect(32, 140, 520, 272);

context.strokeStyle = '#000000';
context.strokeRect(208, 257, 126, 98);

context.strokeStyle = '#000000';
context.strokeRect(275, 254, 11, 153);
</script>
</body>
</html>