<!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(256, 251.5);
context.scale(1, 0.8660714285714286);
context.beginPath();
context.arc(0, 0, 148, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(284, 122);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(284, 122);

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

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

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

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

context.lineTo(426, 163);
context.stroke();

context.lineTo(429, 165);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(418, 240);
context.stroke();

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

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

context.lineTo(402, 279);
context.stroke();

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

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

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

context.lineTo(365, 324);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(154, 277);
context.stroke();

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

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

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

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

context.lineTo(148, 237);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(339, 213);
context.stroke();
</script>
</body>
</html>