<!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.beginPath();
context.moveTo(327, 152);
context.lineTo(327, 152);
context.stroke();
context.strokeStyle = '#000000';
context.save();
context.translate(293, 171);
context.scale(1, 0.6488095238095238);
context.beginPath();
context.arc(0, 0, 401, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
context.strokeStyle = '#000000';
context.save();
context.translate(409, 298);
context.scale(1, 0.8785046728971962);
context.beginPath();
context.arc(0, 0, 285, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
context.strokeStyle = '#000000';
context.save();
context.translate(322, 134);
context.scale(1, 0.32);
context.beginPath();
context.arc(0, 0, 367, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
context.lineWidth = 6;
context.lineWidth = 7;
context.lineWidth = 8;
context.lineWidth = 9;
context.lineWidth = 8;
context.lineWidth = 7;
context.lineWidth = 6;
context.lineWidth = 5;
context.lineWidth = 4;
context.lineWidth = 3;
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(84, 3);
context.lineTo(85, 3);
context.stroke();
context.lineTo(85, 3);
context.stroke();
context.lineTo(87, 3);
context.stroke();
context.lineTo(89, 5);
context.stroke();
context.lineTo(92, 7);
context.stroke();
context.lineTo(97, 10);
context.stroke();
context.lineTo(103, 14);
context.stroke();
context.lineTo(113, 21);
context.stroke();
context.lineTo(125, 29);
context.stroke();
context.lineTo(139, 40);
context.stroke();
context.lineTo(153, 51);
context.stroke();
context.lineTo(167, 61);
context.stroke();
context.lineTo(180, 71);
context.stroke();
context.lineTo(193, 81);
context.stroke();
context.lineTo(204, 89);
context.stroke();
context.lineTo(212, 94);
context.stroke();
context.lineTo(217, 98);
context.stroke();
context.lineTo(221, 101);
context.stroke();
context.lineTo(222, 102);
context.stroke();
context.lineTo(223, 103);
context.stroke();
context.lineTo(223, 103);
context.stroke();
context.lineTo(223, 103);
context.stroke();
context.lineTo(223, 103);
context.stroke();
context.lineTo(226, 105);
context.stroke();
context.lineTo(235, 112);
context.stroke();
context.lineTo(255, 129);
context.stroke();
context.lineTo(281, 151);
context.stroke();
context.lineTo(335, 200);
context.stroke();
context.lineTo(354, 217);
context.stroke();
context.lineTo(365, 227);
context.stroke();
context.lineTo(372, 234);
context.stroke();
context.lineTo(375, 238);
context.stroke();
context.lineTo(378, 242);
context.stroke();
context.lineTo(381, 247);
context.stroke();
context.lineTo(384, 253);
context.stroke();
context.lineTo(389, 260);
context.stroke();
context.lineTo(393, 267);
context.stroke();
context.lineTo(399, 276);
context.stroke();
context.lineTo(405, 284);
context.stroke();
context.lineTo(409, 291);
context.stroke();
context.lineTo(413, 298);
context.stroke();
context.lineTo(416, 303);
context.stroke();
context.lineTo(419, 307);
context.stroke();
context.lineTo(421, 311);
context.stroke();
context.lineTo(423, 315);
context.stroke();
context.lineTo(425, 319);
context.stroke();
context.lineTo(427, 323);
context.stroke();
context.lineTo(429, 327);
context.stroke();
context.lineTo(430, 331);
context.stroke();
context.lineTo(431, 333);
context.stroke();
context.lineTo(431, 333);
context.stroke();
</script>
</body>
</html>