<!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.beginPath();
context.moveTo(222, 174);

context.lineTo(222, 174);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(361, 305);

context.lineTo(361, 305);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(181, 197);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(397, 204);

context.lineTo(397, 204);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(104, 114);

context.lineTo(104, 114);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(358, 187);

context.lineTo(358, 187);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(119, 95);

context.lineTo(119, 95);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(364, 231);

context.lineTo(364, 231);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(172, 106);

context.lineTo(172, 106);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(368, 250);

context.lineTo(368, 250);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(170, 154);

context.lineTo(170, 154);
context.stroke();

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(226, 153);

context.lineTo(226, 153);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(404, 271);

context.lineTo(404, 271);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(220, 158);

context.lineTo(220, 158);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(436, 296);

context.lineTo(436, 296);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(185, 134);

context.lineTo(185, 134);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(208, 116);

context.lineTo(208, 116);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(324, 269);

context.lineTo(324, 269);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(219, 134);

context.lineTo(219, 134);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(307.5, 216);
context.scale(1, 0.8034188034188035);
context.beginPath();
context.arc(0, 0, 150, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(284, 51.5);
context.scale(1, 0.9807692307692307);
context.beginPath();
context.arc(0, 0, 73, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(391, 266);

context.lineTo(391, 266);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(378, 386);

context.lineTo(378, 386);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(399, 307);

context.lineTo(399, 307);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(376, 375);

context.lineTo(376, 375);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(410, 330);
context.scale(0.20930232558139536, 1);
context.beginPath();
context.arc(0, 0, 88, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.lineTo(224, 268);
context.stroke();
</script>
</body>
</html>