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

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 3;

context.lineWidth = 6;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(222, 23);

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(222, 23);

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

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

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

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

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

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

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

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

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

context.lineTo(325, 94);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(336, 77);
context.stroke();

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

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

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

context.lineTo(330, 45);
context.stroke();

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

context.lineTo(369, 97);
context.stroke();

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

context.lineTo(367, 109);
context.stroke();

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(293, 55);

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

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

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

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

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

context.lineTo(147, 18);
context.stroke();

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

context.lineTo(159, 29);
context.stroke();

context.lineTo(167, 38);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(272, 167);
context.stroke();
</script>
</body>
</html>