<!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(139, 76);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 79, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(194.5, 135.5);
context.scale(1, 0.6421052631578947);
context.beginPath();
context.arc(0, 0, 113, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(233, 60);

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

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

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

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

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

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

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

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

context.lineTo(253, 113);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(259, 57);
context.stroke();

context.lineTo(259, 57);
context.stroke();

context.lineTo(258, 57);
context.stroke();

context.lineTo(256, 57);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(246, 60);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(268, 117);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(300, 91);
context.stroke();

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

context.lineTo(301, 91);
context.stroke();

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

context.lineTo(301, 96);
context.stroke();

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

context.lineTo(303, 118);
context.stroke();

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

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

context.lineTo(308, 136);
context.stroke();

context.lineTo(311, 146);
context.stroke();

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

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

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

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

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

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

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

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

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;
</script>
</body>
</html>