<!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.5, 73);
context.scale(1, 0.4444444444444444);
context.beginPath();
context.arc(0, 0, 10, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(277, 91.5);
context.scale(1, 0.84375);
context.beginPath();
context.arc(0, 0, 42, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(213, 16);

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(195, 81);

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(198, 68);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(200, 23);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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