<!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.strokeRect(108, 84, 152, 93);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(258, 125);
context.lineTo(414, 133);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(417, 81, 159, 106);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

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

context.lineWidth = 13;

context.lineWidth = 9;

context.lineWidth = 7;

context.strokeStyle = '#000000';
context.strokeRect(270, 101, 193, 124);

context.strokeStyle = '#000000';
context.strokeRect(459, 208, 1, 2);

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(462, 197);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(459, 201);

context.lineTo(459, 201);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(456, 206);

context.lineTo(456, 206);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(456, 206);

context.lineTo(456, 207);
context.stroke();

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

context.lineTo(458, 209);
context.stroke();

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

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

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

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

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

context.lineTo(461, 206);
context.stroke();

context.lineTo(460, 203);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(456, 174);
context.stroke();

context.lineTo(456, 172);
context.stroke();

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

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

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

context.lineTo(456, 156);
context.stroke();

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

context.lineTo(456, 151);
context.stroke();

context.lineTo(456, 146);
context.stroke();

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

context.lineTo(456, 140);
context.stroke();

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

context.lineTo(455, 131);
context.stroke();

context.lineTo(455, 129);
context.stroke();

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

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

context.lineTo(453, 119);
context.stroke();

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

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

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

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

context.lineTo(450, 106);
context.stroke();

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

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

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

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

context.lineTo(379, 92);
context.stroke();

context.lineTo(363, 92);
context.stroke();

context.lineTo(351, 92);
context.stroke();

context.lineTo(337, 95);
context.stroke();

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

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

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

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

context.lineTo(307, 100);
context.stroke();

context.lineTo(303, 101);
context.stroke();
</script>
</body>
</html>