<!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(200.5, 159);
context.scale(1, 0.8440366972477065);
context.beginPath();
context.arc(0, 0, 143, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(105.5, 116);
context.scale(0.9285714285714286, 1);
context.beginPath();
context.arc(0, 0, 19, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(255, 102);
context.scale(1, 0.8571428571428571);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(173, 77);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(156, 226);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(317, 148);
context.stroke();
</script>
</body>
</html>