<!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.save();
context.translate(112.5, 228);
context.scale(1, 0.9473684210526315);
context.beginPath();
context.arc(0, 0, 26, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(300, 217);

context.lineTo(300, 217);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(297, 217);

context.strokeStyle = '#000000';
context.save();
context.translate(300, 228);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 25, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(64, 224);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(64, 224);
context.lineTo(66, 131);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(64, 134);
context.lineTo(107, 83);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(105, 82);
context.lineTo(163, 81);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(159, 80);
context.lineTo(159, 188);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(126, 205);
context.lineTo(127, 186);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(125, 185);
context.lineTo(183, 185);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(179, 184);
context.lineTo(178, 222);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 221);
context.lineTo(180, 221);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(137, 224);
context.lineTo(275, 224);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(158, 60, 228, 125);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(323, 225);
context.lineTo(367, 225);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(364, 184);
context.lineTo(363, 226);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(113, 99);
context.lineTo(143, 98);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(140, 97);
context.lineTo(140, 129);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(141, 124);
context.lineTo(120, 146);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(120, 144);
context.lineTo(79, 146);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(114, 97);
context.lineTo(79, 146);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(105, 156);
context.lineTo(117, 156);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(361, 206, 27, 20);

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.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(178, 184, 184, 41);

context.strokeStyle = '#000000';
context.strokeRect(125, 184, 53, 40);
</script>
</body>
</html>