<!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.strokeStyle = '#000000';
context.strokeRect(35, 95, 544, 281);
context.lineWidth = 4;
context.strokeStyle = '#000000';
context.strokeRect(53, 111, 509, 250);
context.strokeStyle = '#000000';
context.strokeRect(66, 126, 482, 216);
context.lineWidth = 7;
context.lineWidth = 6;
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(180, 288);
context.lineTo(416,   289);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(414, 173);
context.lineTo(415,   289);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(172, 173);
context.lineTo(172,   289);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(172, 289);
context.lineTo(189,   289);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(245, 222);
context.lineTo(170,   173);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(350, 216);
context.lineTo(414,   172);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(245, 218);
context.lineTo(292,   158);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(290, 156);
context.lineTo(350,   217);
context.stroke();
context.closePath();
context.lineWidth = 3;
context.lineWidth = 4;
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(185, 271);
context.lineTo(396,   272);
context.stroke();
context.closePath();
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(396, 201);
context.lineTo(396,   271);
context.stroke();
context.closePath();
        </script>
</body>
</html>