<!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(158, 60);
context.scale(1, 0.1);
context.beginPath();
context.arc(0, 0, 20, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(164, 44);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(190, 57);

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

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

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

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

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

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

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

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

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

context.lineTo(66, 69);
context.stroke();

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

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

context.lineTo(149, 69);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(243, 45);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(55, 84);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 88, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>