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

context.strokeStyle = '#000000';
context.save();
context.translate(331, 256.5);
context.scale(1, 0.5606060606060606);
context.beginPath();
context.arc(0, 0, 76, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(186, 84);

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

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

context.lineTo(216, 103);
context.stroke();

context.lineTo(233, 112);
context.stroke();

context.lineTo(252, 123);
context.stroke();

context.lineTo(270, 132);
context.stroke();

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

context.lineTo(302, 149);
context.stroke();

context.lineTo(315, 157);
context.stroke();

context.lineTo(323, 161);
context.stroke();

context.lineTo(331, 164);
context.stroke();

context.lineTo(339, 169);
context.stroke();

context.lineTo(343, 171);
context.stroke();

context.lineTo(348, 173);
context.stroke();

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

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

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

context.lineTo(354, 176);
context.stroke();

context.lineTo(354, 176);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(406, 93);

context.lineTo(403, 93);
context.stroke();

context.lineTo(390, 99);
context.stroke();

context.lineTo(371, 105);
context.stroke();

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

context.lineTo(327, 122);
context.stroke();

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

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

context.lineTo(276, 145);
context.stroke();

context.lineTo(265, 151);
context.stroke();

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

context.lineTo(248, 162);
context.stroke();

context.lineTo(244, 165);
context.stroke();

context.lineTo(240, 168);
context.stroke();

context.lineTo(238, 171);
context.stroke();

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

context.lineTo(235, 178);
context.stroke();

context.lineTo(235, 182);
context.stroke();

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

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

context.lineTo(239, 201);
context.stroke();

context.lineTo(248, 209);
context.stroke();

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

context.lineTo(274, 223);
context.stroke();

context.lineTo(293, 227);
context.stroke();

context.lineTo(328, 228);
context.stroke();

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

context.lineTo(372, 212);
context.stroke();

context.lineTo(392, 199);
context.stroke();

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

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

context.lineTo(409, 157);
context.stroke();

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

context.lineTo(377, 133);
context.stroke();

context.lineTo(350, 127);
context.stroke();

context.lineTo(319, 126);
context.stroke();

context.lineTo(284, 131);
context.stroke();

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

context.lineTo(265, 160);
context.stroke();
</script>
</body>
</html>