<!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(271.5, 164.5);
context.scale(1, 0.5929203539823009);
context.beginPath();
context.arc(0, 0, 131, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(354, 111);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(128, 137);
context.stroke();

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

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

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

context.lineTo(380, 75);
context.stroke();

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

context.lineTo(395, 70);
context.stroke();

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

context.lineTo(374, 68);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(295, 152);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(184, 192);
context.stroke();
</script>
</body>
</html>