<!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(236.5, 93.5);
context.scale(1, 0.9215686274509803);
context.beginPath();
context.arc(0, 0, 69, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(204, 62.5);
context.scale(1, 0.9);
context.beginPath();
context.arc(0, 0, 13, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(255.5, 53);
context.scale(1, 0.6666666666666666);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(192, 98);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(258, 102);
context.stroke();
</script>
</body>
</html>