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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(292, 42);

context.lineTo(292, 42);
context.stroke();

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

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

context.lineTo(292, 73);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(356, 62);
context.stroke();

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

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

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

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

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

context.lineTo(292, 67);
context.stroke();

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

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

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

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

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

context.lineTo(293, 54);
context.stroke();
</script>
</body>
</html>