<!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(220, 132.5);
context.scale(1, 0.9878048780487805);
context.beginPath();
context.arc(0, 0, 115, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(215, 248);
context.lineTo(218, 454);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(213, 248);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(213, 249);
context.lineTo(142, 290);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(219, 248);
context.lineTo(280, 284);
context.stroke();
context.closePath();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(218, 382);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(234, 385);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 378);
context.lineTo(133, 443);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(217, 378);
context.lineTo(286, 440);
context.stroke();
context.closePath();
</script>
</body>
</html>