<!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(154.5, 139);
context.scale(1, 0.8493150684931506);
context.beginPath();
context.arc(0, 0, 96, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(225, 135);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(450, 110);

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

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

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

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

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

context.lineTo(572, 177);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(500, 218);
context.stroke();
</script>
</body>
</html>