<!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(75, 54);

context.lineTo(75, 56);
context.stroke();

context.lineTo(75, 60);
context.stroke();

context.lineTo(75, 69);
context.stroke();

context.lineTo(78, 82);
context.stroke();

context.lineTo(82, 95);
context.stroke();

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

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

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

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

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

context.lineTo(91, 147);
context.stroke();

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

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

context.lineTo(91, 154);
context.stroke();

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

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

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

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

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

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

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

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

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

context.lineTo(90, 180);
context.stroke();

context.lineTo(90, 185);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(90, 243);
context.stroke();

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

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

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

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

context.lineTo(90, 266);
context.stroke();

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

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

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

context.lineTo(90, 279);
context.stroke();

context.lineTo(89, 282);
context.stroke();

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

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

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

context.lineTo(88, 292);
context.stroke();

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

context.lineTo(87, 296);
context.stroke();

context.lineTo(87, 298);
context.stroke();

context.lineTo(87, 301);
context.stroke();

context.lineTo(86, 304);
context.stroke();

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

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

context.lineTo(86, 311);
context.stroke();

context.lineTo(86, 314);
context.stroke();

context.lineTo(86, 318);
context.stroke();

context.lineTo(86, 321);
context.stroke();

context.lineTo(86, 323);
context.stroke();

context.lineTo(86, 324);
context.stroke();

context.lineTo(86, 325);
context.stroke();

context.lineTo(86, 326);
context.stroke();

context.lineTo(86, 326);
context.stroke();

context.lineWidth = 4;

context.lineWidth = 2;

context.lineWidth = 1;

context.lineWidth = 2;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.save();
context.translate(285, 131.5);
context.scale(0.8682170542635659, 1);
context.beginPath();
context.arc(0, 0, 171, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>