<!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.strokeStyle = '#000000';
context.beginPath();
context.moveTo(124, 103);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(280, 288);
context.stroke();

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

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

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

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

context.lineTo(291, 272);
context.stroke();

context.lineTo(294, 258);
context.stroke();

context.lineTo(294, 241);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(269, 174);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(151, 168);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(130, 150);
context.stroke();
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.save();
context.translate(410, 87);
context.scale(1, 0.9629629629629629);
context.beginPath();
context.arc(0, 0, 75, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 6;

context.lineWidth = 5;

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 10;

context.lineWidth = 13;

context.lineWidth = 14;

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