<!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(240.5, 186);
context.scale(1, 0.9263157894736842);
context.beginPath();
context.arc(0, 0, 129, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(337, 116);

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

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

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

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

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

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

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

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

context.lineTo(353, 140);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(362, 156);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(370, 199);
context.stroke();

context.lineTo(370, 201);
context.stroke();

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

context.lineTo(370, 204);
context.stroke();

context.lineTo(370, 205);
context.stroke();

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

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

context.lineTo(368, 207);
context.stroke();

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

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

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

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

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

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

context.lineTo(363, 218);
context.stroke();

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

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

context.lineTo(363, 224);
context.stroke();

context.lineTo(363, 226);
context.stroke();

context.lineTo(368, 235);
context.stroke();

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

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

context.lineTo(562, 337);
context.stroke();

context.lineTo(562, 337);
context.stroke();
</script>
</body>
</html>