<!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(204, 153.5);
context.scale(1, 0.9888888888888889);
context.beginPath();
context.arc(0, 0, 127, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(159, 94);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(157, 90);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(153, 91);

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(147, 96);

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

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

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

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

context.lineTo(142, 103);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(100, 177);
context.stroke();

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

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

context.lineTo(110, 162);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(124, 142);
context.stroke();

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

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

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

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

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

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

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

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