<!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(82, 176);

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

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

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

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

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

context.lineTo(98, 183);
context.stroke();

context.lineTo(102, 181);
context.stroke();

context.lineTo(107, 181);
context.stroke();

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

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

context.lineTo(125, 181);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(160, 186);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(180, 186);
context.stroke();

context.lineTo(181, 186);
context.stroke();

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

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

context.lineTo(192, 202);
context.stroke();

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

context.lineTo(214, 224);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(236, 232);
context.stroke();

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

context.lineTo(241, 230);
context.stroke();

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

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

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

context.lineTo(249, 224);
context.stroke();

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

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

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

context.lineTo(257, 215);
context.stroke();

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

context.lineTo(262, 210);
context.stroke();

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

context.lineTo(263, 206);
context.stroke();

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

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

context.lineTo(267, 198);
context.stroke();

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

context.lineTo(272, 190);
context.stroke();

context.lineTo(275, 186);
context.stroke();

context.lineTo(280, 180);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(290.5, 172);
context.scale(1, 0.4888888888888889);
context.beginPath();
context.arc(0, 0, 250, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#000000';
context.save();
context.translate(409, 134);
context.scale(0.9428571428571428, 1);
context.beginPath();
context.arc(0, 0, 96, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(422.5, 149);
context.scale(0.3979591836734694, 1);
context.beginPath();
context.arc(0, 0, 105, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>