<!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(0, 0, 597, 497);

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.strokeStyle = '#000000';
context.strokeRect(8, 9, 579, 479);

context.strokeStyle = '#000000';
context.save();
context.translate(297.5, 416);
context.scale(0.9666666666666667, 1);
context.beginPath();
context.arc(0, 0, 42, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(281, 354);
context.lineTo(312, 353);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(310, 352);
context.lineTo(309, 241);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(308, 241);
context.lineTo(399, 241);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(280, 352);
context.lineTo(280, 240);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(280, 240);
context.lineTo(194, 240);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(194, 240);
context.lineTo(194, 213);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(194, 213);
context.lineTo(396, 213);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(396, 213);
context.lineTo(396, 240);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 347);
context.lineTo(551, 348);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(549, 348);
context.lineTo(549, 314);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(549, 314);
context.lineTo(397, 314);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 314);
context.lineTo(398, 346);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(191, 348);
context.lineTo(45, 348);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(45, 348);
context.lineTo(45, 314);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(45, 314);
context.lineTo(190, 315);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(190, 315);
context.lineTo(191, 348);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(46, 237);
context.lineTo(85, 237);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(83, 236);
context.lineTo(83, 85);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(83, 85);
context.lineTo(45, 85);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(45, 85);
context.lineTo(46, 237);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(547, 240);
context.lineTo(508, 240);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(508, 240);
context.lineTo(507, 84);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(507, 84);
context.lineTo(547, 84);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(547, 84);
context.lineTo(547, 239);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(194, 16, 200, 86);

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(255, 102);
context.lineTo(335, 102);
context.stroke();
context.closePath();

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#000000';
context.strokeRect(334, 317, 21, 21);

context.strokeStyle = '#000000';
context.strokeRect(335, 265, 21, 21);

context.strokeStyle = '#000000';
context.strokeRect(372, 265, 18, 20);

context.strokeStyle = '#000000';
context.strokeRect(404, 265, 18, 19);

context.strokeStyle = '#000000';
context.strokeRect(220, 319, 24, 24);

context.strokeStyle = '#000000';
context.strokeRect(215, 262, 23, 21);

context.strokeStyle = '#000000';
context.strokeRect(169, 261, 22, 21);

context.strokeStyle = '#000000';
context.strokeRect(130, 260, 25, 22);
</script>
</body>
</html>