<!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(290, 228);
context.scale(1, 0.45614035087719296);
context.beginPath();
context.arc(0, 0, 251, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(97, 183);
context.lineTo(98, 259);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(98, 220);
context.lineTo(122, 184);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(96, 218);
context.lineTo(128, 260);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(158, 218.5);
context.scale(0.5714285714285714, 1);
context.beginPath();
context.arc(0, 0, 40, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(196, 183);
context.lineTo(197, 258);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(195, 184);
context.lineTo(221, 223);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(221, 223);
context.lineTo(247, 184);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(245, 184);
context.lineTo(245, 259);
context.stroke();
context.closePath();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 253);
context.lineTo(299, 185);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(296, 186);
context.lineTo(295, 260);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(321, 187);
context.lineTo(308, 257);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(321, 184);
context.lineTo(339, 259);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(350, 181);
context.lineTo(351, 259);
context.stroke();
context.closePath();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(401, 178);
context.lineTo(404, 260);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(404, 200);
context.scale(1, 0.8);
context.beginPath();
context.arc(0, 0, 26, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(462, 221);
context.scale(0.5882352941176471, 1);
context.beginPath();
context.arc(0, 0, 39, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(84, 268);
context.lineTo(485, 267);
context.stroke();
context.closePath();
</script>
</body>
</html>