<!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(63.5, 92);
context.scale(1, 0.631578947368421);
context.beginPath();
context.arc(0, 0, 22, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(62, 108);
context.lineTo(62, 179);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(61, 135);
context.lineTo(27, 147);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(62, 135);

context.lineTo(63, 135);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(64, 135);
context.lineTo(102, 147);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(149, 79, 126, 81);

context.strokeStyle = '#000000';
context.strokeRect(146, 51, 129, 26);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(175, 100);

context.lineTo(175, 100);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(370, 62.5);
context.scale(1, 0.5227272727272727);
context.beginPath();
context.arc(0, 0, 50, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(320, 67);
context.lineTo(321, 160);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(321, 156);
context.lineTo(420, 155);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(422, 63);
context.lineTo(418, 154);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(537, 58);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(344, 306);

context.strokeStyle = '#000000';
context.strokeRect(299, 243, 170, 154);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(548, 317);

context.lineTo(548, 317);
context.stroke();
</script>
</body>
</html>