<!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(211, 381);

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(235, 402);
context.stroke();

context.lineTo(239, 404);
context.stroke();

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

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

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

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

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

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

context.lineTo(260, 418);
context.stroke();

context.lineTo(265, 421);
context.stroke();

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

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

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

context.lineTo(271, 426);
context.stroke();

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

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

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

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

context.lineWidth = 6;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(74, 33);

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

context.lineTo(80, 38);
context.stroke();

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

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

context.lineTo(98, 49);
context.stroke();

context.lineTo(104, 53);
context.stroke();

context.lineTo(110, 55);
context.stroke();

context.lineTo(114, 57);
context.stroke();

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

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

context.lineTo(120, 61);
context.stroke();

context.lineTo(122, 62);
context.stroke();

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

context.lineTo(129, 65);
context.stroke();

context.lineTo(133, 68);
context.stroke();

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

context.lineTo(139, 71);
context.stroke();

context.lineTo(140, 71);
context.stroke();

context.lineTo(140, 72);
context.stroke();

context.lineTo(140, 72);
context.stroke();

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

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

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

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

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

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

context.lineTo(146, 83);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.save();
context.translate(230, 93.5);
context.scale(0.8952380952380953, 1);
context.beginPath();
context.arc(0, 0, 141, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>