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

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#FFDA61';
context.strokeRect(52, 20, 205, 92);

context.strokeStyle = '#F3FF52';
context.strokeRect(184, 45, 192, 92);

context.strokeStyle = '#FFCD42';
context.strokeRect(290, 81, 194, 89);

context.strokeStyle = '#FFA024';
context.strokeRect(133, 85, 141, 37);

context.strokeStyle = '#FFA263';
context.strokeRect(70, 35, 67, 201);

context.strokeStyle = '#FFC629';
context.strokeRect(160, 54, 65, 201);

context.strokeStyle = '#FFA024';
context.strokeRect(182, 158, 175, 72);

context.strokeStyle = '#FFA024';
context.strokeRect(322, 17, 118, 105);

context.strokeStyle = '#FF7E33';
context.strokeRect(304, 109, 131, 106);

context.strokeStyle = '#FF7E33';
context.strokeRect(398, 49, 117, 103);

context.strokeStyle = '#FF7E33';
context.strokeRect(374, 146, 131, 42);

context.strokeStyle = '#FF7E33';
context.strokeRect(103, 140, 106, 78);
</script>
</body>
</html>