<!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(116, 99);

context.lineTo(116, 100);
context.stroke();

context.lineTo(117, 102);
context.stroke();

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

context.lineTo(131, 115);
context.stroke();

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

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

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

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

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

context.lineTo(245, 193);
context.stroke();

context.lineTo(273, 209);
context.stroke();

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

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

context.lineTo(330, 240);
context.stroke();

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

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

context.lineTo(358, 253);
context.stroke();

context.lineTo(361, 254);
context.stroke();

context.lineTo(361, 254);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(309, 119);

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

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

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

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

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

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

context.lineTo(263, 183);
context.stroke();

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

context.lineTo(238, 209);
context.stroke();

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

context.lineTo(200, 240);
context.stroke();

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

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

context.lineTo(169, 263);
context.stroke();

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

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

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

context.lineTo(157, 270);
context.stroke();

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(116, 108);

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

context.lineTo(121, 116);
context.stroke();

context.lineTo(126, 125);
context.stroke();

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

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

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

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

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

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

context.lineTo(153, 183);
context.stroke();

context.lineTo(157, 190);
context.stroke();

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

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

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

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

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

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

context.lineTo(173, 229);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(181, 253);
context.stroke();

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

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

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

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(153, 128, 270, 171);

context.strokeStyle = '#000000';
context.strokeRect(266, 129, 93, 96);

context.strokeStyle = '#000000';
context.save();
context.translate(463, 135.5);
context.scale(1, 0.7720588235294118);
context.beginPath();
context.arc(0, 0, 172, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(124, 119, 230, 273);

context.lineWidth = 6;

context.lineWidth = 7;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 12;

context.lineWidth = 11;

context.lineWidth = 10;

context.lineWidth = 9;

context.lineWidth = 8;

context.lineWidth = 9;

context.lineWidth = 10;

context.lineWidth = 11;

context.lineWidth = 12;

context.lineWidth = 13;

context.lineWidth = 14;

context.strokeStyle = '#000000';
context.strokeRect(190, 120, 218, 211);
</script>
</body>
</html>