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

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#FFA500';
context.strokeRect(2, 2, 592, 13);

context.strokeStyle = '#FFA500';
context.strokeRect(2, 23, 591, 10);

context.strokeStyle = '#FFA500';
context.strokeRect(0, 46, 592, 2);

context.strokeStyle = '#FFA500';
context.strokeRect(1, 61, 597, 8);

context.strokeStyle = '#FFA500';
context.strokeRect(2, 78, 593, 8);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 96, 590, 5);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 114, 590, 1);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 120, 591, 12);

context.strokeStyle = '#FFA500';
context.strokeRect(4, 141, 590, 14);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 166, 591, 13);

context.strokeStyle = '#FFA500';
context.strokeRect(4, 191, 590, 15);

context.strokeStyle = '#FFA500';
context.strokeRect(11, 196, 585, 2);

context.strokeStyle = '#FFA500';
context.strokeRect(599, 33, 0, 19);

context.strokeStyle = '#FFA500';
context.strokeRect(599, 33, 0, 11);

context.strokeStyle = '#FFA500';
context.strokeRect(5, 64, 592, 153);

context.strokeStyle = '#FFA500';
context.strokeRect(4, 230, 592, 8);

context.strokeStyle = '#FFA500';
context.strokeRect(6, 251, 590, 10);

context.strokeStyle = '#FFA500';
context.strokeRect(6, 275, 593, 13);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 299, 593, 8);

context.strokeStyle = '#FFA500';
context.strokeRect(6, 318, 592, 12);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 341, 592, 11);

context.strokeStyle = '#FFA500';
context.strokeRect(4, 364, 595, 13);

context.strokeStyle = '#FFA500';
context.strokeRect(4, 391, 589, 11);

context.strokeStyle = '#FFA500';
context.strokeRect(4, 411, 590, 13);

context.strokeStyle = '#FFA500';
context.strokeRect(590, 435, 7, 64);

context.strokeStyle = '#FFA500';
context.strokeRect(2, 435, 580, 10);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 458, 574, 10);

context.strokeStyle = '#FFA500';
context.strokeRect(1, 477, 7, 1);

context.strokeStyle = '#FFA500';
context.strokeRect(3, 484, 1, 0);

context.strokeStyle = '#FFA500';
context.strokeRect(7, 483, 1, 12);

context.strokeStyle = '#FFA500';
context.strokeRect(18, 482, 563, 15);

context.strokeStyle = '#FFA500';
context.strokeRect(26, 489, 552, 2);
</script>
</body>
</html>