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

context.lineWidth = 11;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 12;

context.lineWidth = 10;

context.lineWidth = 7;

context.lineWidth = 4;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.strokeRect(0, 346, 598, 150);

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 13;

context.lineWidth = 11;

context.lineWidth = 9;

context.lineWidth = 7;

context.lineWidth = 5;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.strokeRect(59, 216, 192, 203);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 215);
context.lineTo(157, 112);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(250, 215);
context.lineTo(156, 112);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(152.5, 170);
context.scale(1, 0.9411764705882353);
context.beginPath();
context.arc(0, 0, 23, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(179, 286, 54, 131);

context.strokeStyle = '#000000';
context.strokeRect(69, 286, 63, 89);

context.strokeStyle = '#000000';
context.strokeRect(322, 368, 16, 48);

context.strokeStyle = '#000000';
context.save();
context.translate(331.5, 215);
context.scale(0.45, 1);
context.beginPath();
context.arc(0, 0, 154, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(426, 383, 138, 9);

context.strokeStyle = '#000000';
context.strokeRect(454, 390, 16, 30);

context.strokeStyle = '#000000';
context.strokeRect(523, 391, 16, 28);

context.strokeStyle = '#000000';
context.save();
context.translate(19, 18.5);
context.scale(1, 0.9583333333333334);
context.beginPath();
context.arc(0, 0, 33, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(51, 9);
context.lineTo(171, 24);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(50, 18);
context.lineTo(169, 44);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(47, 28);
context.lineTo(151, 70);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(44, 40);
context.lineTo(118, 97);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(30, 47);
context.lineTo(76, 107);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(18, 52);
context.lineTo(20, 131);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(23, 49);
context.lineTo(46, 117);
context.stroke();
context.closePath();
</script>
</body>
</html>