<!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(91, 94);
context.lineTo(98, 92);
context.stroke();
context.lineTo(115, 92);
context.stroke();
context.lineTo(143, 91);
context.stroke();
context.lineTo(182, 92);
context.stroke();
context.lineTo(229, 94);
context.stroke();
context.lineTo(264, 99);
context.stroke();
context.lineTo(290, 106);
context.stroke();
context.lineTo(300, 114);
context.stroke();
context.lineTo(301, 120);
context.stroke();
context.lineTo(298, 124);
context.stroke();
context.lineTo(288, 128);
context.stroke();
context.lineTo(276, 129);
context.stroke();
context.lineTo(254, 130);
context.stroke();
context.lineTo(222, 133);
context.stroke();
context.lineTo(190, 135);
context.stroke();
context.lineTo(163, 139);
context.stroke();
context.lineTo(144, 144);
context.stroke();
context.lineTo(132, 149);
context.stroke();
context.lineTo(128, 154);
context.stroke();
context.lineTo(127, 156);
context.stroke();
context.lineTo(127, 159);
context.stroke();
context.lineTo(127, 163);
context.stroke();
context.lineTo(127, 164);
context.stroke();
context.lineTo(134, 179);
context.stroke();
context.lineTo(142, 184);
context.stroke();
context.lineTo(146, 187);
context.stroke();
context.lineTo(156, 189);
context.stroke();
context.lineTo(182, 190);
context.stroke();
context.lineTo(193, 190);
context.stroke();
context.lineTo(225, 190);
context.stroke();
context.lineTo(236, 190);
context.stroke();
context.lineTo(262, 192);
context.stroke();
context.lineTo(284, 206);
context.stroke();
context.lineTo(286, 210);
context.stroke();
context.lineTo(286, 214);
context.stroke();
context.lineTo(285, 220);
context.stroke();
context.lineTo(284, 222);
context.stroke();
context.lineTo(266, 227);
context.stroke();
context.lineTo(262, 227);
context.stroke();
context.lineTo(222, 227);
context.stroke();
context.lineTo(198, 227);
context.stroke();
context.lineTo(167, 229);
context.stroke();
context.lineTo(156, 232);
context.stroke();
context.lineTo(147, 240);
context.stroke();
context.lineTo(152, 252);
context.stroke();
context.lineTo(160, 256);
context.stroke();
context.lineTo(190, 260);
context.stroke();
context.lineTo(209, 258);
context.stroke();
context.lineTo(210, 256);
context.stroke();
context.lineTo(212, 256);
context.stroke();
context.lineTo(212, 256);
context.stroke();
context.strokeStyle = '#000000';
context.strokeRect(338, 44, 182, 109);
context.strokeStyle = '#000000';
context.save();
context.translate(414, 237);
context.scale(1, 0.7105263157894737);
context.beginPath();
context.arc(0, 0, 93, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
context.strokeStyle = '#29B8FF';
context.save();
context.translate(219, 305.5);
context.scale(1, 0.23770491803278687);
context.beginPath();
context.arc(0, 0, 125, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
context.lineWidth = 6;
context.lineWidth = 7;
context.lineWidth = 9;
context.lineWidth = 10;
context.lineWidth = 11;
context.lineWidth = 10;
context.lineWidth = 8;
context.lineWidth = 6;
context.lineWidth = 4;
context.lineWidth = 1;
context.lineWidth = 2;
context.lineWidth = 3;
context.lineWidth = 4;
context.lineWidth = 5;
context.lineWidth = 6;
context.lineWidth = 7;
context.lineWidth = 8;
context.lineWidth = 9;
context.lineWidth = 12;
context.strokeStyle = '#29B8FF';
context.save();
context.translate(425, 340);
context.scale(1, 0.0425531914893617);
context.beginPath();
context.arc(0, 0, 94, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>