<!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(247, 195.5);
context.scale(0.7786259541984732, 1);
context.beginPath();
context.arc(0, 0, 166, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(270, 107);
context.lineTo(325, 106);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(191.5, 144.5);
context.scale(1, 0.5555555555555556);
context.beginPath();
context.arc(0, 0, 31, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(289.5, 142);
context.scale(1, 0.56);
context.beginPath();
context.arc(0, 0, 29, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(192.5, 141.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(288.5, 140.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(224, 264);
context.lineTo(268, 263);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(241, 169);
context.lineTo(231, 207);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(231, 207);
context.lineTo(241, 219);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(191, 141);

context.lineTo(191, 141);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 141);

context.lineTo(193, 141);
context.stroke();

context.lineTo(194, 141);
context.stroke();

context.lineTo(194, 141);
context.stroke();

context.lineTo(195, 141);
context.stroke();

context.lineTo(195, 141);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(288, 140);

context.lineTo(290, 139);
context.stroke();

context.lineTo(290, 139);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(290, 139);

context.lineTo(290, 140);
context.stroke();

context.lineTo(290, 142);
context.stroke();

context.lineTo(290, 143);
context.stroke();

context.lineTo(290, 143);
context.stroke();
</script>
</body>
</html>