summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-05-21 17:55:33 +0100
committerColin Guthrie <colin@mageia.org>2011-05-21 17:55:33 +0100
commitaa993ed61bff83983f6f91e2e5e5fe8840b737b1 (patch)
tree0ff1b00855cffd6c07823db4f948ae0858340af1
Initial Planet PulseAudio setup
-rw-r--r--.gitignore8
-rw-r--r--output/heads/default.pngbin0 -> 5590 bytes
-rw-r--r--output/heads/mezcalero.pngbin0 -> 15580 bytes
-rw-r--r--output/images/feed-icon-10x10.pngbin0 -> 469 bytes
-rw-r--r--output/images/opml.pngbin0 -> 804 bytes
-rw-r--r--output/images/planet.pngbin0 -> 426 bytes
-rw-r--r--output/js/jquery.easing.1.3.min.js2
-rw-r--r--output/js/jquery.fancybox-1.2.6.min.js1
-rw-r--r--output/js/jquery.lazyload.min.js1
-rw-r--r--output/style/credits.txt2
-rw-r--r--output/style/fancybox.css281
-rw-r--r--output/style/generic.css50
-rw-r--r--output/style/img/bubble/corners.pngbin0 -> 806 bytes
-rw-r--r--output/style/img/bubble/horizontal.pngbin0 -> 280 bytes
-rw-r--r--output/style/img/bubble/nipple.pngbin0 -> 528 bytes
-rw-r--r--output/style/img/bubble/vertical.pngbin0 -> 151 bytes
-rw-r--r--output/style/img/extra_donate.pngbin0 -> 701 bytes
-rw-r--r--output/style/img/extra_twitter.pngbin0 -> 885 bytes
-rw-r--r--output/style/img/fancy_closebox.pngbin0 -> 1910 bytes
-rw-r--r--output/style/img/fancy_left.pngbin0 -> 1623 bytes
-rw-r--r--output/style/img/fancy_progress.pngbin0 -> 12412 bytes
-rw-r--r--output/style/img/fancy_right.pngbin0 -> 1645 bytes
-rw-r--r--output/style/img/fancy_shadow_e.pngbin0 -> 146 bytes
-rw-r--r--output/style/img/fancy_shadow_n.pngbin0 -> 144 bytes
-rw-r--r--output/style/img/fancy_shadow_ne.pngbin0 -> 388 bytes
-rw-r--r--output/style/img/fancy_shadow_nw.pngbin0 -> 374 bytes
-rw-r--r--output/style/img/fancy_shadow_s.pngbin0 -> 147 bytes
-rw-r--r--output/style/img/fancy_shadow_se.pngbin0 -> 393 bytes
-rw-r--r--output/style/img/fancy_shadow_sw.pngbin0 -> 406 bytes
-rw-r--r--output/style/img/fancy_shadow_w.pngbin0 -> 142 bytes
-rw-r--r--output/style/img/fancy_title_left.pngbin0 -> 556 bytes
-rw-r--r--output/style/img/fancy_title_main.pngbin0 -> 149 bytes
-rw-r--r--output/style/img/fancy_title_right.pngbin0 -> 559 bytes
-rw-r--r--output/style/img/html-bg.pngbin0 -> 404 bytes
-rw-r--r--output/style/img/pulse-16.pngbin0 -> 875 bytes
-rw-r--r--output/style/img/pulse-bullet.pngbin0 -> 798 bytes
-rw-r--r--output/style/img/sitelogo.pngbin0 -> 26765 bytes
-rw-r--r--output/style/img/svg/Sciences_de_la_terre.svg909
-rw-r--r--output/style/img/svg/pulseaudio-nobackground.svg309
-rw-r--r--output/style/img/svg/pulseaudio-noshadow.svg287
-rw-r--r--output/style/img/svg/pulseaudio-sitelogo.svg1228
-rw-r--r--output/style/img/svg/pulseaudio.svg287
-rw-r--r--output/style/img/ui-bg_flat_0_aaaaaa_40x100.pngbin0 -> 180 bytes
-rw-r--r--output/style/img/ui-bg_flat_75_ffffff_40x100.pngbin0 -> 178 bytes
-rw-r--r--output/style/img/ui-bg_glass_55_fbf9ee_1x400.pngbin0 -> 120 bytes
-rw-r--r--output/style/img/ui-bg_glass_65_ffffff_1x400.pngbin0 -> 105 bytes
-rw-r--r--output/style/img/ui-bg_glass_75_dadada_1x400.pngbin0 -> 111 bytes
-rw-r--r--output/style/img/ui-bg_glass_75_e6e6e6_1x400.pngbin0 -> 110 bytes
-rw-r--r--output/style/img/ui-bg_glass_95_fef1ec_1x400.pngbin0 -> 119 bytes
-rw-r--r--output/style/img/ui-bg_highlight-soft_75_cccccc_1x100.pngbin0 -> 101 bytes
-rw-r--r--output/style/nlayout.css324
-rw-r--r--output/style/planet.css219
-rw-r--r--output/style/site.css108
-rw-r--r--output/style/sociable.css111
-rw-r--r--pulsar/config.ini94
-rw-r--r--pulsar/index.html.tmpl164
-rw-r--r--templates/default/atom.xml.tmpl61
-rw-r--r--templates/default/foafroll.xml.tmpl31
-rw-r--r--templates/default/opml.xml.tmpl15
-rw-r--r--templates/default/rss10.xml.tmpl37
-rw-r--r--templates/default/rss20.xml.tmpl30
61 files changed, 4559 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b3d2729
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*.tmplc
+cache
+output/index.html
+output/atom.xml
+output/foafroll
+output/opml.xml
+output/rss10.xml
+output/rss20.xml
diff --git a/output/heads/default.png b/output/heads/default.png
new file mode 100644
index 0000000..9f94531
--- /dev/null
+++ b/output/heads/default.png
Binary files differ
diff --git a/output/heads/mezcalero.png b/output/heads/mezcalero.png
new file mode 100644
index 0000000..2b8c1dc
--- /dev/null
+++ b/output/heads/mezcalero.png
Binary files differ
diff --git a/output/images/feed-icon-10x10.png b/output/images/feed-icon-10x10.png
new file mode 100644
index 0000000..cc869bc
--- /dev/null
+++ b/output/images/feed-icon-10x10.png
Binary files differ
diff --git a/output/images/opml.png b/output/images/opml.png
new file mode 100644
index 0000000..3f18190
--- /dev/null
+++ b/output/images/opml.png
Binary files differ
diff --git a/output/images/planet.png b/output/images/planet.png
new file mode 100644
index 0000000..9606a0c
--- /dev/null
+++ b/output/images/planet.png
Binary files differ
diff --git a/output/js/jquery.easing.1.3.min.js b/output/js/jquery.easing.1.3.min.js
new file mode 100644
index 0000000..05eff3c
--- /dev/null
+++ b/output/js/jquery.easing.1.3.min.js
@@ -0,0 +1,2 @@
+/*jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ */
+jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def: 'easeOutQuad',swing: function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad: function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad: function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad: function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic: function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic: function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic: function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart: function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart: function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart: function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint: function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint: function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint: function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine: function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine: function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine: function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo: function(x,t,b,c,d){return(t==0)?b : c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo: function(x,t,b,c,d){return(t==d)?b+c : c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo: function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc: function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc: function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc: function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic: function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic: function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic: function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack: function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack: function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack: function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce: function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce: function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce: function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d)},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}}); \ No newline at end of file
diff --git a/output/js/jquery.fancybox-1.2.6.min.js b/output/js/jquery.fancybox-1.2.6.min.js
new file mode 100644
index 0000000..746d7c5
--- /dev/null
+++ b/output/js/jquery.fancybox-1.2.6.min.js
@@ -0,0 +1 @@
+;(function($){$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage': 'none','filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod="+($(this).css('backgroundRepeat')=='no-repeat'?'crop' : 'scale')+",src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')$(this).css('position','relative');});}});};var elem,opts,busy=false,imagePreloader=new Image,loadingTimer,loadingFrame=1,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;var ieQuirks=null,IE6=$.browser.msie&&$.browser.version.substr(0,1)==6&&!window.XMLHttpRequest,oldIE=IE6||($.browser.msie&&$.browser.version.substr(0,1)==7);$.fn.fancybox=function(o){var settings=$.extend({},$.fn.fancybox.defaults,o);var matchedGroup=this;function _initialize(){elem=this;opts=$.extend({},settings);_start();return false;};function _start(){if(busy)return;if($.isFunction(opts.callbackOnStart)){opts.callbackOnStart();}opts.itemArray=[];opts.itemCurrent=0;if(settings.itemArray.length>0){opts.itemArray=settings.itemArray;}else{var item={};if(!elem.rel||elem.rel==''){var item={href: elem.href,title: elem.title};if($(elem).children("img:first").length){item.orig=$(elem).children("img:first");}else{item.orig=$(elem);}if(item.title==''||typeof item.title=='undefined'){item.title=item.orig.attr('alt');}opts.itemArray.push(item);}else{var subGroup=$(matchedGroup).filter("a[rel="+elem.rel+"]");var item={};for(var i=0;i<subGroup.length;i++){item={href: subGroup[i].href,title: subGroup[i].title};if($(subGroup[i]).children("img:first").length){item.orig=$(subGroup[i]).children("img:first");}else{item.orig=$(subGroup[i]);}if(item.title==''||typeof item.title=='undefined'){item.title=item.orig.attr('alt');}opts.itemArray.push(item);}}}while(opts.itemArray[opts.itemCurrent].href!=elem.href){opts.itemCurrent++;}if(opts.overlayShow){if(IE6){$('embed,object,select').css('visibility','hidden');$("#fancy_overlay").css('height',$(document).height());}$("#fancy_overlay").css({'background-color' : opts.overlayColor,'opacity' : opts.overlayOpacity}).show();}$(window).bind("resize.fb scroll.fb",$.fn.fancybox.scrollBox);_change_item();};function _change_item(){$("#fancy_right,#fancy_left,#fancy_close,#fancy_title").hide();var href=opts.itemArray[opts.itemCurrent].href;if(href.match("iframe")||elem.className.indexOf("iframe")>=0){$.fn.fancybox.showLoading();_set_content('<iframe id="fancy_frame" onload="jQuery.fn.fancybox.showIframe()" name="fancy_iframe'+Math.round(Math.random()*1000)+'" frameborder="0" hspace="0" src="'+href+'"></iframe>',opts.frameWidth,opts.frameHeight);}else if(href.match(/#/)){var target=window.location.href.split('#')[0];target=href.replace(target,'');target=target.substr(target.indexOf('#'));_set_content('<div id="fancy_div">'+$(target).html()+'</div>',opts.frameWidth,opts.frameHeight);}else if(href.match(imageRegExp)){imagePreloader=new Image;imagePreloader.src=href;if(imagePreloader.complete){_proceed_image();}else{$.fn.fancybox.showLoading();$(imagePreloader).unbind().bind('load',function(){$("#fancy_loading").hide();_proceed_image();});}}else{$.fn.fancybox.showLoading();$.get(href,function(data){$("#fancy_loading").hide();_set_content('<div id="fancy_ajax">'+data+'</div>',opts.frameWidth,opts.frameHeight);});}};function _proceed_image(){var width=imagePreloader.width;var height=imagePreloader.height;var horizontal_space=(opts.padding*2)+40;var vertical_space=(opts.padding*2)+60;var w=$.fn.fancybox.getViewport();if(opts.imageScale&&(width>(w[0]-horizontal_space)||height>(w[1]-vertical_space))){var ratio=Math.min(Math.min(w[0]-horizontal_space,width)/width,Math.min(w[1]-vertical_space,height)/height);width=Math.round(ratio*width);height=Math.round(ratio*height);}_set_content('<img alt="" id="fancy_img" src="'+imagePreloader.src+'"/>',width,height);};function _preload_neighbor_images(){if((opts.itemArray.length-1)>opts.itemCurrent){var href=opts.itemArray[opts.itemCurrent+1].href||false;if(href&&href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}if(opts.itemCurrent>0){var href=opts.itemArray[opts.itemCurrent-1].href||false;if(href&&href.match(imageRegExp)){objNext=new Image();objNext.src=href;}}};function _set_content(value,width,height){busy=true;var pad=opts.padding;if(oldIE||ieQuirks){$("#fancy_content")[0].style.removeExpression("height");$("#fancy_content")[0].style.removeExpression("width");}if(pad>0){width+=pad*2;height+=pad*2;$("#fancy_content").css({'top' : pad+'px','right' : pad+'px','bottom' : pad+'px','left' : pad+'px','width' : 'auto','height' : 'auto'});if(oldIE||ieQuirks){$("#fancy_content")[0].style.setExpression('height','(this.parentNode.clientHeight-'+pad*2+')');$("#fancy_content")[0].style.setExpression('width','(this.parentNode.clientWidth-'+pad*2+')');}}else{$("#fancy_content").css({'top' : 0,'right' : 0,'bottom' : 0,'left' : 0,'width' : '100%','height' : '100%'});}if($("#fancy_outer").is(":visible")&&width==$("#fancy_outer").width()&&height==$("#fancy_outer").height()){$("#fancy_content").fadeOut('fast',function(){$("#fancy_content").empty().append($(value)).fadeIn("normal",function(){_finish();});});return;}var w=$.fn.fancybox.getViewport();var itemTop=(height+60)>w[1]?w[3]:(w[3]+Math.round((w[1]-height-60)*0.5));var itemLeft=(width+40)>w[0]?w[2]:(w[2]+Math.round((w[0]-width-40)*0.5));var itemOpts={'left': itemLeft,'top': itemTop,'width': width+'px','height': height+'px'};if($("#fancy_outer").is(":visible")){$("#fancy_content").fadeOut("normal",function(){$("#fancy_content").empty();$("#fancy_outer").animate(itemOpts,opts.zoomSpeedChange,opts.easingChange,function(){$("#fancy_content").append($(value)).fadeIn("normal",function(){_finish();});});});}else{if(opts.zoomSpeedIn>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){$("#fancy_content").empty().append($(value));var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);$("#fancy_outer").css({'left':(orig_pos.left-20-opts.padding)+'px','top':(orig_pos.top-20-opts.padding)+'px','width': $(orig_item).width()+(opts.padding*2),'height': $(orig_item).height()+(opts.padding*2)});if(opts.zoomOpacity){itemOpts.opacity='show';}$("#fancy_outer").animate(itemOpts,opts.zoomSpeedIn,opts.easingIn,function(){_finish();});}else{$("#fancy_content").hide().empty().append($(value)).show();$("#fancy_outer").css(itemOpts).fadeIn("normal",function(){_finish();});}}};function _set_navigation(){if(opts.itemCurrent!==0){$("#fancy_left,#fancy_left_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent--;_change_item();return false;});$("#fancy_left").show();}if(opts.itemCurrent!=(opts.itemArray.length-1)){$("#fancy_right,#fancy_right_ico").unbind().bind("click",function(e){e.stopPropagation();opts.itemCurrent++;_change_item();return false;});$("#fancy_right").show();}};function _finish(){if($.browser.msie){$("#fancy_content")[0].style.removeAttribute('filter');$("#fancy_outer")[0].style.removeAttribute('filter');}_set_navigation();_preload_neighbor_images();$(document).bind("keydown.fb",function(e){if(e.keyCode==27&&opts.enableEscapeButton){$.fn.fancybox.close();}else if(e.keyCode==37&&opts.itemCurrent!==0){$(document).unbind("keydown.fb");opts.itemCurrent--;_change_item();}else if(e.keyCode==39&&opts.itemCurrent!=(opts.itemArray.length-1)){$(document).unbind("keydown.fb");opts.itemCurrent++;_change_item();}});if(opts.hideOnContentClick){$("#fancy_content").click($.fn.fancybox.close);}if(opts.overlayShow&&opts.hideOnOverlayClick){$("#fancy_overlay").bind("click",$.fn.fancybox.close);}if(opts.showCloseButton){$("#fancy_close").bind("click",$.fn.fancybox.close).show();}if(typeof opts.itemArray[opts.itemCurrent].title!=='undefined'&&opts.itemArray[opts.itemCurrent].title.length>0){var pos=$("#fancy_outer").position();$('#fancy_title div').text(opts.itemArray[opts.itemCurrent].title).html();$('#fancy_title').css({'top' : pos.top+$("#fancy_outer").outerHeight()-32,'left' : pos.left+(($("#fancy_outer").outerWidth()*0.5)-($('#fancy_title').width()*0.5))}).show();}if(opts.overlayShow&&IE6){$('embed,object,select',$('#fancy_content')).css('visibility','visible');}if($.isFunction(opts.callbackOnShow)){opts.callbackOnShow(opts.itemArray[opts.itemCurrent]);}if($.browser.msie){$("#fancy_outer")[0].style.removeAttribute('filter');$("#fancy_content")[0].style.removeAttribute('filter');}busy=false;};return this.unbind('click.fb').bind('click.fb',_initialize);};$.fn.fancybox.scrollBox=function(){var w=$.fn.fancybox.getViewport();if(opts.centerOnScroll&&$("#fancy_outer").is(':visible')){var ow=$("#fancy_outer").outerWidth();var oh=$("#fancy_outer").outerHeight();var pos={'top' :(oh>w[1]?w[3]: w[3]+Math.round((w[1]-oh)*0.5)),'left' :(ow>w[0]?w[2]: w[2]+Math.round((w[0]-ow)*0.5))};$("#fancy_outer").css(pos);$('#fancy_title').css({'top' : pos.top+oh-32,'left' : pos.left+((ow*0.5)-($('#fancy_title').width()*0.5))});}if(IE6&&$("#fancy_overlay").is(':visible')){$("#fancy_overlay").css({'height' : $(document).height()});}if($("#fancy_loading").is(':visible')){$("#fancy_loading").css({'left':((w[0]-40)*0.5+w[2]),'top':((w[1]-40)*0.5+w[3])});}};$.fn.fancybox.getNumeric=function(el,prop){return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;};$.fn.fancybox.getPosition=function(el){var pos=el.offset();pos.top+=$.fn.fancybox.getNumeric(el,'paddingTop');pos.top+=$.fn.fancybox.getNumeric(el,'borderTopWidth');pos.left+=$.fn.fancybox.getNumeric(el,'paddingLeft');pos.left+=$.fn.fancybox.getNumeric(el,'borderLeftWidth');return pos;};$.fn.fancybox.showIframe=function(){$("#fancy_loading").hide();$("#fancy_frame").show();};$.fn.fancybox.getViewport=function(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];};$.fn.fancybox.animateLoading=function(){if(!$("#fancy_loading").is(':visible')){clearInterval(loadingTimer);return;}$("#fancy_loading>div").css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};$.fn.fancybox.showLoading=function(){clearInterval(loadingTimer);var w=$.fn.fancybox.getViewport();$("#fancy_loading").css({'left':((w[0]-40)*0.5+w[2]),'top':((w[1]-40)*0.5+w[3])}).show();$("#fancy_loading").bind('click',$.fn.fancybox.close);loadingTimer=setInterval($.fn.fancybox.animateLoading,66);};$.fn.fancybox.close=function(){busy=true;$(imagePreloader).unbind();$(document).unbind("keydown.fb");$(window).unbind("resize.fb scroll.fb");$("#fancy_overlay,#fancy_content,#fancy_close").unbind();$("#fancy_close,#fancy_loading,#fancy_left,#fancy_right,#fancy_title").hide();__cleanup=function(){if($("#fancy_overlay").is(':visible')){$("#fancy_overlay").fadeOut("fast");}$("#fancy_content").empty();if(opts.centerOnScroll){$(window).unbind("resize.fb scroll.fb");}if(IE6){$('embed,object,select').css('visibility','visible');}if($.isFunction(opts.callbackOnClose)){opts.callbackOnClose();}busy=false;};if($("#fancy_outer").is(":visible")!==false){if(opts.zoomSpeedOut>0&&opts.itemArray[opts.itemCurrent].orig!==undefined){var orig_item=opts.itemArray[opts.itemCurrent].orig;var orig_pos=$.fn.fancybox.getPosition(orig_item);var itemOpts={'left':(orig_pos.left-20-opts.padding)+'px','top':(orig_pos.top-20-opts.padding)+'px','width': $(orig_item).width()+(opts.padding*2),'height': $(orig_item).height()+(opts.padding*2)};if(opts.zoomOpacity){itemOpts.opacity='hide';}$("#fancy_outer").stop(false,true).animate(itemOpts,opts.zoomSpeedOut,opts.easingOut,__cleanup);}else{$("#fancy_outer").stop(false,true).fadeOut('fast',__cleanup);}}else{__cleanup();}return false;};$.fn.fancybox.build=function(){var html='';html+='<div id="fancy_overlay"></div>';html+='<div id="fancy_loading"><div></div></div>';html+='<div id="fancy_outer">';html+='<div id="fancy_inner">';html+='<div id="fancy_close"></div>';html+='<div id="fancy_bg"><div class="fancy_bg" id="fancy_bg_n"></div><div class="fancy_bg" id="fancy_bg_ne"></div><div class="fancy_bg" id="fancy_bg_e"></div><div class="fancy_bg" id="fancy_bg_se"></div><div class="fancy_bg" id="fancy_bg_s"></div><div class="fancy_bg" id="fancy_bg_sw"></div><div class="fancy_bg" id="fancy_bg_w"></div><div class="fancy_bg" id="fancy_bg_nw"></div></div>';html+='<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';html+='<div id="fancy_content"></div>';html+='</div>';html+='</div>';html+='<div id="fancy_title"></div>';$(html).appendTo("body");$('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');if($.browser.msie){$(".fancy_bg").fixPNG();}if(IE6){$("div#fancy_overlay").css("position","absolute");$("#fancy_loading div,#fancy_close,.fancy_title,.fancy_ico").fixPNG();$("#fancy_inner").prepend('<iframe id="fancy_bigIframe" src="javascript:false;" scrolling="no" frameborder="0"></iframe>');var frameDoc=$('#fancy_bigIframe')[0].contentWindow.document;frameDoc.open();frameDoc.close();}};$.fn.fancybox.defaults={padding : 10,imageScale : true,zoomOpacity : true,zoomSpeedIn : 0,zoomSpeedOut : 0,zoomSpeedChange : 300,easingIn : 'swing',easingOut : 'swing',easingChange : 'swing',frameWidth : 560,frameHeight : 340,overlayShow : true,overlayOpacity : 0.3,overlayColor : '#666',enableEscapeButton : true,showCloseButton : true,hideOnOverlayClick : true,hideOnContentClick : true,centerOnScroll : true,itemArray :[],callbackOnStart : null,callbackOnShow : null,callbackOnClose : null};$(document).ready(function(){ieQuirks=$.browser.msie&&!$.boxModel;if($("#fancy_outer").length<1){$.fn.fancybox.build();}});})(jQuery); \ No newline at end of file
diff --git a/output/js/jquery.lazyload.min.js b/output/js/jquery.lazyload.min.js
new file mode 100644
index 0000000..1193d0c
--- /dev/null
+++ b/output/js/jquery.lazyload.min.js
@@ -0,0 +1 @@
+(function(a){a.fn.lazyload=function(c){var d={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(c){a.extend(d,c)}var b=this;if("scroll"==d.event){a(d.container).bind("scroll",function(g){var e=0;b.each(function(){if(!a.belowthefold(this,d)&&!a.rightoffold(this,d)){a(this).trigger("appear")}else{if(e++>d.failurelimit){return false}}});var f=a.grep(b,function(h){return !h.loaded});b=a(f)})}return this.each(function(){var e=this;a(e).attr("original",a(e).attr("src"));if("scroll"!=d.event||a.belowthefold(e,d)||a.rightoffold(e,d)){if(d.placeholder){a(e).attr("src",d.placeholder)}else{a(e).removeAttr("src")}e.loaded=false}else{e.loaded=true}a(e).one("appear",function(){if(!this.loaded){a("<img />").bind("load",function(){a(e).hide().attr("src",a(e).attr("original"))[d.effect](d.effectspeed);e.loaded=true}).attr("src",a(e).attr("original"))}});if("scroll"!=d.event){a(e).bind(d.event,function(f){if(!e.loaded){a(e).trigger("appear")}})}})};a.belowthefold=function(c,d){if(d.container===undefined||d.container===window){var b=a(window).height()+a(window).scrollTop()}else{var b=a(d.container).offset().top+a(d.container).height()}return b<=a(c).offset().top-d.threshold};a.rightoffold=function(c,d){if(d.container===undefined||d.container===window){var b=a(window).width()+a(window).scrollLeft()}else{var b=a(d.container).offset().left+a(d.container).width()}return b<=a(c).offset().left-d.threshold};a.extend(a.expr[":"],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"})})(jQuery); \ No newline at end of file
diff --git a/output/style/credits.txt b/output/style/credits.txt
new file mode 100644
index 0000000..b8dc065
--- /dev/null
+++ b/output/style/credits.txt
@@ -0,0 +1,2 @@
+Earth SVG Used in Logo (Adrien Facélina: LGPL): http://media.scoutwiki.org/Image:Earth_globe.svg
+
diff --git a/output/style/fancybox.css b/output/style/fancybox.css
new file mode 100644
index 0000000..4f723bd
--- /dev/null
+++ b/output/style/fancybox.css
@@ -0,0 +1,281 @@
+div#fancy_overlay {
+position: fixed;
+top: 0;
+left: 0;
+width: 100%;
+height: 100%;
+display: none;
+z-index: 300;
+}
+
+div#fancy_loading {
+position: absolute;
+height: 40px;
+width: 40px;
+cursor: pointer;
+display: none;
+overflow: hidden;
+background: transparent;
+z-index: 1000;
+}
+
+div#fancy_loading div {
+position: absolute;
+top: 0;
+left: 0;
+width: 40px;
+height: 480px;
+background: transparent url('img/fancy_progress.png') no-repeat;
+}
+
+div#fancy_outer {
+position: absolute;
+top: 0;
+left: 0;
+z-index: 900;
+padding: 20px 20px 40px 20px;
+margin: 0;
+background: transparent;
+display: none;
+}
+
+div#fancy_inner {
+position: relative;
+width:100%;
+height:100%;
+background: #FFF;
+}
+
+div#fancy_content {
+margin: 0;
+z-index: 1000;
+position: absolute;
+}
+
+div#fancy_div {
+background: #000;
+color: #FFF;
+height: 100%;
+width: 100%;
+z-index: 1000;
+}
+
+img#fancy_img {
+position: absolute;
+top: 0;
+left: 0;
+border:0;
+padding: 0;
+margin: 0;
+z-index: 1000;
+width: 100%;
+height: 100%;
+}
+
+div#fancy_close {
+position: absolute;
+height: 30px;
+width: 30px;
+background: url('img/fancy_closebox.png') top left no-repeat;
+cursor: pointer;
+z-index: 1810;
+display: none;
+}
+
+#fancy_frame {
+position: relative;
+width: 100%;
+height: 100%;
+display: none;
+}
+
+#fancy_ajax {
+width: 100%;
+height: 100%;
+overflow: auto;
+}
+
+a#fancy_left, a#fancy_right {
+position: absolute;
+bottom: 0px;
+height: 100%;
+width: 35%;
+cursor: pointer;
+z-index: 1110;
+display: none;
+background-image: url("data:image/gif;base64,AAAA");
+outline: none;
+overflow: hidden;
+}
+
+a#fancy_left {
+left: 0px;
+}
+
+a#fancy_right {
+right: 0px;
+}
+
+span.fancy_ico {
+position: absolute;
+top: 50%;
+margin-top: -15px;
+width: 30px;
+height: 30px;
+z-index: 1120;
+cursor: pointer;
+display: block;
+}
+
+span#fancy_left_ico {
+left: -9999px;
+background: transparent url('img/fancy_left.png') no-repeat;
+}
+
+span#fancy_right_ico {
+right: -9999px;
+background: transparent url('img/fancy_right.png') no-repeat;
+}
+
+a#fancy_left:hover, a#fancy_right:hover {
+visibility: visible;
+background-color: transparent;
+}
+
+a#fancy_left:hover span {
+left: 20px;
+}
+
+a#fancy_right:hover span {
+right: 20px;
+}
+
+#fancy_bigIframe {
+position: absolute;
+top: 0;
+left: 0;
+width: 100%;
+height: 100%;
+background: transparent;
+}
+
+div#fancy_bg {
+position: absolute;
+top: 0; left: 0;
+width: 100%;
+height: 100%;
+z-index: 700;
+border: 0;
+padding: 0;
+margin: 0;
+}
+
+div.fancy_bg {
+position: absolute;
+display: block;
+z-index: 700;
+border: 0;
+padding: 0;
+margin: 0;
+}
+
+div#fancy_bg_n {
+top: -20px;
+left: 0;
+width: 100%;
+height: 20px;
+background: transparent url('img/fancy_shadow_n.png') repeat-x;
+}
+
+div#fancy_bg_ne {
+top: -20px;
+right: -20px;
+width: 20px;
+height: 20px;
+background: transparent url('img/fancy_shadow_ne.png') no-repeat;
+}
+
+div#fancy_bg_e {
+right: -20px;
+height: 100%;
+width: 20px;
+background: transparent url('img/fancy_shadow_e.png') repeat-y;
+}
+
+div#fancy_bg_se {
+bottom: -20px;
+right: -20px;
+width: 20px;
+height: 20px;
+background: transparent url('img/fancy_shadow_se.png') no-repeat;
+}
+
+div#fancy_bg_s {
+bottom: -20px;
+left: 0;
+width: 100%;
+height: 20px;
+background: transparent url('img/fancy_shadow_s.png') repeat-x;
+}
+
+div#fancy_bg_sw {
+bottom: -20px;
+left: -20px;
+width: 20px;
+height: 20px;
+background: transparent url('img/fancy_shadow_sw.png') no-repeat;
+}
+
+div#fancy_bg_w {
+left: -20px;
+height: 100%;
+width: 20px;
+background: transparent url('img/fancy_shadow_w.png') repeat-y;
+}
+
+div#fancy_bg_nw {
+top: -20px;
+left: -20px;
+width: 20px;
+height: 20px;
+background: transparent url('img/fancy_shadow_nw.png') no-repeat;
+}
+
+div#fancy_title {
+position: absolute;
+z-index: 1000;
+display: none;
+}
+
+div#fancy_title div {
+color: #FFF;
+font: bold 12px Arial;
+padding-bottom: 3px;
+white-space: nowrap;
+}
+
+div#fancy_title table {
+margin: 0 auto;
+}
+
+div#fancy_title table td {
+padding: 0;
+vertical-align: middle;
+}
+
+td#fancy_title_left {
+height: 32px;
+width: 15px;
+background: transparent url('img/fancy_title_left.png') repeat-x;
+}
+
+td#fancy_title_main {
+height: 32px;
+background: transparent url('img/fancy_title_main.png') repeat-x;
+}
+
+td#fancy_title_right {
+height: 32px;
+width: 15px;
+background: transparent url('img/fancy_title_right.png') repeat-x;
+} \ No newline at end of file
diff --git a/output/style/generic.css b/output/style/generic.css
new file mode 100644
index 0000000..bf4a85b
--- /dev/null
+++ b/output/style/generic.css
@@ -0,0 +1,50 @@
+/* Basic tags */
+a img {
+ border: 0px;
+}
+
+pre {
+ overflow: auto;
+}
+
+/* Anchors */
+a {
+ color: #3465a4;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+
+/* Basic classes */
+
+.none { /* to add paragraph spacing to various elements for ttys */
+ margin: 0px;
+ padding: 0px;
+}
+
+.invisible { /* stuff that should appear when this css isn't used */
+ margin: 0px;
+ border: 0px;
+ padding: 0px;
+ height: 0px;
+ visibility: hidden;
+}
+
+.left {
+ margin: 10px;
+ padding: 0px;
+ float: left;
+}
+
+.right {
+ margin: 10px;
+ padding: 0px;
+ float: right;
+}
+
+.center {
+ text-align: center;
+}
diff --git a/output/style/img/bubble/corners.png b/output/style/img/bubble/corners.png
new file mode 100644
index 0000000..05cbcf9
--- /dev/null
+++ b/output/style/img/bubble/corners.png
Binary files differ
diff --git a/output/style/img/bubble/horizontal.png b/output/style/img/bubble/horizontal.png
new file mode 100644
index 0000000..4a2c73d
--- /dev/null
+++ b/output/style/img/bubble/horizontal.png
Binary files differ
diff --git a/output/style/img/bubble/nipple.png b/output/style/img/bubble/nipple.png
new file mode 100644
index 0000000..26eee33
--- /dev/null
+++ b/output/style/img/bubble/nipple.png
Binary files differ
diff --git a/output/style/img/bubble/vertical.png b/output/style/img/bubble/vertical.png
new file mode 100644
index 0000000..ae6a672
--- /dev/null
+++ b/output/style/img/bubble/vertical.png
Binary files differ
diff --git a/output/style/img/extra_donate.png b/output/style/img/extra_donate.png
new file mode 100644
index 0000000..6428a3c
--- /dev/null
+++ b/output/style/img/extra_donate.png
Binary files differ
diff --git a/output/style/img/extra_twitter.png b/output/style/img/extra_twitter.png
new file mode 100644
index 0000000..69fe1ef
--- /dev/null
+++ b/output/style/img/extra_twitter.png
Binary files differ
diff --git a/output/style/img/fancy_closebox.png b/output/style/img/fancy_closebox.png
new file mode 100644
index 0000000..4de4396
--- /dev/null
+++ b/output/style/img/fancy_closebox.png
Binary files differ
diff --git a/output/style/img/fancy_left.png b/output/style/img/fancy_left.png
new file mode 100644
index 0000000..61494e6
--- /dev/null
+++ b/output/style/img/fancy_left.png
Binary files differ
diff --git a/output/style/img/fancy_progress.png b/output/style/img/fancy_progress.png
new file mode 100644
index 0000000..06b7c89
--- /dev/null
+++ b/output/style/img/fancy_progress.png
Binary files differ
diff --git a/output/style/img/fancy_right.png b/output/style/img/fancy_right.png
new file mode 100644
index 0000000..0a56042
--- /dev/null
+++ b/output/style/img/fancy_right.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_e.png b/output/style/img/fancy_shadow_e.png
new file mode 100644
index 0000000..540de31
--- /dev/null
+++ b/output/style/img/fancy_shadow_e.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_n.png b/output/style/img/fancy_shadow_n.png
new file mode 100644
index 0000000..153ade4
--- /dev/null
+++ b/output/style/img/fancy_shadow_n.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_ne.png b/output/style/img/fancy_shadow_ne.png
new file mode 100644
index 0000000..492c27c
--- /dev/null
+++ b/output/style/img/fancy_shadow_ne.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_nw.png b/output/style/img/fancy_shadow_nw.png
new file mode 100644
index 0000000..505ceaf
--- /dev/null
+++ b/output/style/img/fancy_shadow_nw.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_s.png b/output/style/img/fancy_shadow_s.png
new file mode 100644
index 0000000..29023eb
--- /dev/null
+++ b/output/style/img/fancy_shadow_s.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_se.png b/output/style/img/fancy_shadow_se.png
new file mode 100644
index 0000000..301ae23
--- /dev/null
+++ b/output/style/img/fancy_shadow_se.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_sw.png b/output/style/img/fancy_shadow_sw.png
new file mode 100644
index 0000000..f1b77ab
--- /dev/null
+++ b/output/style/img/fancy_shadow_sw.png
Binary files differ
diff --git a/output/style/img/fancy_shadow_w.png b/output/style/img/fancy_shadow_w.png
new file mode 100644
index 0000000..05f8de9
--- /dev/null
+++ b/output/style/img/fancy_shadow_w.png
Binary files differ
diff --git a/output/style/img/fancy_title_left.png b/output/style/img/fancy_title_left.png
new file mode 100644
index 0000000..1e82b6d
--- /dev/null
+++ b/output/style/img/fancy_title_left.png
Binary files differ
diff --git a/output/style/img/fancy_title_main.png b/output/style/img/fancy_title_main.png
new file mode 100644
index 0000000..5f505b0
--- /dev/null
+++ b/output/style/img/fancy_title_main.png
Binary files differ
diff --git a/output/style/img/fancy_title_right.png b/output/style/img/fancy_title_right.png
new file mode 100644
index 0000000..ef0dc20
--- /dev/null
+++ b/output/style/img/fancy_title_right.png
Binary files differ
diff --git a/output/style/img/html-bg.png b/output/style/img/html-bg.png
new file mode 100644
index 0000000..c446a37
--- /dev/null
+++ b/output/style/img/html-bg.png
Binary files differ
diff --git a/output/style/img/pulse-16.png b/output/style/img/pulse-16.png
new file mode 100644
index 0000000..7f5fdce
--- /dev/null
+++ b/output/style/img/pulse-16.png
Binary files differ
diff --git a/output/style/img/pulse-bullet.png b/output/style/img/pulse-bullet.png
new file mode 100644
index 0000000..8bd26cc
--- /dev/null
+++ b/output/style/img/pulse-bullet.png
Binary files differ
diff --git a/output/style/img/sitelogo.png b/output/style/img/sitelogo.png
new file mode 100644
index 0000000..b06c59d
--- /dev/null
+++ b/output/style/img/sitelogo.png
Binary files differ
diff --git a/output/style/img/svg/Sciences_de_la_terre.svg b/output/style/img/svg/Sciences_de_la_terre.svg
new file mode 100644
index 0000000..21df975
--- /dev/null
+++ b/output/style/img/svg/Sciences_de_la_terre.svg
@@ -0,0 +1,909 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docname="sciences_de_la_terre.svg"
+ sodipodi:docbase="/home/adrien/Bureau/En cours/Wikipedia.fr/Final/svg&amp;xcf"
+ inkscape:version="0.43"
+ sodipodi:version="0.32"
+ id="svg1315"
+ height="256.00000px"
+ width="256.00000px"
+ inkscape:export-filename="/home/adrien/Bureau/En cours/Wikipedia.fr/Final/sciences_de_la_terre.png"
+ inkscape:export-xdpi="22.5"
+ inkscape:export-ydpi="22.5">
+ <defs
+ id="defs3">
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2468"
+ id="radialGradient2947"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.421268,1.506915,-0.460067,-0.433919,74.69474,8.052706)"
+ cx="11.093192"
+ cy="21.082983"
+ fx="11.093192"
+ fy="21.082983"
+ r="28.953125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2450"
+ id="radialGradient2945"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516347,-9.99328e-24,1.402537e-23,1.32204,1.133823,7.187141)"
+ cx="-2.1958566"
+ cy="-22.317514"
+ fx="-2.1958566"
+ fy="-22.317514"
+ r="6" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2709"
+ id="radialGradient2943"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.448641,0.320947)"
+ cx="-3.0647297"
+ cy="-21.320944"
+ fx="-3.0647297"
+ fy="-21.320944"
+ r="6" />
+ <linearGradient
+ id="linearGradient2450">
+ <stop
+ id="stop2452"
+ offset="0"
+ style="stop-color:#b3ff6f;stop-opacity:1;" />
+ <stop
+ style="stop-color:#56a80d;stop-opacity:1;"
+ offset="0.77551019"
+ id="stop3746" />
+ <stop
+ id="stop3748"
+ offset="1"
+ style="stop-color:#69df00;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2450"
+ id="radialGradient2941"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516347,-9.99328e-24,1.402537e-23,1.32204,1.133823,7.187141)"
+ cx="-2.1958566"
+ cy="-22.317514"
+ fx="-2.1958566"
+ fy="-22.317514"
+ r="6" />
+ <linearGradient
+ id="linearGradient2709">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2711" />
+ <stop
+ id="stop2713"
+ offset="0.77551019"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2715" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2709"
+ id="radialGradient2939"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-0.448641,0.320947)"
+ cx="-3.0647297"
+ cy="-21.320944"
+ fx="-3.0647297"
+ fy="-21.320944"
+ r="6" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2279"
+ id="radialGradient2937"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516347,-9.99328e-24,1.402537e-23,1.32204,1.133823,7.187141)"
+ cx="-2.1958566"
+ cy="-22.317514"
+ fx="-2.1958566"
+ fy="-22.317514"
+ r="6" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2222"
+ id="radialGradient2935"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516347,-9.99328e-24,1.402537e-23,1.32204,1.133823,7.187141)"
+ cx="-2.1958566"
+ cy="-22.317514"
+ fx="-2.1958566"
+ fy="-22.317514"
+ r="6" />
+ <linearGradient
+ id="linearGradient2222">
+ <stop
+ style="stop-color:#ffff6f;stop-opacity:1;"
+ offset="0"
+ id="stop2224" />
+ <stop
+ id="stop2230"
+ offset="0.77551019"
+ style="stop-color:#c09f0f;stop-opacity:1;" />
+ <stop
+ style="stop-color:#dfde00;stop-opacity:1;"
+ offset="1"
+ id="stop2226" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2222"
+ id="radialGradient2933"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516347,-9.99328e-24,1.402537e-23,1.32204,1.133823,7.187141)"
+ cx="-2.1958566"
+ cy="-22.317514"
+ fx="-2.1958566"
+ fy="-22.317514"
+ r="6" />
+ <linearGradient
+ id="linearGradient2279">
+ <stop
+ id="stop2281"
+ offset="0"
+ style="stop-color:#ff9e69;stop-opacity:1;" />
+ <stop
+ style="stop-color:#c04d0f;stop-opacity:1;"
+ offset="0.77551019"
+ id="stop2283" />
+ <stop
+ id="stop2285"
+ offset="1"
+ style="stop-color:#df4f00;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2279"
+ id="radialGradient2931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.516347,-9.99328e-24,1.402537e-23,1.32204,1.133823,7.187141)"
+ cx="-2.1958566"
+ cy="-22.317514"
+ fx="-2.1958566"
+ fy="-22.317514"
+ r="6" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2468"
+ id="radialGradient2929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.421268,1.506915,-0.460067,-0.433919,74.69474,8.052706)"
+ cx="11.093192"
+ cy="21.082983"
+ fx="11.093192"
+ fy="21.082983"
+ r="28.953125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2468"
+ id="radialGradient2927"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.421268,1.506915,-0.460067,-0.433919,74.69474,8.052706)"
+ cx="11.093192"
+ cy="21.082983"
+ fx="11.093192"
+ fy="21.082983"
+ r="28.953125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2468"
+ id="radialGradient2925"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.684851,1.946942,-1.819276,0.639944,46.37637,-20.69831)"
+ cx="11.093192"
+ cy="21.082983"
+ fx="11.093192"
+ fy="21.082983"
+ r="28.953125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2468"
+ id="radialGradient2923"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.549574,1.363241,-0.416203,0.473091,7.202868,-10.70546)"
+ cx="11.093192"
+ cy="21.082983"
+ fx="11.093192"
+ fy="21.082983"
+ r="28.953125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2624"
+ id="linearGradient2921"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1,1.043002e-16)"
+ x1="11.107041"
+ y1="46.055717"
+ x2="38.013481"
+ y2="41.773796" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2624">
+ <stop
+ style="stop-color:#3594ca;stop-opacity:1;"
+ offset="0"
+ id="stop2626" />
+ <stop
+ style="stop-color:#3594ca;stop-opacity:0;"
+ offset="1"
+ id="stop2628" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2624"
+ id="linearGradient2919"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(1,1.043002e-16)"
+ x1="11.107041"
+ y1="46.055717"
+ x2="38.013481"
+ y2="41.773796" />
+ <linearGradient
+ id="linearGradient2468">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2470" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2472" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2468"
+ id="radialGradient2917"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.549574,1.363241,-0.416203,0.473091,7.202868,-10.70546)"
+ cx="11.093192"
+ cy="21.082983"
+ fx="11.093192"
+ fy="21.082983"
+ r="28.953125" />
+ <linearGradient
+ id="linearGradient2875">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2877" />
+ <stop
+ id="stop2883"
+ offset="0.5"
+ style="stop-color:#028ad8;stop-opacity:1;" />
+ <stop
+ style="stop-color:#9bd1ff;stop-opacity:0;"
+ offset="1"
+ id="stop2879" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2875"
+ id="radialGradient2915"
+ gradientUnits="userSpaceOnUse"
+ cx="32"
+ cy="32"
+ fx="32"
+ fy="32"
+ r="31" />
+ <linearGradient
+ id="linearGradient2336"
+ inkscape:collect="always">
+ <stop
+ id="stop2338"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2340"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2494">
+ <stop
+ style="stop-color:#59b2ff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2496" />
+ <stop
+ style="stop-color:#6ed7ff;stop-opacity:0.85567009;"
+ offset="0.72000003"
+ id="stop2498" />
+ <stop
+ style="stop-color:#1dc5ff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop2500" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2452">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2454" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop2456" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2412">
+ <stop
+ style="stop-color:#00eaff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2414" />
+ <stop
+ style="stop-color:#0ed7ff;stop-opacity:0.67843137;"
+ offset="0.72000003"
+ id="stop2422" />
+ <stop
+ style="stop-color:#1dc5ff;stop-opacity:0.36078432;"
+ offset="1.0000000"
+ id="stop2416" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2395">
+ <stop
+ style="stop-color:#83ffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2397" />
+ <stop
+ style="stop-color:#54eaff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop2399" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2236">
+ <stop
+ style="stop-color:#0f1b40;stop-opacity:1;"
+ offset="0"
+ id="stop2238" />
+ <stop
+ style="stop-color:#161d4f;stop-opacity:0;"
+ offset="1"
+ id="stop2240" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2258">
+ <stop
+ id="stop2260"
+ offset="0.0000000"
+ style="stop-color:#1cbdfb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2262"
+ offset="1.0000000"
+ style="stop-color:#043f74;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2233">
+ <stop
+ id="stop2235"
+ offset="0.0000000"
+ style="stop-color:#1cd7fb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2237"
+ offset="0.44000000"
+ style="stop-color:#1eadeb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2239"
+ offset="0.57999998"
+ style="stop-color:#0e8adc;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2241"
+ offset="0.76999998"
+ style="stop-color:#065297;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2243"
+ offset="0.89499998"
+ style="stop-color:#044374;stop-opacity:0.96470588;" />
+ <stop
+ id="stop2245"
+ offset="1.0000000"
+ style="stop-color:#043f74;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2189">
+ <stop
+ id="stop2191"
+ offset="0.0000000"
+ style="stop-color:#0f75d2;stop-opacity:0.86458331;" />
+ <stop
+ id="stop2195"
+ offset="1.0000000"
+ style="stop-color:#032b51;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2312">
+ <stop
+ id="stop2314"
+ offset="0.0000000"
+ style="stop-color:#f7f7f7;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2320"
+ offset="0.67000002"
+ style="stop-color:#9ed4e2;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2316"
+ offset="1.0000000"
+ style="stop-color:#3aa5ca;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2194">
+ <stop
+ id="stop2196"
+ offset="0.0000000"
+ style="stop-color:#1cd7fb;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2198"
+ offset="1.0000000"
+ style="stop-color:#043f74;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4066">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4068" />
+ <stop
+ id="stop3784"
+ offset="0.38525614"
+ style="stop-color:#9fea85;stop-opacity:1;" />
+ <stop
+ id="stop3782"
+ offset="0.75510204"
+ style="stop-color:#2b8a0a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#7eff55;stop-opacity:1;"
+ offset="1"
+ id="stop4070" />
+ </linearGradient>
+ <radialGradient
+ r="539.79822"
+ fy="180.93758"
+ fx="342.10938"
+ cy="175.28014"
+ cx="353.42407"
+ gradientTransform="scale(1.006773,0.993272)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2208"
+ xlink:href="#linearGradient2194"
+ inkscape:collect="always" />
+ <radialGradient
+ r="211.52753"
+ fy="46.918106"
+ fx="73.184441"
+ cy="46.918106"
+ cx="73.184441"
+ gradientTransform="scale(1.024251,0.976323)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2268"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ r="211.52753"
+ fy="46.918106"
+ fx="73.184441"
+ cy="46.918106"
+ cx="73.184441"
+ gradientTransform="scale(1.024251,0.976323)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2272"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ r="211.52753"
+ fy="46.918106"
+ fx="73.184441"
+ cy="46.918106"
+ cx="73.184441"
+ gradientTransform="matrix(1.024149,0.000000,0.000000,0.976323,0.524657,-0.122721)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2276"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="216.25491"
+ fy="43.483139"
+ fx="73.184441"
+ cy="43.483139"
+ cx="73.184441"
+ gradientTransform="scale(1.024251,0.976323)"
+ id="radialGradient2294"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ r="216.25491"
+ fy="43.483139"
+ fx="73.184441"
+ cy="43.483139"
+ cx="73.184441"
+ gradientTransform="scale(1.024251,0.976323)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2298"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ r="216.25491"
+ fy="43.483139"
+ fx="73.184441"
+ cy="43.483139"
+ cx="73.184441"
+ gradientTransform="scale(1.024251,0.976323)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2302"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ r="216.25491"
+ fy="43.483139"
+ fx="73.184441"
+ cy="43.483139"
+ cx="73.184441"
+ gradientTransform="scale(1.024251,0.976323)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2306"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ r="221.16626"
+ fy="62.766144"
+ fx="82.707672"
+ cy="62.766144"
+ cx="82.707672"
+ gradientTransform="matrix(1.333188e-2,0.84247,-0.982112,1.554107e-2,143.4348,-9.435806)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2310"
+ xlink:href="#linearGradient4066"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2187"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.366161,0.764419)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2203"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.366161,0.764419)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2207"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.466166,-0.831896)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2211"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.466166,0.764432)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2215"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.366161,-0.831909)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2219"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.366161,-0.831909)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.366161,-0.831909)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2189"
+ id="radialGradient2227"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.036676,0.000000,0.000000,0.999833,-1.366161,0.764419)"
+ cx="69.951530"
+ cy="53.788040"
+ fx="69.951530"
+ fy="53.788040"
+ r="217.14053" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2233"
+ id="radialGradient2247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.006773,0.993272)"
+ cx="353.42407"
+ cy="175.28014"
+ fx="342.10938"
+ fy="180.93758"
+ r="539.79822" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2258"
+ id="radialGradient2264"
+ gradientTransform="scale(1.006773,0.993272)"
+ cx="144.10077"
+ cy="441.17734"
+ fx="144.10077"
+ fy="441.17734"
+ r="444.49182"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="217.14053"
+ fy="53.788040"
+ fx="69.951530"
+ cy="53.788040"
+ cx="69.951530"
+ gradientTransform="matrix(1.049542,0,0,1.021455,-3.366673,-3.10572)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1506"
+ xlink:href="#linearGradient2312"
+ inkscape:collect="always" />
+ <radialGradient
+ r="41.158230"
+ fy="415.32397"
+ fx="205.25664"
+ cy="415.32397"
+ cx="205.25664"
+ gradientTransform="scale(1.870829,0.534522)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1487"
+ xlink:href="#linearGradient2236"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2395"
+ id="radialGradient2401"
+ gradientTransform="matrix(1.036546,0.000000,0.000000,0.964742,-265.1651,-4.949747)"
+ cx="370.30438"
+ cy="95.484741"
+ fx="370.30438"
+ fy="95.484741"
+ r="152.32361"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2412"
+ id="radialGradient2418"
+ gradientTransform="scale(0.994389,1.005643)"
+ cx="122.79328"
+ cy="68.775978"
+ fx="122.79328"
+ fy="68.775978"
+ r="131.68478"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="362.07275"
+ fy="378.94604"
+ fx="370.39627"
+ cy="378.94604"
+ cx="370.39627"
+ gradientTransform="scale(1.006773,0.993272)"
+ id="radialGradient2344"
+ xlink:href="#linearGradient2336"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ inkscape:window-y="93"
+ inkscape:window-x="70"
+ inkscape:window-height="623"
+ inkscape:window-width="930"
+ inkscape:current-layer="layer5"
+ inkscape:document-units="px"
+ inkscape:cy="220.42102"
+ inkscape:cx="172.24497"
+ inkscape:zoom="1"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ gridempspacing="4" />
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Adrien Facélina</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer5"
+ inkscape:label="globe ombre">
+ <path
+ sodipodi:type="arc"
+ style="stroke-opacity:1.0000000;stroke:none;fill-rule:evenodd;fill-opacity:1.0;fill:url(#radialGradient1487)"
+ id="path1471"
+ sodipodi:cx="384.00000"
+ sodipodi:cy="222.00000"
+ sodipodi:rx="77.000000"
+ sodipodi:ry="22.000000"
+ d="M 461.00000 222.00000 A 77.000000 22.000000 0 1 1 307.00000,222.00000 A 77.000000 22.000000 0 1 1 461.00000 222.00000 z"
+ transform="matrix(0.915584,0.000000,0.000000,1.000000,-224.4843,6.786830)" />
+ </g>
+ <g
+ inkscape:label="globe"
+ id="layer2"
+ inkscape:groupmode="layer">
+ <path
+ transform="matrix(0.312736,0,0,0.316987,9.672207,2.687594)"
+ d="M 737.43018 376.39664 A 364.52515 359.63687 0 1 1 8.3798828,376.39664 A 364.52515 359.63687 0 1 1 737.43018 376.39664 z"
+ sodipodi:ry="359.63687"
+ sodipodi:rx="364.52515"
+ sodipodi:cy="376.39664"
+ sodipodi:cx="372.90503"
+ id="path5993"
+ style="fill:#054a88;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.306481,0,0,0.310647,12.00463,5.073851)"
+ d="M 737.43018 376.39664 A 364.52515 359.63687 0 1 1 8.3798828,376.39664 A 364.52515 359.63687 0 1 1 737.43018 376.39664 z"
+ sodipodi:ry="359.63687"
+ sodipodi:rx="364.52515"
+ sodipodi:cy="376.39664"
+ sodipodi:cx="372.90503"
+ id="path2216"
+ style="opacity:0.79999994;fill:#0d91dc;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.312736,0,0,0.316987,9.672207,2.686946)"
+ d="M 737.43018 376.39664 A 364.52515 359.63687 0 1 1 8.3798828,376.39664 A 364.52515 359.63687 0 1 1 737.43018 376.39664 z"
+ sodipodi:ry="359.63687"
+ sodipodi:rx="364.52515"
+ sodipodi:cy="376.39664"
+ sodipodi:cx="372.90503"
+ id="path2206"
+ style="fill:url(#radialGradient2208);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(0.312736,0,0,0.316987,9.672207,2.686946)"
+ d="M 737.43018 376.39664 A 364.52515 359.63687 0 1 1 8.3798828,376.39664 A 364.52515 359.63687 0 1 1 737.43018 376.39664 z"
+ sodipodi:ry="359.63687"
+ sodipodi:rx="364.52515"
+ sodipodi:cy="376.39664"
+ sodipodi:cx="372.90503"
+ id="path2231"
+ style="fill:url(#radialGradient2247);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="carte ombre">
+ <path
+ id="path2213"
+ d="M 127.00000 8.0000000 C 64.071925 8.0000000 13.000000 59.071883 13.000000 122.00000 C 13.000000 148.57807 22.171165 172.98140 37.437500 192.37500 C 40.062000 189.12154 40.940139 183.79985 38.687500 180.18750 C 37.144623 173.46627 40.010500 165.86654 35.437500 159.81250 C 29.526631 148.57970 24.336843 136.81061 23.750000 123.96875 C 23.797660 117.64099 21.373589 110.22834 22.843750 104.59375 C 30.463235 98.178316 23.876911 86.178137 31.437500 79.875000 C 35.379360 76.356573 32.766192 68.072721 39.562500 67.625000 C 44.481510 70.931965 51.630544 77.979995 57.000000 71.406250 C 60.931728 68.279047 63.175133 63.635193 66.562500 60.000000 C 70.195394 64.952233 78.036673 65.002574 82.437500 61.093750 C 83.258358 64.516732 84.757230 68.582686 88.750000 68.968750 C 82.520897 73.059193 76.989102 80.012870 79.843750 87.875000 C 82.147697 92.142255 73.559923 91.815303 72.875000 96.656250 C 70.843588 99.179449 70.524324 106.55063 68.000000 105.75000 C 62.848106 105.02480 68.999657 98.843592 65.718750 95.625000 C 63.564115 88.842243 53.569598 83.602161 47.656250 88.218750 C 44.008553 95.232835 49.433348 104.29519 55.187500 108.62500 C 56.774466 111.21282 55.176951 116.67739 52.781250 119.59375 C 51.973026 122.50732 54.013824 131.11988 48.968750 128.90625 C 42.571798 124.62316 34.554160 130.84650 35.687500 138.06250 C 35.450284 143.89971 39.830871 149.63318 44.875000 151.12500 C 45.967228 159.81285 51.327350 167.83721 57.031250 174.31250 C 64.067891 181.01088 74.268981 182.15590 83.281250 182.90625 C 83.888227 188.65685 87.861569 192.51830 92.656250 196.15625 C 97.335280 199.75209 96.700169 204.82179 95.562500 209.71875 C 95.795699 220.13191 104.37702 227.90527 111.31250 234.78125 C 116.45335 235.49157 121.66481 236.00000 127.00000 236.00000 C 131.72598 236.00000 136.36187 235.62200 140.93750 235.06250 C 146.42214 231.82126 152.74804 229.07541 155.84375 223.21875 C 162.36031 230.86130 174.18904 224.92531 178.34375 217.59375 C 182.43663 215.98261 188.75575 218.21798 191.46875 212.90625 C 195.11086 208.25850 192.34412 198.71417 185.75000 199.84375 C 183.42888 194.19969 176.93074 188.87122 170.90625 193.09375 C 165.37683 195.98102 175.15755 187.49416 176.21875 185.87500 C 181.24471 180.25927 185.12342 173.58744 187.43750 166.40625 C 192.69861 164.78907 194.77741 157.41637 191.78125 153.00000 C 195.45564 149.07241 198.12244 143.23055 198.12500 138.31250 C 207.05643 143.19361 209.08532 158.52634 221.37500 157.62500 C 226.29028 157.99573 230.76906 153.27879 232.43750 150.53125 C 233.71170 151.94271 235.14938 152.67435 236.62500 152.93750 C 239.40553 143.08286 241.00000 132.74036 241.00000 122.00000 C 241.00000 59.071882 189.92808 8.0000001 127.00000 8.0000000 z M 132.21875 22.156250 C 135.39858 23.334254 139.56655 23.654071 142.46875 25.375000 C 138.29002 24.230246 133.08656 25.865229 133.25000 30.875000 C 130.01115 33.079821 123.31710 37.021577 123.06250 30.093750 C 118.72308 24.374305 122.10709 21.703122 127.93750 22.687500 C 129.39358 22.607364 130.77788 22.337625 132.21875 22.156250 z M 115.31250 50.312500 L 115.90625 51.125000 L 116.09375 51.406250 C 113.72054 54.908326 109.25951 57.084963 106.71875 60.718750 C 104.61713 55.126724 111.95011 53.036965 115.31250 50.312500 z "
+ style="opacity:0.099999793;fill:url(#radialGradient2227);fill-opacity:1.0000000" />
+ <path
+ id="path2197"
+ d="M 127.00000 8.0000000 C 72.501691 8.0000000 26.959419 46.330788 15.718750 97.468750 C 16.445463 99.043119 17.408660 100.51660 18.750000 101.71875 C 24.129398 99.527160 21.271495 92.417499 23.031250 87.875000 C 21.543930 81.762322 23.325968 81.141452 27.406250 78.406250 C 27.229200 74.560458 33.856336 69.464666 28.343750 66.656250 C 33.872384 67.035464 38.524795 59.105121 43.937500 64.218750 C 46.604814 67.170604 51.278621 72.449915 54.750000 67.250000 C 57.819359 61.701907 62.944796 58.178836 66.343750 52.843750 C 69.629605 48.991846 73.868280 44.464034 69.718750 51.718750 C 67.161330 57.048281 74.232781 62.191730 78.375000 57.687500 C 85.306658 54.731204 87.085625 54.098357 86.718750 61.093750 C 88.460797 64.640507 92.704580 66.424790 96.468750 65.281250 C 95.544580 72.475413 86.825473 74.306453 84.343750 80.343750 C 82.055643 85.655438 86.533159 89.397870 87.093750 94.281250 C 88.093448 96.511113 77.599945 92.643691 76.843750 99.093750 C 76.586776 103.94102 71.005673 108.47453 73.781250 113.40625 C 71.374414 115.37038 68.836225 116.98201 66.093750 118.12500 C 71.045007 115.88210 66.406916 108.09421 62.812500 109.03125 C 58.175211 110.91714 59.457054 119.44011 64.343750 118.68750 C 62.219520 119.39059 60.013207 119.89552 57.625000 119.93750 C 54.243673 123.01261 61.553018 126.73687 57.406250 128.56250 C 53.022703 132.14804 52.273743 138.11398 51.312500 143.34375 C 51.136159 138.92887 48.333586 132.61073 44.062500 131.81250 C 36.334936 134.20910 41.793656 150.39928 49.375000 145.68750 C 53.448943 141.00630 47.500645 151.67248 50.218750 154.25000 C 51.869440 157.97907 54.302594 161.19143 55.406250 165.12500 C 59.650260 169.38468 62.973991 175.67433 69.593750 175.93750 C 74.954065 178.14950 80.549145 177.50798 86.000000 178.18750 C 92.287898 180.51237 87.193961 184.26296 89.375000 187.56250 C 94.695235 189.54765 97.187365 194.20936 100.46875 198.68750 C 104.60187 203.40418 98.593409 207.26091 100.12500 212.40625 C 103.62337 220.92084 110.20495 228.42091 117.65625 233.59375 C 127.57537 233.85762 139.87260 233.88459 146.65625 225.21875 C 152.93499 224.89306 151.28624 215.87346 157.15625 214.81250 C 161.60542 210.53187 155.61103 222.58633 162.28125 221.84375 C 170.19011 223.57472 175.29023 213.79858 177.87500 209.84375 C 180.80886 214.55907 190.93903 212.23204 188.00000 205.96875 C 185.61535 200.87072 178.98730 207.22148 180.43750 203.84375 C 182.21709 198.95569 175.33006 192.76005 171.87500 198.31250 C 168.84089 200.54844 162.79029 208.00419 163.28125 200.18750 C 160.24912 191.87298 169.64625 187.56691 173.68750 181.68750 C 178.32653 176.04492 182.60044 169.58556 183.31250 162.15625 C 189.00263 162.89065 190.75951 156.23873 185.62500 154.12500 C 183.85426 152.78226 190.95687 148.72539 191.21875 145.25000 C 194.92010 141.97380 192.47650 136.66566 193.09375 133.96875 C 197.15407 129.96543 199.95402 135.72927 204.28125 135.81250 C 209.69901 140.87531 211.53060 152.37011 220.78125 153.00000 C 227.75717 153.98127 229.80465 145.14716 225.65625 140.68750 C 221.82985 134.04522 226.38234 126.87714 226.87500 119.96875 C 228.08807 123.24894 225.75062 133.80342 230.71875 130.78125 C 235.91893 127.90368 227.84304 138.22238 232.59375 141.09375 C 233.22238 143.78239 235.14942 148.12157 237.78125 148.53125 C 239.82010 140.00344 241.00000 131.14964 241.00000 122.00000 C 241.00000 81.743171 220.03546 46.410535 188.50000 26.125000 C 188.19218 26.053622 187.90284 25.905680 187.59375 25.843750 C 187.57066 25.718049 187.49804 25.621901 187.46875 25.500000 C 169.92143 14.472399 149.24045 8.0000000 127.00000 8.0000000 z M 135.56250 16.906250 C 137.46578 21.689489 147.42202 17.773398 146.46875 22.906250 C 148.24927 29.166626 149.76798 31.149276 141.31250 30.062500 C 133.35531 27.463918 142.76341 37.369131 134.87500 35.250000 C 131.33384 36.094974 130.54747 41.238109 126.03125 38.437500 C 120.99359 40.277496 120.34440 38.585411 119.87500 33.781250 C 117.68488 31.083576 115.79424 28.156834 116.56250 24.843750 C 116.90395 20.309592 113.77266 17.182465 121.43750 18.343750 C 126.30695 18.697029 131.20781 17.550603 135.56250 16.906250 z M 143.50000 38.968750 C 143.67775 38.954357 143.87033 39.102373 144.03125 39.562500 C 142.61453 40.528904 142.96676 39.011930 143.50000 38.968750 z M 118.03125 42.781250 C 118.10207 42.777207 118.05510 42.875839 117.81250 43.156250 C 117.79477 47.665670 121.62524 54.522924 126.78125 50.843750 C 134.30933 50.141646 128.43152 42.469804 136.21875 45.875000 C 141.22426 42.760940 137.17834 50.044139 139.31250 52.531250 C 141.07462 58.915577 132.86560 52.462720 130.12500 52.000000 C 121.13186 51.367403 114.64266 59.191999 109.12500 65.187500 C 105.95238 68.907216 103.08229 66.220047 102.06250 62.875000 C 101.45749 61.584248 102.41804 54.289931 100.93750 54.406250 C 106.44840 51.180277 111.49620 46.854230 116.84375 43.343750 C 116.58505 43.721628 117.81878 42.793378 118.03125 42.781250 z M 104.00000 78.343750 C 104.17711 78.230629 104.44804 78.203057 104.81250 78.343750 L 104.93750 78.718750 C 105.58861 84.925766 102.76025 79.135594 104.00000 78.343750 z M 50.937500 91.218750 C 50.642053 91.479310 50.876527 92.281934 51.312500 94.000000 C 51.695358 98.397448 54.579052 102.28258 57.906250 105.03125 C 66.352573 103.32910 60.632404 91.079184 53.718750 91.718750 C 52.058314 91.239696 51.232947 90.958190 50.937500 91.218750 z M 15.031250 100.84375 C 13.740445 107.70621 13.000000 114.76444 13.000000 122.00000 C 13.000000 146.88737 21.074358 169.84108 34.625000 188.59375 C 35.357814 186.79258 35.441380 184.24781 34.500000 182.56250 C 32.950543 178.30223 32.102410 174.22676 34.000000 169.96875 C 32.064627 157.59289 21.030991 148.11907 20.687500 135.12500 C 18.721100 126.53116 17.953386 117.76914 17.906250 109.03125 C 17.107459 106.97732 17.708276 101.23593 15.031250 100.84375 z M 76.031250 111.12500 C 76.218599 111.02926 76.457051 111.09868 76.687500 111.53125 C 75.303760 113.22899 75.469203 111.41223 76.031250 111.12500 z M 118.25000 119.25000 C 122.18954 123.19856 121.22650 123.35890 117.25000 126.40625 C 111.85312 125.29350 117.09974 121.29103 118.25000 119.25000 z M 137.34375 124.87500 C 140.03458 127.64559 129.90495 124.91812 137.34375 124.87500 z "
+ style="opacity:0.19999982;fill:url(#radialGradient2203);fill-opacity:1.0000000" />
+ <path
+ id="path2181"
+ d="M 127.00000 8.0000000 C 123.88946 8.0000000 120.82912 8.2239142 117.78125 8.4687500 C 116.12506 8.6155134 114.46222 8.7556093 112.81250 8.9687500 C 111.65574 9.1128069 110.52077 9.3215067 109.37500 9.5000000 C 107.11887 9.8558969 104.85833 10.207434 102.62500 10.687500 C 101.83238 10.860552 101.06763 11.091786 100.28125 11.281250 C 97.929421 11.847883 95.573871 12.383697 93.281250 13.093750 C 93.082438 13.155324 92.885846 13.218618 92.687500 13.281250 C 65.483784 21.871453 42.770347 40.460851 28.625000 64.656250 C 31.377711 65.092985 33.690033 61.505314 36.718750 61.281250 C 39.771122 58.387368 41.875395 61.594718 45.531250 62.781250 C 48.466191 64.753007 50.067400 70.945156 53.937500 65.125000 C 56.132992 62.170367 56.664062 59.527848 60.125000 57.781250 C 65.106768 50.785377 70.964163 42.266840 80.031250 42.281250 C 81.122774 42.855396 72.772133 47.109739 72.281250 51.000000 C 69.460250 55.248846 72.910664 59.861973 77.437500 55.906250 C 81.528915 54.224848 85.062066 52.733830 89.531250 53.343750 C 94.636069 53.832282 100.67096 54.321911 103.96875 49.687500 C 107.30171 48.569944 109.07715 46.383452 111.75000 44.531250 C 113.24985 41.348385 122.17152 40.954436 118.03125 37.000000 C 119.52974 32.394638 113.28655 32.373728 114.96875 28.093750 C 111.98382 24.484454 117.58325 23.513103 113.75000 21.468750 C 110.90906 16.038468 115.47290 16.410924 121.40625 16.343750 C 125.15257 15.736376 131.64158 17.037325 133.31250 14.437500 C 138.17278 15.180890 134.86585 14.300178 139.00000 17.281250 C 142.53692 18.319347 147.28111 18.000802 150.03125 20.468750 C 147.14042 21.511349 147.72581 27.821894 152.15625 28.687500 C 156.46150 26.600393 157.28316 31.122599 153.03125 30.718750 C 148.94541 32.051605 144.24525 32.616766 139.87500 32.062500 C 140.63809 38.307588 147.65072 36.557849 148.68750 41.906250 C 152.56202 44.685509 145.78897 44.974400 149.53125 49.812500 C 148.83927 53.986247 145.72960 46.901224 147.53125 44.468750 C 148.39371 37.777636 139.80571 45.152994 141.03125 39.156250 C 143.64995 36.366293 133.02535 36.051473 133.46875 38.750000 C 128.39155 41.525804 134.67510 45.779847 137.68750 43.187500 C 145.00811 41.170548 139.70626 44.417928 140.59375 48.968750 C 140.91093 53.452157 144.12043 55.960040 139.46875 57.500000 C 135.13911 58.540930 130.76954 51.439680 125.71875 54.562500 C 119.80503 56.065959 115.51552 60.620126 112.06250 65.468750 C 112.33892 65.970486 105.02633 69.086360 106.18750 72.875000 C 104.64003 76.566483 109.61043 80.262782 106.25000 82.875000 C 101.74647 86.539562 100.39376 79.857880 102.78125 76.312500 C 104.25877 72.974542 109.69706 66.793729 101.59375 69.125000 C 99.681649 73.137406 104.51995 61.513601 98.593750 64.937500 C 97.874617 70.738699 96.111548 70.830651 91.937500 75.000000 C 91.505645 77.507073 86.712026 77.175798 86.281250 80.937500 C 84.849339 86.570688 86.483996 86.871235 88.500000 89.937500 C 87.054377 92.354998 93.919216 100.83910 87.500000 98.062500 C 83.820837 95.024206 77.899166 97.004040 78.375000 102.21875 C 77.009319 105.21731 72.717381 111.48347 76.312500 112.78125 C 81.718712 114.43248 72.522557 116.36682 71.718750 118.84375 C 69.330217 124.42204 67.906399 122.25864 71.250000 117.43750 C 67.488359 121.77250 62.973633 120.41960 59.125000 121.71875 C 57.431505 123.70945 64.461911 127.24288 58.843750 129.96875 C 53.094727 134.56111 54.459160 142.51970 51.968750 148.46875 C 50.262794 153.10751 53.606673 156.65524 55.968750 160.18750 C 55.765003 165.63258 62.515126 168.51834 65.187500 172.84375 C 69.564105 174.03113 74.076580 175.03132 78.437500 176.00000 C 83.084763 175.58437 88.887839 174.47066 90.406250 180.25000 C 96.749930 181.36957 97.386411 183.72603 91.625000 183.59375 C 86.624315 187.83774 97.037147 186.03884 97.156250 191.25000 C 100.83020 194.81577 104.34942 199.94309 104.34375 204.87500 C 99.700957 208.90318 102.30872 214.52279 105.59375 218.40625 C 107.08536 220.20110 109.12926 223.19761 111.18750 225.59375 C 115.11607 227.62131 115.93921 233.18725 121.37500 231.62500 C 129.93091 231.88855 140.34367 230.92651 145.62500 223.37500 C 151.23067 223.12886 149.69818 217.58004 152.34375 215.15625 C 156.92290 212.52705 163.67419 210.06131 161.84375 203.50000 C 160.60238 199.68023 160.71936 196.38633 160.90625 192.71875 C 168.20351 183.93992 178.11680 176.57981 180.84375 164.87500 C 181.32399 160.45077 180.81914 160.09495 186.62500 159.15625 C 187.07485 153.45103 180.78222 156.83672 178.12500 158.00000 C 170.83980 161.82414 179.20544 157.30112 181.09375 154.53125 C 185.02516 150.94667 189.12235 147.01558 190.50000 141.75000 C 194.63423 138.17806 186.98508 132.73827 190.50000 133.03125 C 193.86931 131.77044 197.06605 127.96697 200.00000 132.12500 C 202.86622 134.31058 207.82501 132.90215 208.12500 137.68750 C 211.78645 141.66290 213.10826 148.06060 218.03125 150.43750 C 221.31462 151.35190 225.97445 152.09743 225.90625 146.06250 C 224.16811 141.66172 220.86819 137.19310 222.15625 132.25000 C 224.28291 126.68094 223.85899 120.43963 226.40625 115.00000 C 230.80781 118.50569 228.23900 124.22684 229.81250 129.00000 C 233.83081 126.14501 236.15670 127.70159 234.65625 131.81250 C 231.15416 135.57383 234.17934 139.42586 235.81250 143.62500 C 236.45835 146.00378 237.36061 146.75466 238.28125 146.56250 C 239.74989 139.88969 240.57079 132.99094 240.81250 125.93750 C 240.28916 124.62103 239.66014 123.35005 238.87500 122.15625 C 239.57402 122.01556 240.32523 120.52269 240.84375 118.65625 C 240.70462 113.87493 240.24255 109.17921 239.53125 104.56250 C 238.78206 102.95125 237.90148 101.37991 237.28125 99.906250 C 237.77119 94.411373 235.11074 89.168507 234.25000 83.718750 C 232.12577 77.776059 229.63044 72.035024 226.59375 66.593750 C 225.03885 64.693845 223.24943 62.954070 222.46875 61.312500 C 222.98129 61.529114 223.23572 61.550338 223.56250 61.625000 C 220.34505 56.494124 216.74981 51.633413 212.78125 47.093750 C 211.42273 46.514017 210.04654 45.803788 208.56250 43.281250 C 206.79610 41.863930 205.66743 40.229258 204.56250 38.625000 C 201.51466 35.787981 198.31322 33.118163 194.96875 30.625000 C 193.05096 29.826440 190.90808 29.151590 189.18750 27.968750 C 185.21368 28.916333 174.48471 23.401120 184.34375 25.187500 C 186.17276 25.407133 185.41814 24.488962 184.00000 23.375000 C 180.58614 21.395711 177.09467 19.592079 173.46875 17.968750 C 172.34208 17.660940 171.25946 17.211410 170.25000 16.562500 C 168.82278 15.976081 167.33052 15.498214 165.87500 14.968750 C 165.81072 15.027170 165.71300 15.012753 165.65625 15.093750 C 159.78595 14.769945 152.77962 10.233780 146.31250 11.500000 C 142.13556 10.053417 137.71751 8.8999909 133.09375 8.3125000 C 131.06427 8.2048143 129.05616 8.0000000 127.00000 8.0000000 z M 75.312500 30.062500 C 73.334740 32.320373 66.066246 37.023678 71.937500 31.968750 C 72.143693 31.555252 77.644784 28.438294 75.312500 30.062500 z M 97.187500 31.093750 C 98.306337 35.027715 91.436648 35.829467 89.187500 38.156250 C 83.793833 41.058765 82.872712 39.785166 88.906250 37.093750 C 91.572614 35.024716 94.534217 32.656130 97.187500 31.093750 z M 125.96875 40.468750 C 122.37002 40.323610 118.01657 42.197641 120.59375 46.343750 C 122.37704 52.728097 125.26389 48.723000 129.62500 47.437500 C 127.06785 43.369553 134.75279 40.670106 125.96875 40.468750 z M 92.937500 53.937500 C 88.889382 55.248912 85.619928 58.289266 89.406250 61.437500 C 92.242500 65.878569 102.60153 63.107673 99.968750 56.843750 C 96.626554 56.348129 96.021150 53.717646 92.937500 53.937500 z M 27.156250 68.281250 C 26.900166 68.262054 26.658211 68.416176 26.406250 68.468750 C 24.671027 71.720440 23.075870 75.039085 21.656250 78.468750 C 23.496190 79.316177 26.540640 78.754040 25.750000 75.500000 C 26.647259 72.447642 30.861247 69.812992 27.156250 68.281250 z M 20.593750 81.406250 C 19.027080 85.506198 17.684629 89.720357 16.593750 94.031250 C 16.889258 95.447831 17.361407 96.839842 18.343750 98.218750 C 20.934071 102.53576 19.618953 90.793108 21.031250 87.968750 C 20.977900 85.195740 21.210501 82.055004 20.593750 81.406250 z M 19.375000 85.281250 C 19.507584 85.083460 19.788794 85.011736 20.281250 85.281250 C 19.894866 87.665159 18.977249 85.874619 19.375000 85.281250 z M 53.281250 93.656250 C 53.458333 94.666670 53.635417 95.677083 53.812500 96.687500 C 55.578992 98.072596 57.658966 106.18770 60.156250 101.18750 C 60.914966 98.020646 57.531659 93.478821 53.281250 93.656250 z M 14.687500 103.06250 C 13.652287 109.23364 13.000000 115.53617 13.000000 122.00000 C 13.000000 145.91870 20.396457 168.09803 33.000000 186.43750 C 32.873590 184.21012 32.108192 180.82606 31.406250 178.59375 C 28.594574 174.44586 33.457375 171.47818 31.687500 167.15625 C 27.923154 156.87254 19.487261 148.01340 18.906250 136.43750 C 17.762742 128.03887 15.028111 119.93262 16.250000 111.31250 C 15.760910 108.78752 15.484164 104.25426 14.687500 103.06250 z M 137.75000 103.71875 C 137.86613 103.70973 137.99771 103.80261 138.15625 104.03125 C 141.00740 108.66737 145.47956 102.25703 149.09375 106.59375 C 148.76324 108.17073 143.15482 104.70976 140.81250 106.56250 C 138.05308 107.77988 133.89696 109.20239 136.96875 104.87500 C 137.20799 104.61377 137.40160 103.74581 137.75000 103.71875 z M 99.437500 106.56250 C 105.27134 106.24480 101.17973 108.98433 101.62500 112.84375 C 102.27490 115.13014 89.274529 115.57565 93.062500 111.75000 C 94.213872 116.68785 104.42642 110.08410 98.718750 108.43750 C 97.760577 108.64417 99.289953 106.59529 99.437500 106.56250 z M 167.56250 109.15625 C 167.55868 109.03608 167.77601 109.22237 168.37500 110.00000 C 169.48989 112.55340 167.57397 109.51677 167.56250 109.15625 z M 108.06250 110.25000 C 108.17166 110.27987 108.36212 110.49387 108.68750 111.03125 C 116.77487 113.15142 103.89996 116.74646 107.84375 112.34375 C 108.14092 111.84301 107.73503 110.16038 108.06250 110.25000 z M 63.625000 110.84375 C 62.955062 110.60610 62.764009 112.06946 62.125000 112.90625 C 59.835081 119.77541 70.576559 116.22716 64.468750 111.71875 C 64.101041 111.17329 63.848313 110.92297 63.625000 110.84375 z M 119.56250 115.62500 C 119.64371 115.72081 119.66706 115.97365 119.62500 116.46875 C 119.40134 119.85082 123.70785 121.87699 125.46875 124.09375 C 130.50113 124.87781 132.16106 129.10771 134.09375 123.21875 C 139.65001 119.55682 137.26961 126.45350 143.43750 124.78125 C 144.95414 128.62902 137.88433 126.99443 135.09375 128.40625 C 129.49581 128.37314 122.49246 121.69996 118.43750 128.03125 C 116.19252 130.94731 112.56280 123.60324 108.93750 123.93750 C 109.42554 118.32979 107.91728 119.82632 112.15625 123.84375 C 114.15266 123.46992 115.36869 117.53621 118.34375 116.31250 C 118.64154 116.42450 119.31887 115.33756 119.56250 115.62500 z M 229.71875 116.31250 C 230.10590 116.18809 230.54337 116.41869 229.87500 117.40625 C 228.99478 116.91634 229.33160 116.43691 229.71875 116.31250 z M 231.78125 120.50000 C 231.98963 120.39494 232.57702 121.25259 232.93750 123.40625 C 231.74350 121.67283 231.57287 120.60506 231.78125 120.50000 z M 44.562500 133.75000 C 44.109438 133.67081 43.608640 133.96231 43.000000 134.87500 C 41.324956 136.81575 42.731934 143.15495 46.000000 144.65625 C 49.940716 143.78000 50.029858 142.82623 48.093750 138.37500 C 46.763224 137.62803 45.921687 133.98756 44.562500 133.75000 z M 156.40625 152.40625 C 156.44550 152.40524 156.59575 152.51742 156.90625 152.81250 C 161.40517 158.40855 156.13148 152.41335 156.40625 152.40625 z M 175.34375 198.00000 C 175.14147 198.06496 174.92169 198.20781 174.68750 198.50000 C 171.46869 202.10376 167.31772 204.44365 163.56250 207.18750 C 163.41704 211.39138 159.43927 214.56254 160.96875 219.12500 C 165.52675 222.13720 172.01202 217.09622 173.84375 212.18750 C 176.30200 207.86905 181.34413 203.65695 177.12500 198.78125 C 176.45160 198.43049 175.95059 197.80513 175.34375 198.00000 z M 183.03125 205.68750 C 182.71271 205.76805 182.39792 206.05090 182.12500 206.62500 C 174.89332 210.80539 188.84336 212.08183 186.18750 207.21875 C 185.09934 206.95587 183.98688 205.44584 183.03125 205.68750 z "
+ style="opacity:0.29999986;fill:url(#radialGradient2187);fill-opacity:1.0000000" />
+ <path
+ id="path2205"
+ d="M 127.59375 9.2187500 C 125.32305 9.2212284 123.05793 9.3029259 120.78125 9.4062500 C 91.797857 11.031531 63.607047 23.759210 43.500000 44.625000 C 41.221161 46.989832 39.154659 49.555267 37.093750 52.125000 C 34.452840 55.516631 32.031737 59.067971 29.781250 62.750000 C 29.644411 63.151546 29.430750 63.515360 29.343750 63.937500 C 31.334159 61.611965 33.891300 61.420619 36.281250 59.968750 C 39.172795 57.158780 39.690377 57.819585 41.562500 59.125000 C 45.273097 54.755291 42.883382 58.848202 43.312500 60.531250 C 45.266070 61.245507 48.151346 63.428740 49.343750 60.468750 C 49.590618 62.692343 47.775121 66.539326 51.437500 65.781250 C 53.238995 64.273348 55.007422 62.070942 55.062500 59.843750 C 58.994509 57.619140 61.702271 53.791813 64.125000 49.781250 C 67.790435 46.937784 70.713624 42.463706 75.250000 42.000000 C 77.920466 40.014609 82.303200 42.252895 84.031250 38.312500 C 88.463264 35.557224 92.951291 32.900777 96.781250 29.250000 C 100.58870 31.491548 101.60046 29.509664 98.375000 33.125000 C 96.755022 36.111483 92.246625 37.380169 89.531250 39.343750 C 86.111687 39.919712 86.655498 41.669122 83.281250 42.062500 C 78.384527 45.294877 72.358953 49.144007 72.343750 55.750000 C 75.516436 56.571181 78.614475 53.436303 81.875000 52.968750 C 84.493444 50.863340 88.099896 53.047741 91.187500 51.968750 C 95.599372 53.230006 100.54004 52.173017 103.31250 48.531250 C 105.29819 46.993699 108.32442 47.049735 109.12500 44.531250 C 111.92105 42.971679 113.46759 40.423353 116.84375 39.750000 C 117.95277 38.266999 116.27376 36.490272 116.68750 34.250000 C 111.83424 32.699533 114.12251 31.686526 113.43750 28.375000 C 111.31858 25.875214 110.99371 24.783564 112.50000 23.875000 C 108.92735 24.220985 115.31845 19.343686 110.84375 19.437500 C 112.12865 17.674860 105.75393 16.792089 111.31250 16.343750 C 119.41464 13.858629 128.29044 16.039645 136.37500 13.281250 C 133.22375 12.470762 142.19675 9.7747927 134.40625 9.5625000 C 132.14074 9.2930124 129.86445 9.2162716 127.59375 9.2187500 z M 138.68750 10.750000 C 131.20585 12.865499 144.84367 15.123702 139.25000 15.656250 C 140.50899 17.585587 146.12710 15.729389 149.21875 18.562500 C 151.96892 19.423022 153.45553 21.225629 154.56250 23.875000 C 153.01989 26.002258 151.00399 19.956001 149.03125 23.281250 C 149.54185 26.027530 151.95923 28.840728 154.87500 26.968750 C 160.81345 26.425622 156.60327 27.678548 156.75000 31.250000 C 160.26436 33.749803 153.65676 30.750563 152.37500 32.406250 C 149.04227 32.648271 145.39984 34.033406 141.90625 33.500000 C 142.89960 37.872224 147.85007 36.696897 150.68750 35.968750 C 148.49609 36.249786 153.67370 42.126770 151.87500 41.250000 C 148.03060 36.833698 148.36233 41.450667 151.68750 43.312500 C 152.94748 46.634863 148.11284 44.260527 149.84375 47.500000 C 152.55493 51.616156 152.26294 54.086170 147.00000 51.593750 C 144.16412 49.428835 148.12879 44.107287 144.93750 42.187500 C 140.57347 44.331356 141.27615 49.823869 142.84375 53.531250 C 143.62501 55.921445 151.30405 53.911604 147.00000 56.187500 C 145.01539 56.504327 142.78055 55.845388 142.09375 57.812500 C 137.97276 57.373982 143.31733 63.402225 138.25000 59.000000 C 133.83327 58.431603 130.18921 53.059211 125.56250 56.031250 C 121.43517 57.131252 117.71166 59.694282 115.37500 63.343750 C 118.62129 62.802036 112.09675 67.356049 110.34375 68.218750 C 107.04820 69.865434 106.02994 75.516167 108.37500 78.156250 C 111.85481 77.069852 107.67839 83.104909 106.46875 84.093750 C 103.32990 83.409224 101.05007 90.031351 101.25000 84.562500 C 99.800638 81.264979 100.49100 78.050040 100.87500 75.062500 C 102.86029 73.443297 100.91514 70.443332 98.343750 72.656250 C 96.443333 71.837607 92.729977 73.823367 93.593750 75.937500 C 94.136390 78.287130 88.729375 77.239473 88.031250 80.187500 C 85.553222 82.289701 85.484299 86.638891 89.843750 85.343750 C 94.983998 84.841542 87.757615 87.909217 88.656250 88.593750 C 93.239096 90.614920 92.604428 88.994634 89.562500 91.593750 C 90.035695 94.407747 93.487506 97.600226 90.468750 100.43750 C 87.009694 100.07759 83.375687 95.890348 80.281250 99.062500 C 79.996493 103.02256 76.706565 105.79316 76.750000 109.78125 C 74.061164 112.57558 83.162060 112.13272 78.406250 115.68750 C 75.326430 117.35936 71.514682 119.03966 71.031250 123.03125 C 70.025898 123.44553 64.417525 126.18386 66.781250 123.34375 C 69.659526 118.87469 65.028196 122.47145 63.343750 124.87500 C 63.280968 125.04914 63.233786 125.23110 63.125000 125.31250 C 62.764754 125.94783 62.627567 126.48421 63.125000 126.59375 C 68.250821 123.75955 61.296532 127.11904 61.000000 129.46875 C 56.451708 132.40988 55.510493 137.84334 54.500000 142.68750 C 54.728352 145.75825 52.233609 148.95170 52.781250 152.43750 C 53.396801 156.16009 57.931025 158.33122 57.187500 162.43750 C 61.677014 166.30218 64.545096 173.59957 71.468750 172.93750 C 75.274478 174.05001 78.915089 175.46894 83.000000 174.46875 C 86.756674 173.63704 89.820804 175.48589 91.062500 179.09375 C 95.657280 177.89705 95.103848 182.05426 98.093750 181.21875 C 98.507999 184.24554 94.975572 186.41298 96.718750 188.59375 C 99.996346 193.01584 104.50109 196.87060 105.31250 202.71875 C 107.34830 205.99573 101.08396 208.41752 103.09375 212.15625 C 105.17294 215.42403 106.73049 218.07547 108.96875 220.68750 C 110.44718 224.65603 115.31495 226.12018 116.81250 229.68750 C 121.79665 231.41825 127.57971 229.90082 132.81250 229.75000 C 137.63439 228.34653 142.45032 226.02993 145.40625 222.06250 C 149.49974 221.76598 149.65181 217.92455 150.03125 215.21875 C 153.65748 211.82802 161.84748 210.94510 160.53125 204.50000 C 160.39093 200.96387 158.83872 198.94751 159.18750 195.50000 C 159.64057 193.40190 159.68693 190.99374 162.00000 189.31250 C 168.92245 181.96173 176.99949 174.94307 179.43750 164.71875 C 181.44530 163.01707 179.04057 157.23225 176.06250 160.40625 C 172.80183 161.31257 168.59722 166.00758 165.65625 163.84375 C 165.63380 162.86668 169.90098 161.97715 171.25000 160.37500 C 176.60985 157.59111 180.55749 153.06152 184.84375 149.09375 C 187.61387 146.44175 188.47400 143.04107 189.75000 139.68750 C 191.54898 136.04019 188.08481 133.55993 184.65625 133.90625 C 182.25668 131.29964 189.64403 133.12948 191.56250 131.18750 C 193.91033 130.22955 196.51214 126.92504 198.65625 129.71875 C 201.09111 131.78299 204.08893 132.82522 207.31250 133.03125 C 209.62337 138.65046 213.51137 143.54750 216.81250 148.59375 C 220.47767 149.12475 219.60800 146.44964 222.00000 150.12500 C 225.31946 149.42861 224.99083 143.82352 222.21875 142.00000 C 220.77486 137.76770 219.57609 133.13731 221.81250 128.96875 C 222.97758 123.64252 223.04134 117.92317 225.90625 113.12500 C 229.57947 113.61144 228.61004 120.55886 231.75000 119.00000 C 233.21854 114.81821 233.67792 124.30056 234.96875 126.21875 C 235.56591 129.00310 238.88887 132.17664 235.06250 133.09375 C 233.63349 136.13014 235.38274 138.34745 236.09375 141.50000 C 236.54940 143.72857 237.79987 144.84637 238.78125 144.28125 C 239.69983 139.65305 240.25457 134.90462 240.59375 130.09375 C 240.16612 127.87008 239.47167 125.73232 238.06250 123.93750 C 236.95793 121.60608 235.71693 115.65002 238.96875 119.96875 C 241.40832 115.83906 239.04742 110.63625 238.93750 106.15625 C 237.87518 102.96269 234.54024 101.10337 236.18750 97.343750 C 234.93458 92.078609 232.73368 86.171717 232.90625 81.125000 C 233.00780 80.467032 232.78736 79.850724 232.62500 79.218750 C 232.34767 78.535196 232.10263 77.833142 231.81250 77.156250 C 230.40465 74.739299 228.06909 72.401414 227.12500 69.875000 C 225.54183 66.788273 222.92034 63.755291 220.15625 62.281250 C 217.78595 60.323405 224.70681 61.474191 220.81250 57.687500 C 218.79855 54.333445 216.20734 51.415168 213.65625 48.468750 C 212.15391 52.152311 209.31534 45.291732 207.56250 44.125000 C 204.62380 41.216837 202.48765 38.732167 200.71875 35.781250 C 198.92683 34.391937 196.94109 33.144534 195.31250 32.187500 C 192.06812 32.003754 190.77932 28.997411 187.31250 28.843750 C 183.50114 29.364491 185.68300 31.016994 180.68750 27.218750 C 179.36202 26.084352 171.16386 21.488885 176.50000 23.218750 C 181.99062 24.248801 182.47074 23.329680 177.43750 20.625000 C 174.11375 18.413787 168.92984 19.188204 166.68750 15.687500 C 165.28639 18.679455 161.45396 14.732699 159.06250 14.781250 C 154.49978 13.811912 149.94873 11.897556 145.34375 12.593750 C 143.12518 12.253869 140.53796 10.939291 138.68750 10.750000 z M 63.125000 125.31250 C 63.207217 125.16750 63.232925 125.03314 63.343750 124.87500 C 63.399848 124.71940 63.490918 124.61528 63.500000 124.37500 C 63.749951 123.32029 62.066063 121.34795 61.125000 121.87500 C 58.675939 122.31019 61.979695 126.16948 63.125000 125.31250 z M 144.75000 15.156250 C 144.87716 15.173901 144.92672 15.301206 144.81250 15.625000 C 143.38617 16.038381 144.36852 15.103298 144.75000 15.156250 z M 104.62500 21.218750 C 104.43823 22.528818 100.33205 24.676905 101.71875 23.156250 C 102.72181 22.587340 103.54069 20.938242 104.62500 21.218750 z M 107.31250 23.281250 C 107.73187 23.268548 108.33126 23.361677 109.12500 23.656250 C 106.52781 24.308418 106.05440 23.319356 107.31250 23.281250 z M 78.500000 28.437500 C 79.827981 30.181157 74.444906 31.278903 75.000000 32.500000 C 72.872920 33.399880 71.981143 35.650645 69.125000 35.750000 C 67.416559 36.146869 62.236359 37.723906 67.156250 34.125000 C 70.358953 31.732405 74.101276 27.208491 78.500000 28.437500 z M 83.625000 31.437500 C 83.885412 31.428334 83.908796 31.497432 83.062500 31.875000 C 81.781890 35.222253 78.785859 30.775524 82.781250 31.468750 C 82.867148 31.534097 83.364588 31.446666 83.625000 31.437500 z M 75.343750 32.718750 C 77.435528 33.659993 74.848438 34.205263 75.343750 32.718750 z M 78.031250 33.187500 C 78.017112 33.313239 77.047190 34.113404 77.062500 34.218750 C 74.248530 39.343877 74.365883 33.989526 77.656250 33.343750 C 77.936497 33.188312 78.035963 33.145587 78.031250 33.187500 z M 62.906250 37.875000 C 62.967140 37.834003 63.133254 37.897510 63.468750 38.156250 C 63.488096 39.015551 62.723579 37.997991 62.906250 37.875000 z M 137.18750 38.343750 C 135.98353 38.209847 134.86416 38.276902 135.21875 39.062500 C 133.18150 39.544339 131.45993 43.672140 136.15625 42.312500 C 139.40576 41.517664 138.83364 41.945237 139.65625 38.812500 C 139.68642 38.822818 138.39147 38.477653 137.18750 38.343750 z M 72.156250 40.093750 C 72.488580 39.873481 72.507502 40.018791 71.875000 41.156250 C 70.927414 43.174064 66.219555 42.786187 70.593750 41.218750 C 71.178180 40.899867 71.823920 40.314019 72.156250 40.093750 z M 74.937500 40.218750 C 75.015685 40.194038 75.099829 40.245837 75.125000 40.437500 C 74.419731 41.019724 74.702945 40.292885 74.937500 40.218750 z M 126.31250 41.718750 C 125.79876 41.582901 125.26745 41.876125 124.75000 41.875000 C 121.96803 41.386340 119.88485 43.911670 121.87500 46.187500 C 122.86531 50.720934 124.51056 46.449375 127.21875 47.000000 C 126.18405 45.216090 131.06178 41.684582 126.31250 41.718750 z M 93.187500 55.125000 C 90.458640 55.986844 90.549178 57.382891 89.843750 58.937500 C 88.555631 60.410006 92.476103 63.247938 94.625000 62.093750 C 97.932770 63.209317 101.01866 57.755401 96.937500 57.000000 C 93.514749 57.585734 95.676781 55.045557 93.187500 55.125000 z M 51.093750 55.593750 C 51.143912 55.587950 51.117200 55.630142 51.000000 55.781250 C 50.806193 57.903215 57.150234 55.589011 51.843750 57.875000 C 49.368731 59.857671 47.241266 58.343969 50.187500 56.125000 C 50.237918 56.139709 50.943264 55.611149 51.093750 55.593750 z M 215.71875 57.562500 C 215.82306 57.428194 216.01869 57.483703 216.37500 57.968750 C 216.01495 60.131171 215.40581 57.965418 215.71875 57.562500 z M 99.375000 65.781250 L 99.000000 66.343750 C 96.299920 71.354877 102.21954 68.872955 99.968750 66.093750 L 99.375000 65.781250 z M 104.53125 70.218750 L 103.78125 70.250000 L 103.31250 70.281250 C 99.345081 72.192525 103.87706 75.096247 104.53125 70.218750 z M 25.500000 70.312500 C 24.783469 71.715693 24.096843 73.126503 23.437500 74.562500 C 23.670323 75.702162 24.575011 75.759179 25.718750 72.468750 C 27.591360 70.427273 26.929660 70.194596 25.500000 70.312500 z M 123.09375 70.687500 C 123.31536 70.841231 123.36991 71.471496 123.03125 72.937500 C 120.29425 74.100497 122.42893 70.226308 123.09375 70.687500 z M 22.875000 75.718750 C 22.593169 76.351447 22.270577 76.955046 22.000000 77.593750 C 22.847920 78.380970 26.265720 75.947152 22.875000 75.718750 z M 122.34375 77.281250 C 122.17975 77.071324 122.30675 77.216959 124.03125 77.312500 L 123.71875 78.000000 L 123.62500 78.218750 C 123.34649 82.132231 121.90019 84.423866 118.12500 83.812500 C 118.00761 80.927254 121.59056 82.832272 122.40625 79.406250 C 122.97166 78.049294 122.50775 77.491176 122.34375 77.281250 z M 19.500000 84.343750 C 18.858261 86.173281 18.205906 88.004267 17.656250 89.875000 C 17.658004 89.896097 17.654463 89.916425 17.656250 89.937500 C 17.769253 91.270478 17.957986 92.556847 17.312500 93.781250 C 19.637647 99.514445 18.352481 91.088869 19.562500 89.062500 C 19.779227 87.940811 20.126305 84.438029 19.500000 84.343750 z M 18.562500 90.062500 C 18.616420 89.965789 18.725842 89.959214 18.937500 90.125000 C 18.800849 91.351846 18.400739 90.352634 18.562500 90.062500 z M 55.656250 95.375000 C 55.428518 95.533645 55.194182 95.869656 54.937500 96.468750 C 57.948028 102.29222 57.250373 94.264484 55.656250 95.375000 z M 58.656250 98.750000 C 58.375006 98.754014 57.970856 98.871283 57.406250 99.187500 C 56.457691 105.00866 60.624958 98.721903 58.656250 98.750000 z M 161.09375 99.718750 C 161.30018 99.683775 161.64512 99.752204 162.12500 99.968750 C 164.25719 102.00299 167.32896 102.59497 167.96875 105.81250 C 167.84858 107.95387 173.11892 113.15674 168.25000 112.03125 C 163.52775 111.08271 169.62984 106.89889 166.00000 105.65625 C 164.29150 105.58529 159.64873 99.963574 161.09375 99.718750 z M 137.28125 101.59375 C 137.51774 101.42497 137.80545 101.42656 138.18750 101.68750 C 138.71768 103.32299 141.03785 105.96149 142.96875 104.03125 C 145.07287 102.41414 153.67082 106.13896 150.59375 108.12500 C 146.58580 108.88512 142.71334 105.81056 138.96875 108.46875 C 135.08365 111.03080 133.23539 107.53947 135.65625 104.53125 C 136.34869 104.06281 136.57177 102.10010 137.28125 101.59375 z M 105.81250 104.46875 C 105.31048 105.34276 103.80547 108.06573 102.96875 109.68750 C 100.91875 113.74229 105.30187 116.70471 106.53125 111.90625 C 106.00466 107.97631 107.27224 106.76393 109.59375 110.28125 C 114.00612 112.35106 114.35504 116.17872 109.03125 114.93750 C 104.58858 116.74690 111.85912 118.38107 110.84375 120.31250 C 111.92363 123.90837 113.55058 119.85900 114.40625 117.93750 C 116.99040 116.80172 117.81303 112.81103 119.87500 114.28125 C 121.21682 116.80939 120.96829 118.74640 123.43750 120.50000 C 125.92332 122.56181 127.12497 124.68976 131.56250 123.84375 C 132.65190 123.81800 134.64112 119.31107 137.31250 121.28125 C 139.32569 119.59535 142.75111 120.79705 139.75000 123.25000 C 142.20984 125.14053 144.63061 122.86937 145.34375 120.46875 C 145.23293 123.57769 145.46840 130.48759 140.53125 128.62500 C 137.25427 129.15533 134.06551 130.39974 130.71875 128.81250 C 127.04767 128.01476 122.55840 124.32356 119.56250 128.34375 C 119.93075 132.73594 115.12361 129.62941 113.53125 128.03125 C 112.48414 125.72048 105.07267 125.03150 107.09375 123.28125 C 108.45201 121.47146 106.47292 118.92026 107.40625 116.68750 C 101.96689 115.39358 96.047385 115.06586 90.468750 115.37500 C 89.182365 116.92110 80.840974 115.23043 84.656250 115.00000 C 88.374150 116.16636 91.524398 112.80462 92.687500 109.68750 C 96.400879 109.11440 97.645117 104.05131 100.93750 105.81250 C 102.45479 106.31016 104.22466 104.39663 105.81250 104.46875 z M 112.68750 104.53125 C 113.07292 104.95833 113.45833 105.38542 113.84375 105.81250 C 114.70580 108.43938 119.19599 108.19908 119.03125 111.21875 C 117.06661 108.71181 113.76423 107.65216 112.68750 104.53125 z M 14.093750 106.96875 C 13.442277 111.89744 13.000000 116.89427 13.000000 122.00000 C 13.000000 144.77539 19.760467 165.93988 31.281250 183.75000 C 30.602574 180.24821 28.828162 176.73153 29.125000 173.59375 C 33.422435 168.23670 27.662228 162.15889 25.250000 157.34375 C 19.839032 149.31813 17.685805 139.83267 16.593750 130.37500 C 13.478059 122.85153 15.817185 114.64648 14.093750 106.96875 z M 95.468750 109.40625 C 90.985268 112.83066 100.02858 112.23467 98.406250 109.68750 C 96.793467 108.88696 96.828905 110.12229 95.468750 109.40625 z M 64.250000 113.03125 C 63.974525 113.05089 63.596540 113.21488 63.062500 113.56250 C 62.491177 119.43685 66.178322 112.89374 64.250000 113.03125 z M 127.93750 113.62500 L 128.12500 113.81250 C 132.00385 116.80188 126.63682 115.20682 127.93750 113.62500 z M 126.93750 119.18750 C 127.00456 119.08727 127.09188 119.16069 127.18750 119.50000 C 130.95552 121.89875 128.66452 121.66572 126.28125 121.28125 C 126.62519 121.25111 126.73632 119.48820 126.93750 119.18750 z M 131.34375 119.21875 L 131.62500 119.90625 L 131.71875 120.12500 C 131.50206 123.34699 129.39720 121.38520 131.34375 119.21875 z M 230.65625 121.87500 C 230.52782 121.88223 230.51892 122.61925 230.28125 124.18750 C 229.33955 128.40816 233.88037 127.52174 231.71875 123.93750 C 231.03266 122.59032 230.78468 121.86777 230.65625 121.87500 z M 170.25000 129.59375 C 170.85003 129.54803 171.86963 129.93489 172.06250 130.78125 C 173.96799 132.76055 178.86436 132.95351 180.09375 132.78125 C 178.59629 134.36602 176.81510 136.28519 176.50000 135.00000 C 175.94617 132.05792 172.38919 133.42333 171.00000 131.03125 C 169.46952 130.11775 169.64997 129.63947 170.25000 129.59375 z M 44.437500 135.53125 C 44.198187 135.40818 43.959661 135.45826 43.718750 135.84375 C 42.306885 138.65747 47.398877 139.63327 44.375000 141.71875 C 45.544357 143.64021 46.855065 142.51085 47.312500 141.06250 C 47.020019 141.22143 46.889248 140.28840 47.343750 140.90625 C 47.625013 139.83054 47.498467 138.63940 46.187500 138.37500 C 45.829391 137.97220 45.155439 135.90045 44.437500 135.53125 z M 47.343750 140.90625 C 47.329723 140.95990 47.329206 141.00961 47.312500 141.06250 C 47.354739 141.03955 47.390614 141.08523 47.437500 141.00000 C 47.393402 140.92722 47.379966 140.95548 47.343750 140.90625 z M 146.62500 138.18750 C 146.73723 138.13652 146.96096 138.17731 147.31250 138.31250 C 149.47671 142.54437 153.95787 144.87528 155.00000 149.71875 C 157.27140 151.24958 160.11951 153.95254 160.06250 155.96875 C 162.22434 156.29076 164.00941 162.89064 160.84375 158.78125 C 159.25457 156.36936 156.69066 156.25333 155.37500 153.28125 C 152.35296 151.09102 153.33962 146.23118 149.78125 144.59375 C 150.21236 142.97947 145.83936 138.54435 146.62500 138.18750 z M 184.00000 156.68750 L 183.46875 156.84375 C 177.52341 158.38411 186.39039 160.60273 184.31250 157.12500 L 184.00000 156.68750 z M 92.718750 184.15625 C 89.051731 188.05657 99.038658 184.15945 92.718750 184.15625 z M 145.15625 188.68750 C 145.45461 188.51338 145.79154 188.45922 146.06250 188.68750 C 143.68601 190.77001 144.26118 189.20987 145.15625 188.68750 z M 175.21875 199.59375 C 172.07575 201.99425 169.73194 205.81192 165.59375 206.75000 C 162.86183 208.64994 164.81847 212.60591 162.00000 214.56250 C 160.57465 218.42526 163.92728 219.85191 167.09375 217.96875 C 172.01803 215.19530 173.80055 208.25621 177.15625 204.71875 C 177.70939 203.11891 177.35033 199.29203 175.21875 199.59375 z M 182.84375 207.53125 C 179.32131 211.45832 189.17322 207.50263 182.84375 207.53125 z "
+ style="opacity:0.29999990;fill:url(#radialGradient2211);fill-opacity:1.0000000" />
+ </g>
+ <g
+ inkscape:label="lignes"
+ id="layer7"
+ inkscape:groupmode="layer" />
+ <g
+ inkscape:label="carte"
+ id="layer3"
+ inkscape:groupmode="layer">
+ <path
+ style="fill:url(#radialGradient1506);fill-opacity:1"
+ d="M 117.86146,230.70857 C 117.27891,230.61577 116.77592,230.33442 116.74361,230.08397 C 116.71142,229.83352 116.66503,229.44806 116.64061,229.2272 C 116.58111,228.6902 113.8775,226.32213 112.10189,225.25137 C 111.21264,224.71511 110.49431,223.8911 110.1952,223.06486 C 109.9312,222.33487 109.57673,221.73787 109.40744,221.73787 C 109.23817,221.73787 109.09969,221.4877 109.09969,221.1826 C 109.09969,220.87677 108.73425,220.37138 108.28771,220.05869 C 107.84105,219.74601 107.59012,219.30489 107.72998,219.07874 C 107.88616,218.82632 107.7537,218.75619 107.38665,218.8968 C 106.9476,219.06488 106.78895,218.87782 106.78895,218.1917 C 106.78895,217.60445 106.12741,216.56674 105.01221,215.40329 C 103.1777,213.49001 102.3879,211.15279 103.21938,210.09815 C 103.42964,209.8314 103.7147,209.14045 103.85282,208.56261 C 103.99094,207.98436 104.62142,207.12913 105.25382,206.66168 C 106.62018,205.65206 106.65982,205.28002 105.59357,203.4736 C 105.14798,202.71892 104.88567,201.83459 105.01086,201.50909 C 105.13588,201.18293 104.52378,199.44836 103.65049,197.65385 C 102.4674,195.2232 101.51138,193.888 99.900425,192.41811 C 97.951902,190.63978 96.005247,187.96035 96.005247,187.05711 C 96.005247,186.86717 96.265206,186.7117 96.582951,186.7117 C 96.975422,186.7117 97.164561,186.31065 97.172893,185.46063 C 97.179625,184.77237 97.439592,183.87326 97.750574,183.46251 C 98.756486,182.13351 98.163243,179.39713 97.099645,180.45987 C 96.836642,180.72292 96.396161,180.938 96.120771,180.938 C 95.410447,180.938 95.498045,179.80579 96.230098,179.52525 C 97.346501,179.09703 95.959176,178.6409 93.501887,178.62864 C 92.23096,178.62191 90.997203,178.48949 90.760201,178.33405 C 90.523204,178.17854 89.874477,177.14999 89.318584,176.04848 C 88.438934,174.3052 88.120189,174.01025 86.861024,173.77383 C 84.923302,173.40978 82.543202,173.41452 79.059486,173.78877 C 76.355927,174.07936 76.047765,174.03328 74.245358,173.06873 C 72.756599,172.27222 71.57701,171.98885 69.046103,171.8204 C 65.300953,171.5709 64.98608,171.37004 61.619193,167.08131 C 60.538922,165.70523 58.865129,163.84927 57.899629,162.95678 C 56.747654,161.89163 56.292853,161.23028 56.576553,161.03211 C 57.264496,160.5521 56.740298,158.42302 55.625761,157.17041 C 55.06363,156.53877 54.384566,155.69562 54.11675,155.29698 C 53.848919,154.89824 53.278931,154.05223 52.850131,153.41726 C 52.269988,152.55805 52.142165,151.96692 52.350683,151.10774 C 52.504772,150.47277 52.641477,149.08698 52.654456,148.02857 C 52.669536,146.79976 52.898154,145.8953 53.286822,145.5267 C 54.095621,144.75959 54.89393,142.83236 54.402882,142.83236 C 54.195609,142.83236 54.026006,142.31268 54.026006,141.67758 C 54.026006,141.04257 54.176736,140.52296 54.360986,140.52296 C 54.545203,140.52296 54.675181,140.82596 54.649819,141.19654 C 54.546171,142.71048 55.312492,142.12697 55.456579,140.58218 C 55.56044,139.46845 55.476173,138.99373 55.204416,139.16145 C 54.690437,139.47895 54.685717,139.55891 55.373851,136.28936 C 55.844132,134.05517 56.255574,133.19171 57.588354,131.64245 C 58.488649,130.59597 59.528572,129.64268 59.899255,129.52425 C 60.269943,129.40577 60.573247,129.05455 60.573247,128.74377 C 60.573247,127.71789 61.740529,126.37527 62.820038,126.15946 C 63.420868,126.03939 64.109921,125.52178 64.406717,124.96748 C 64.813384,124.20809 65.134168,124.03874 65.833325,124.21406 C 66.388346,124.35332 66.735316,124.26974 66.735316,123.99681 C 66.735316,123.75288 66.95195,123.58826 67.216726,123.63088 C 67.481508,123.67356 67.958114,123.5997 68.275857,123.46673 C 68.593572,123.33374 69.30582,123.06017 69.858608,122.85871 C 70.630342,122.5775 70.918754,122.14828 71.100886,121.01011 C 71.428511,118.96251 73.739522,116.61093 76.017436,116.00728 C 78.181888,115.43372 79.789119,113.44135 79.527018,111.65667 C 79.409309,110.85517 79.141203,110.50025 78.653392,110.50025 C 78.266297,110.50025 77.842459,110.32704 77.711545,110.11534 C 77.580624,109.90366 77.137137,109.73044 76.725988,109.73044 C 75.839562,109.73044 75.80306,109.41726 76.571279,108.40191 C 76.932632,107.92443 77.058739,107.21981 76.917554,106.46761 C 76.741271,105.52852 76.93821,104.97912 77.872136,103.80462 C 79.093844,102.26815 79.823915,100.28279 79.827612,98.486771 C 79.829464,97.591318 80.053907,97.382815 81.408469,97.018281 C 82.71822,96.665809 83.100665,96.696073 83.65331,97.1959 C 84.019656,97.527259 84.5744,97.798369 84.886047,97.798369 C 85.197675,97.798369 85.622909,97.968513 85.830989,98.176481 C 86.039044,98.384427 87.070268,98.817346 88.122524,99.13851 C 89.957305,99.69849 90.062861,99.68977 90.697402,98.925383 C 91.061319,98.487012 91.47056,97.53448 91.606811,96.808637 C 91.896658,95.264429 91.511676,92.79459 90.981094,92.79459 C 90.778867,92.79459 90.613418,92.553301 90.613418,92.25843 C 90.613418,91.963509 90.353447,91.622541 90.035714,91.500688 C 89.698003,91.371178 89.458009,90.794422 89.458009,90.112321 C 89.458009,89.011808 89.543713,88.945527 90.966445,88.945527 C 91.798507,88.945527 92.574009,89.161266 92.695993,89.426675 C 92.81758,89.691287 92.812034,89.491894 92.683631,88.983537 C 92.499664,88.25516 92.576774,88.107828 93.047405,88.288324 C 93.375923,88.414317 93.717216,88.310604 93.805874,88.057861 C 93.917345,87.740098 94.209286,87.813028 94.75237,88.294307 C 95.497707,88.954864 95.613284,88.957107 97.023147,88.338237 L 98.508587,87.686216 L 97.160643,87.350502 C 96.419267,87.16588 94.512868,86.947964 92.924193,86.866248 C 91.335527,86.784556 89.732441,86.699349 89.36173,86.676887 C 88.3149,86.61352 88.567945,85.989199 89.746867,85.726605 C 90.329373,85.596874 91.151743,85.221969 91.574351,84.893497 C 92.200031,84.407174 92.243264,84.234829 91.807085,83.965395 C 91.097178,83.526896 91.556748,82.402136 92.445883,82.402136 C 92.957807,82.402136 93.143054,82.116365 93.131927,81.343647 C 93.118631,80.415709 93.247399,80.298826 94.175863,80.395957 C 95.113113,80.493994 95.229844,80.383272 95.190294,79.433683 C 95.163209,78.782781 95.076328,78.625614 94.96949,79.034211 C 94.872616,79.40467 94.527588,79.707796 94.202695,79.707796 C 93.838475,79.707796 93.696187,79.488608 93.831569,79.136076 C 94.015209,78.657865 93.927433,78.641532 93.295086,79.036195 C 92.879261,79.295733 92.539071,79.872577 92.539071,80.318081 C 92.539071,80.763593 92.235768,81.393561 91.865085,81.718033 C 91.085802,82.400136 87.880185,82.94924 86.75707,82.592998 C 85.610898,82.229421 85.747543,80.572371 86.969569,80.015889 C 87.550835,79.751197 87.86492,79.356188 87.744179,79.041697 C 87.441835,78.254283 88.6918,76.547737 89.378132,76.810939 C 89.695142,76.932535 90.270013,76.746666 90.655619,76.397915 C 91.062139,76.030254 91.744648,75.837944 92.28003,75.940227 C 92.896196,76.057962 93.350244,75.881642 93.644756,75.410327 C 93.91959,74.970492 93.939597,74.704012 93.697734,74.704012 C 93.013685,74.704012 93.283,73.935933 93.983312,73.889555 C 94.625186,73.84703 94.625186,73.836504 93.983312,73.668869 C 93.079204,73.432748 93.134089,73.008118 94.220032,71.837038 C 95.154201,70.829624 96.390378,70.51633 96.390378,71.286987 C 96.390378,71.591258 96.556227,71.581459 96.951215,71.253853 C 97.259666,70.998005 97.703841,70.907142 97.938285,71.051971 C 98.17275,71.196783 98.704346,71.007939 99.119647,70.632328 C 99.720752,70.088637 99.971061,70.046955 100.3471,70.427892 C 100.72127,70.806958 100.55805,71.141058 99.561639,72.035398 C 98.47787,73.008215 98.411274,73.164379 99.080204,73.164379 C 100.10104,73.164379 100.10146,74.363219 99.080953,75.286205 C 98.187146,76.094622 98.288711,77.40344 99.507313,80.780731 C 100.34733,83.108587 100.47442,85.719061 99.760216,85.973965 C 99.495528,86.068473 99.392718,86.268882 99.531894,86.419321 C 99.962779,86.885036 101.98875,85.595666 103.08672,84.156904 C 104.03317,82.916773 104.31024,82.787043 106.01226,82.787043 C 108.08985,82.787043 108.15857,82.70402 108.52668,79.749523 C 108.81227,77.457433 109.13439,76.996121 110.86407,76.401846 C 112.01573,76.006131 112.41452,75.995951 112.64378,76.356429 C 112.81609,76.627437 112.94166,76.299791 112.94511,75.570054 C 112.95162,74.189828 112.39989,73.973597 111.19526,74.88423 C 110.78407,75.195033 109.92612,75.454851 109.28854,75.461579 C 107.57123,75.479725 107.04677,74.386774 107.37912,71.481914 C 107.73595,68.363645 108.34243,67.29049 110.22854,66.440487 C 111.09037,66.052051 111.79563,65.598561 111.79563,65.432732 C 111.79563,65.266877 112.40599,64.910588 113.1521,64.64098 C 114.06578,64.310745 114.95565,63.501989 115.87841,62.16296 C 116.63178,61.069667 117.66753,59.950861 118.18009,59.676716 C 118.69264,59.40259 119.0404,59.106803 118.95291,59.019402 C 118.86544,58.932007 118.41765,59.06176 117.95772,59.307774 C 117.49775,59.553762 117.02945,59.663084 116.91702,59.550686 C 116.60849,59.242413 119.11331,57.041455 120.72379,56.205676 C 121.50374,55.800895 122.2505,55.29403 122.3833,55.07931 C 122.51607,54.864599 123.13439,54.688902 123.75736,54.688902 C 124.38032,54.688902 124.89001,54.550493 124.89001,54.381319 C 124.89001,53.926168 127.18802,53.232385 128.79576,53.202204 C 129.77767,53.183771 130.50524,53.460355 131.22268,54.124826 C 131.78614,54.646768 132.49822,55.073805 132.80504,55.073805 C 133.11187,55.073805 133.36291,55.247023 133.36291,55.458711 C 133.36291,55.670413 133.70609,55.843613 134.12556,55.843613 C 135.48834,55.843613 139.82338,57.849204 140.27255,58.687504 C 140.52084,59.150757 141.12648,59.524741 141.68122,59.557245 C 142.57952,59.609867 142.6081,59.563118 142.05252,58.949569 C 141.72151,58.584008 141.45065,57.995426 141.45065,57.641625 C 141.45065,57.287816 141.27736,56.998335 141.06551,56.998335 C 140.85368,56.998335 140.68039,56.719581 140.68039,56.378865 C 140.68039,55.900499 140.96547,55.799474 141.93208,55.935294 C 142.62052,56.032061 143.48407,56.241608 143.85116,56.400989 C 144.3462,56.615918 144.88324,56.284793 145.93024,55.119194 C 146.84252,54.103594 147.7985,53.462013 148.63267,53.305619 C 151.10029,52.842958 149.65205,51.219741 147.03468,51.514584 C 145.99877,51.631275 145.00578,51.476339 144.23435,51.077658 C 143.22246,50.554681 143.00342,50.179156 142.80646,48.629132 C 142.67848,47.6222 142.47725,46.365318 142.35923,45.836062 C 141.88759,43.721036 142.09852,42.643996 143.13165,41.891853 C 143.68986,41.485469 144.14658,40.894918 144.14658,40.579505 C 144.14658,40.23876 144.42012,40.060566 144.82053,40.140387 C 145.34484,40.244893 145.46087,40.57171 145.34298,41.612001 C 145.25958,42.347492 145.17663,44.223319 145.15863,45.78048 C 145.1297,48.277485 145.2286,48.694877 145.99617,49.316067 C 147.14264,50.243858 150.495,50.872751 152.42688,50.522432 L 153.96739,50.24309 L 152.90827,49.317325 C 152.32579,48.808173 151.8492,48.046735 151.8492,47.625258 C 151.8492,47.203778 151.60847,46.585484 151.31436,46.251275 C 151.0202,45.917058 150.65459,45.057153 150.50195,44.34038 C 150.23572,43.089934 150.26414,43.047104 151.20375,43.282787 C 152.0576,43.496951 152.19859,43.393386 152.30494,42.473925 L 152.42688,41.419431 L 153.29339,42.353148 C 153.99456,43.108662 154.15996,43.162833 154.15996,42.636932 C 154.15996,42.279474 153.96643,41.987003 153.72991,41.987003 C 153.47891,41.987003 153.3765,41.58644 153.48397,41.024742 C 153.5852,40.495493 153.534,40.062472 153.37014,40.062472 C 153.20636,40.062472 152.9611,39.326337 152.82524,38.426625 C 152.3328,35.165757 152.18439,34.75053 151.44204,34.556512 C 150.38683,34.280744 150.48118,33.137028 151.56032,33.122481 C 152.40297,33.111077 152.4056,33.0987 151.65661,32.674216 C 151.23296,32.434143 150.75902,32.049686 150.60344,31.819894 C 150.40738,31.530473 150.31865,31.52823 150.31455,31.8126 C 150.31131,32.038381 149.19946,32.443458 147.84379,32.712769 C 145.25006,33.228038 144.41974,33.049061 143.34463,31.743079 C 142.84154,31.131979 142.90202,31.100282 144.11333,31.340148 C 145.02942,31.521574 145.71189,31.414649 146.36412,30.987534 C 146.92621,30.619456 147.67036,30.467423 148.22675,30.60698 C 148.7771,30.745036 149.15327,30.67058 149.15327,30.423568 C 149.15327,30.150881 149.73093,30.094327 150.83153,30.259272 C 152.16843,30.459633 152.55764,30.386146 152.74511,29.897952 C 153.03579,29.140784 154.185,29.125822 156.56702,29.848227 C 158.34333,30.386895 158.39641,30.379639 158.39641,29.597797 C 158.39641,29.154962 158.69968,28.562518 159.07035,28.281298 C 159.68421,27.815586 159.65186,27.768863 158.70799,27.757717 C 157.47927,27.743206 157.20144,27.40249 157.49704,26.272641 C 157.6754,25.591072 158.01095,25.430406 159.30786,25.40566 C 160.18337,25.388945 160.68311,25.287898 160.41831,25.18112 C 160.15353,25.074357 159.9369,24.745595 159.9369,24.450582 C 159.9369,23.059665 155.98261,21.95817 154.64161,22.975537 C 153.27817,24.009911 150.69378,23.358891 150.69378,21.981076 C 150.69378,21.577609 150.52046,21.140452 150.30863,21.009628 C 149.61613,20.581889 149.90359,19.662446 150.72984,19.662446 C 151.21227,19.662446 151.61705,19.97169 151.73758,20.432261 C 151.84837,20.855669 152.12182,21.202071 152.34518,21.202071 C 152.56857,21.202071 153.06468,21.485462 153.44763,21.831832 C 154.09226,22.414904 154.16184,22.414904 154.38569,21.831832 C 154.51869,21.485462 154.86891,21.202071 155.16399,21.202071 C 155.80125,21.202071 155.87511,20.585577 155.2818,20.219095 C 155.05153,20.076863 154.94694,19.64016 155.04939,19.248615 C 155.18184,18.742344 154.85788,18.314024 153.92753,17.765424 C 152.61146,16.98935 152.20688,16.213667 153.10086,16.180372 C 153.88249,16.151277 150.23667,14.392742 148.76813,14.090529 C 148.02673,13.937973 145.51376,12.893803 143.18371,11.770206 C 140.85368,10.646566 138.55737,9.6126655 138.08074,9.4726663 C 137.10736,9.1867241 136.90343,8.5001828 137.79189,8.5001828 C 138.10964,8.5001828 138.36961,8.3269763 138.36961,8.1152677 C 138.36961,7.9035878 138.62959,7.7303701 138.94732,7.7303701 C 139.26501,7.7303701 139.52502,7.9035878 139.52502,8.1152677 C 139.52502,8.3269763 140.00159,8.5012416 140.5841,8.5025692 C 141.16663,8.5038391 142.16313,8.7785312 142.79859,9.1129466 C 144.35128,9.9299936 147.99789,10.318997 147.99789,9.6675767 C 147.99789,9.3680914 148.2513,9.2853228 148.67185,9.4474927 C 149.04253,9.5903814 151.33885,10.131335 153.77482,10.649568 C 156.21081,11.167782 158.55046,11.754454 158.97408,11.953249 C 160.86827,12.842183 162.78664,13.503958 163.46924,13.503958 C 163.87754,13.503958 164.7229,13.768217 165.34786,14.09119 C 166.36638,14.617585 175.18791,18.796129 171.68337,17.574291 C 171.25974,17.426579 171.56131,17.706097 172.35357,18.195428 C 173.1458,18.684741 173.79574,19.301594 173.7978,19.566223 C 173.79986,19.830848 173.97875,20.047358 174.19531,20.047358 C 174.41187,20.047358 179.66518,24.116816 181.88929,25.438093 C 184.11348,26.759371 186.47688,28.353729 187.14147,28.981127 C 187.90446,29.701436 188.44505,29.967643 188.60843,29.703458 C 188.98284,29.098018 188.50701,28.512421 187.84653,28.765736 C 187.31407,28.969943 187.22127,28.825928 187.12708,27.64925 C 187.10591,27.384619 186.82888,26.965767 186.51151,26.71846 C 185.35757,25.819325 186.48775,25.795336 189.0692,26.664167 C 191.76213,27.570523 192.55874,28.110082 191.85009,28.547807 C 191.61498,28.693 191.71603,28.893931 192.09775,29.040323 C 192.45234,29.176322 192.90774,29.185533 193.10974,29.060749 C 193.31169,28.935988 193.71736,29.033291 194.01114,29.276937 C 194.30487,29.520627 195.07872,29.735126 195.73072,29.753662 C 196.59079,29.778102 196.88881,29.956165 196.81651,30.402265 C 196.75128,30.804992 197.00602,31.021272 197.55475,31.029032 C 198.55043,31.043118 201.77114,35.576969 200.92097,34.638138 C 200.51985,34.19513 199.84311,33.666404 199.41709,33.46317 C 198.50298,33.027107 200.74836,35.101649 204.11583,37.804471 C 205.49581,38.912102 207.00194,40.569707 207.67516,41.721815 C 208.87808,43.780284 213.5188,48.755015 215.82204,50.454935 L 217.12579,51.417201 C 217.12579,51.417201 220.92709,56.119134 220.60424,55.851341 C 219.77949,55.167254 221.77907,58.153056 221.324,58.153056 C 221.19545,58.153056 220.19607,57.200414 219.10311,56.036073 C 218.01016,54.871734 216.95918,53.919093 216.76757,53.919093 C 216.57597,53.919093 216.07851,53.615968 215.66215,53.245504 C 214.91446,52.580144 214.91302,52.58719 215.54546,53.822862 C 215.96087,54.634487 216.03252,55.073805 215.74951,55.073805 C 215.50957,55.073805 215.41647,55.342615 215.54262,55.671151 C 215.69103,56.057686 215.6166,56.172538 215.3318,55.99659 C 214.44749,55.450405 215.43783,56.591023 216.51096,57.354691 L 217.60296,58.131804 L 217.46967,56.987717 C 217.25565,55.150767 217.98818,55.659415 219.28645,58.249292 C 220.83565,61.339659 221.20293,61.806117 221.59172,61.177387 C 221.79522,60.848282 222.46024,61.333256 223.7439,62.747013 C 225.83159,65.046136 226.83907,66.540278 228.56206,69.892685 C 229.21488,71.162873 230.11569,72.575534 230.56386,73.031904 C 231.91985,74.412909 232.36293,75.046348 232.9424,76.432379 C 233.67482,78.184259 233.66253,79.083913 232.91022,78.795363 C 232.45446,78.620585 232.4025,78.718719 232.67714,79.235313 C 233.1866,80.193611 234.65218,87.33035 234.65218,88.853 C 234.65218,89.562218 235.02758,90.955713 235.48637,91.949668 C 236.42305,93.978953 236.92519,97.798369 236.25527,97.798369 C 236.0254,97.798369 235.647,97.06224 235.4144,96.162523 C 234.7221,93.48463 234.5906,93.112749 234.40251,93.300735 C 234.3039,93.399312 234.47811,94.829365 234.78971,96.478635 C 235.3084,99.223968 235.49939,99.609566 237.05074,101.04348 C 239.22384,103.05203 239.88519,105.40114 240.22764,112.32856 C 240.44906,116.80767 240.40636,117.42853 239.87677,117.42853 C 239.54509,117.42853 239.27374,117.16877 239.27374,116.85122 C 239.27374,116.53365 239.0138,116.27385 238.69606,116.27385 C 238.37836,116.27385 238.11839,116.01399 238.11839,115.69648 C 238.11839,114.83593 237.43817,114.99907 237.14234,115.93057 C 236.82546,116.92833 237.28477,120.89273 237.71726,120.89273 C 237.88975,120.89273 238.14199,121.63315 238.2778,122.53811 C 238.45154,123.69579 238.76822,124.29471 239.34647,124.55886 C 241.05535,125.33949 241.9393,132.43251 241.04698,138.20446 C 240.73686,140.21069 240.29767,141.91393 240.07102,141.9894 C 239.84433,142.06488 239.65888,142.37204 239.65888,142.67194 C 239.65888,142.97191 239.48562,143.21728 239.27374,143.21728 C 239.06195,143.21728 238.88867,142.95553 238.88867,142.63572 C 238.88867,141.90735 237.29938,138.45083 236.88485,138.27767 C 236.37965,138.06641 236.5363,137.36642 237.19677,136.88382 C 237.74615,136.48232 237.70288,136.35756 236.81166,135.77396 C 235.53482,134.93786 235.51397,133.61948 236.75911,132.45045 C 237.55561,131.70271 237.80819,131.63795 238.30899,132.05334 C 238.63801,132.3263 239.0161,132.4408 239.14917,132.3078 C 239.54038,131.9168 238.07713,127.05124 237.56834,127.05124 C 237.30288,127.05124 236.81895,125.7729 236.43909,124.06822 C 235.29065,118.91477 234.96673,117.68465 234.13324,115.31157 L 233.32202,113.00215 L 232.92566,115.08782 C 232.54892,117.07023 231.74317,118.0844 231.42277,116.9794 C 231.34096,116.69722 231.07396,115.73015 230.8294,114.83047 C 230.58492,113.93076 230.24028,113.19461 230.06357,113.19461 C 229.88693,113.19461 229.08012,112.5884 228.27072,111.84744 C 227.46128,111.1065 226.70297,110.50285 226.58549,110.50595 C 226.18184,110.51676 223.86858,115.97682 223.86858,116.91882 C 223.86858,117.43716 223.62787,118.67328 223.33377,119.66568 C 222.69418,121.82354 221.8727,126.49963 221.91197,127.75907 C 221.92735,128.25432 221.52385,129.52841 221.01528,130.59044 C 220.15989,132.37684 220.1318,132.61989 220.64034,133.83627 C 220.94269,134.55941 221.20732,135.97008 221.22842,136.97099 C 221.27436,139.14745 221.82226,141.17652 222.47251,141.57848 C 223.43605,142.17393 224.63882,144.33566 224.63882,145.47172 C 224.63882,146.93563 223.95158,148.49177 223.17321,148.79028 C 222.38868,149.09102 222.00762,148.41316 221.70377,146.17607 C 221.42644,144.13485 220.93626,144.20678 220.22937,146.39236 C 219.92039,147.34774 219.60441,147.64372 218.89332,147.64372 C 218.15385,147.64372 217.73671,147.20761 216.8679,145.5267 C 216.26616,144.3624 215.59998,143.35132 215.38754,143.27989 C 215.17514,143.20837 214.57558,142.25585 214.05514,141.16283 C 213.53475,140.06996 212.6917,138.73007 212.18169,138.18539 C 211.67167,137.64056 211.13463,136.81787 210.98831,136.35697 C 210.84192,135.8962 210.54201,135.51914 210.32183,135.51914 C 210.10163,135.51914 210.01327,135.27986 210.12554,134.98745 C 210.23785,134.69508 209.90976,133.83827 209.39651,133.08338 C 208.88325,132.32856 208.46331,131.53815 208.46331,131.32695 C 208.46331,131.10867 207.83718,131.01848 207.01174,131.11797 C 206.03375,131.23572 205.0648,131.04038 204.04184,130.51917 C 203.20672,130.09365 202.3002,129.74559 202.02723,129.74559 C 201.75428,129.74559 201.53099,129.49951 201.53099,129.19875 C 201.53099,128.89804 200.99932,128.53529 200.34954,128.39268 C 199.69978,128.25002 199.07281,127.88505 198.95631,127.58156 C 198.83979,127.27811 198.39742,126.84421 197.97326,126.61733 C 197.36878,126.294 196.98333,126.36326 196.18923,126.93801 C 195.63215,127.34124 194.56972,127.91492 193.82837,128.21297 C 193.08701,128.51098 192.14164,129.06692 191.72762,129.44843 C 191.31355,129.82995 190.79359,130.07791 190.5722,129.99948 C 190.35078,129.92109 189.3897,130.08978 188.43654,130.37446 C 186.28025,131.01828 184.11526,131.04641 183.50688,130.43841 C 182.83123,129.76315 182.89664,131.03712 183.60815,132.41239 C 184.25793,133.66808 185.05447,134.0696 186.28383,133.76133 C 186.81764,133.62744 187.70766,133.87206 188.59927,134.39782 C 189.9516,135.1952 190.0315,135.34359 189.80496,136.63646 C 189.67155,137.39796 189.46417,138.67047 189.34415,139.46445 C 189.21202,140.33832 188.91393,140.90785 188.58868,140.90785 C 188.22435,140.90785 188.05138,141.37368 188.05138,142.35481 C 188.05138,143.38498 187.82953,143.94042 187.28118,144.28259 C 186.85751,144.54709 186.51091,145.12462 186.51091,145.56593 C 186.51091,146.05156 186.19884,146.45015 185.72095,146.57494 C 185.24426,146.69965 184.84592,147.207 184.71625,147.85484 C 184.58236,148.52398 184.19078,149.00775 183.67681,149.13898 C 182.39395,149.46671 180.02896,151.60368 179.89332,152.55793 C 179.81751,153.09099 179.04015,153.89581 177.84546,154.67822 C 176.78631,155.37185 175.51111,156.31735 175.01164,156.77954 C 173.85839,157.84624 170.28926,160.15312 169.7918,160.15312 C 169.58439,160.15312 168.94587,160.60202 168.37287,161.15055 C 167.7363,161.76021 166.8406,162.17198 166.07021,162.20909 C 164.93934,162.2638 164.71952,162.09141 163.93777,160.53792 C 162.84695,158.37021 162.56859,157.55716 162.43425,156.1464 C 162.3601,155.36787 161.73611,154.48791 160.38729,153.25963 C 159.32007,152.28783 158.34687,151.13331 158.22458,150.69424 C 158.10231,150.25494 157.44101,149.6487 156.75508,149.34707 C 155.78628,148.92089 155.39012,148.41178 154.98013,147.06623 C 154.09454,144.16014 153.31165,142.82735 152.34784,142.58571 C 151.84696,142.46004 151.17878,141.85789 150.86301,141.24765 C 150.54722,140.63736 150.1388,140.13802 149.95537,140.13802 C 149.77196,140.13802 149.51438,139.74822 149.38293,139.27198 C 148.97509,137.79393 146.70561,135.4481 145.96019,135.73395 C 145.59816,135.87285 145.30195,136.24984 145.30195,136.57198 C 145.30195,137.31168 147.30005,140.81906 148.37778,141.97124 C 148.8259,142.45037 149.09648,142.99768 148.97907,143.18747 C 148.6948,143.64731 149.1388,144.75681 149.60713,144.75681 C 150.69063,144.75681 152.07785,147.10796 152.44735,149.57062 C 152.6525,150.9376 152.94739,151.45028 153.82739,151.96988 C 154.44293,152.33334 155.3209,153.41386 155.77837,154.37105 C 156.23587,155.32832 156.79542,156.23888 157.02189,156.39439 C 157.29997,156.58532 157.28126,156.67895 156.9642,156.68299 C 156.7061,156.68631 156.59468,156.94865 156.71658,157.26618 C 157.00837,158.02619 157.62613,158.00806 157.62613,157.23942 C 157.62613,156.83311 157.90984,156.67562 158.49265,156.75847 C 159.06141,156.83903 159.35921,157.14591 159.35921,157.65121 C 159.35921,158.1281 159.97971,158.83589 160.98959,159.51139 C 163.42783,161.14236 164.78357,162.53284 165.07598,163.70232 C 165.50213,165.40699 166.60407,165.72952 168.719,164.76913 C 169.71393,164.31722 170.78794,163.7857 171.10565,163.5876 C 171.42339,163.3894 171.94332,163.12353 172.26106,162.99688 C 174.76271,161.99834 177.12671,160.75747 177.38318,160.30802 C 177.55253,160.01116 178.02917,159.76827 178.44226,159.76827 C 179.00817,159.76827 179.1934,160.03404 179.1934,160.84601 C 179.1934,161.43857 179.41002,162.14231 179.6748,162.40942 C 180.06038,162.7987 180.02523,162.96913 179.49825,163.26649 C 179.13639,163.47064 178.93182,163.87609 179.04374,164.16753 C 179.15561,164.45897 178.86875,165.43852 178.40619,166.34478 C 177.94367,167.25077 177.14772,169.10069 176.63739,170.45601 C 175.18597,174.30958 173.32201,176.85792 168.27493,181.88773 C 161.2933,188.84557 157.61956,193.25489 158.80437,193.25489 C 159.40597,193.25489 159.21055,194.72885 158.59111,194.86276 C 158.089,194.97109 158.08497,195.11981 158.55953,196.02876 C 159.17784,197.21249 159.15162,197.92653 158.45921,198.76026 C 157.81302,199.53866 158.27239,201.21595 159.19797,201.45745 C 159.85896,201.63038 159.92825,201.9985 159.87502,205.05448 L 159.81567,208.45862 L 158.22965,209.99857 C 157.33167,210.87016 155.78017,211.84367 154.653,212.24277 C 153.55817,212.63006 152.44765,213.20565 152.18524,213.52184 C 151.92282,213.83782 151.0382,214.43742 150.21937,214.8552 C 148.57632,215.69271 148.07893,216.4813 148.71252,217.24427 C 149.20173,217.83399 148.86717,220.41548 148.23732,220.91129 C 147.99971,221.09813 146.91901,221.54024 145.83572,221.89275 C 144.18302,222.43133 143.7599,222.77012 143.20552,223.99897 C 142.54362,225.46638 142.41314,225.55969 137.09063,228.37381 C 133.8299,230.09816 131.68336,230.51397 125.08261,230.70228 C 121.69349,230.79853 118.44392,230.80137 117.86146,230.70857 z M 148.0688,204.45157 C 147.74835,203.64302 147.30602,205.84328 147.57268,206.9193 C 147.72007,207.51376 147.82573,207.39036 148.03727,206.3756 C 148.18792,205.65354 148.2021,204.78791 148.0688,204.45157 z M 139.91011,199.0733 C 139.91011,198.88651 139.55363,198.6403 139.11786,198.52649 C 138.46779,198.35626 138.40709,198.41748 138.77987,198.86638 C 139.28836,199.47852 139.91011,199.59238 139.91011,199.0733 z M 145.46306,190.17573 C 146.25364,190.17573 147.34503,188.72712 147.07816,188.03217 C 146.89662,187.55928 146.56878,187.46563 145.77979,187.66146 C 145.19926,187.80523 144.66649,188.08375 144.59589,188.27958 C 144.52527,188.47549 144.24167,188.63589 143.96562,188.63589 C 143.68955,188.63589 143.3886,189.14764 143.29674,189.77309 C 143.16124,190.69578 143.27998,190.93171 143.92701,191.02423 C 144.36552,191.08665 144.78032,190.92134 144.84876,190.65665 C 144.91725,190.39232 145.19367,190.17573 145.46306,190.17573 z M 238.8646,138.84267 C 238.49835,138.50554 238.44701,138.56677 238.63944,139.11099 C 238.77646,139.49875 238.91228,140.10493 238.94109,140.45818 C 238.96993,140.81133 239.0713,140.69053 239.16627,140.18985 C 239.26127,139.68911 239.1255,139.08289 238.8646,138.84267 z M 238.50353,137.63607 C 238.50353,136.89681 238.26298,136.89681 237.97913,137.63607 C 237.85717,137.9536 237.92531,138.2135 238.13045,138.2135 C 238.33566,138.2135 238.50353,137.9536 238.50353,137.63607 z M 178.42903,134.8013 C 178.43415,134.25761 178.48438,134.25007 178.79811,134.74607 C 179.28073,135.50896 179.64657,135.09746 181.10501,132.15123 C 181.76001,130.8281 182.46435,129.74559 182.6703,129.74559 C 182.87621,129.74559 183.03922,129.52902 183.03253,129.26442 C 183.02586,128.99979 182.58148,129.28212 182.0451,129.89177 C 180.81813,131.28648 178.36596,131.67352 176.58572,130.75345 C 175.9286,130.41381 175.12425,130.23819 174.79835,130.36311 C 174.22307,130.58377 171.49079,128.12132 171.49079,127.38232 C 171.49079,127.20015 171.30728,127.05124 171.08295,127.05124 C 170.8586,127.05124 170.78217,126.878 170.91313,126.66635 C 171.04401,126.4546 170.9676,126.28143 170.74327,126.28143 C 170.51892,126.28143 170.33275,126.67112 170.32949,127.14744 C 170.32472,127.84772 170.25215,127.90301 169.95025,127.43614 C 169.62734,126.93678 169.57614,126.94542 169.57104,127.5003 C 169.56777,127.85313 169.34853,128.23618 169.08368,128.35158 C 168.75344,128.49544 168.87431,128.7619 169.46885,129.20043 C 169.94546,129.55183 170.33544,130.07263 170.33544,130.35776 C 170.33544,130.64837 170.57665,130.7836 170.8844,130.66555 C 171.21437,130.53898 171.71172,130.88945 172.13081,131.54368 C 172.51435,132.14245 173.09052,132.86172 173.41114,133.142 C 173.7318,133.42235 173.80639,133.55989 173.5769,133.44767 C 173.34745,133.33542 173.15971,133.46692 173.15971,133.73988 C 173.15971,134.01281 173.40546,134.23614 173.70582,134.23614 C 174.07192,134.23614 174.19474,133.93688 174.07837,133.32837 C 173.92998,132.55287 174.02337,132.45714 174.71971,132.67056 C 175.76445,132.99081 175.69449,132.90824 176.09131,134.29099 C 176.32779,135.11516 176.29479,135.53315 175.98314,135.66112 C 175.66635,135.79136 175.695,135.95717 176.08084,136.2261 C 176.77096,136.70719 178.42057,135.7062 178.42903,134.8013 z M 119.49821,128.97222 C 119.66643,127.46236 119.8613,127.15851 121.03873,126.57067 C 122.78409,125.69927 124.32339,125.71501 125.22245,126.61353 C 125.61705,127.00796 126.61355,127.45647 127.43694,127.61032 C 128.26024,127.7641 129.10719,128.02706 129.31903,128.19479 C 129.53086,128.36241 130.31072,128.59715 131.0521,128.71631 C 131.79352,128.83546 133.26659,129.09568 134.32573,129.29455 C 135.9706,129.60329 136.40183,129.5493 137.28322,128.92416 C 138.35659,128.16281 140.28312,127.97617 142.62743,128.40632 C 144.40001,128.73157 144.63613,128.41318 145.65232,124.32817 C 146.65312,120.30509 146.40679,118.08617 144.93594,117.87486 C 144.40885,117.79914 143.88597,117.98961 143.69766,118.32592 C 143.20278,119.20967 141.14243,119.53838 140.36568,118.85751 C 139.34384,117.96178 137.9845,117.65706 137.9845,118.32369 C 137.9845,119.43167 135.96153,119.69574 134.981,118.7158 C 134.38753,118.12263 134.32864,118.14068 134.13137,118.9759 C 133.91606,119.88743 132.9778,120.53338 132.9778,119.77011 C 132.9778,119.54067 132.61775,118.99329 132.17772,118.55352 C 131.73773,118.11376 131.47669,117.49615 131.59759,117.18117 C 131.76265,116.75132 131.62593,116.66919 131.04968,116.85198 C 130.49749,117.02712 130.28185,116.91973 130.28185,116.46954 C 130.28185,116.12522 130.45518,115.95054 130.667,116.08137 C 130.87882,116.21223 131.0521,116.13587 131.0521,115.91166 C 131.0521,115.68746 130.78419,115.50405 130.45671,115.50405 C 129.99483,115.50405 129.8813,115.11713 129.95057,113.77935 C 129.99973,112.8308 129.92101,111.93586 129.77575,111.79066 C 129.63051,111.64547 129.51161,111.72871 129.51161,111.97571 C 129.51161,112.22269 129.25162,112.42477 128.93393,112.42477 C 128.61621,112.42477 128.35623,112.16498 128.35623,111.84744 C 128.35623,111.52989 128.52949,111.27006 128.74134,111.27006 C 128.95316,111.27006 129.12649,110.98373 129.12649,110.63384 C 129.12649,110.12282 128.97697,110.16984 128.36706,110.8726 C 127.94938,111.35395 127.06743,111.85818 126.40714,111.99315 L 125.20667,112.23852 L 126.20543,113.31558 C 126.77013,113.92449 127.39674,114.27372 127.64717,114.11905 C 127.89076,113.96859 127.98905,114.00886 127.86551,114.20859 C 127.74206,114.4083 128.33947,115.32769 129.19312,116.25164 C 130.52273,117.69075 130.65561,117.98169 130.12028,118.28106 C 129.7766,118.47331 129.59592,118.79315 129.71881,118.99183 C 129.84165,119.19054 129.77718,119.35309 129.57554,119.35309 C 129.37388,119.35309 129.11022,119.09623 128.98968,118.78226 C 128.86499,118.45741 128.51524,118.30929 128.17825,118.43851 C 127.75909,118.59923 127.58593,118.42509 127.58593,117.84259 C 127.58593,116.85509 126.49173,116.32741 126.01245,117.08378 C 125.82527,117.37925 125.6694,118.09733 125.6662,118.67951 C 125.66297,119.26168 125.48695,119.73801 125.27515,119.73801 C 125.06338,119.73801 124.89001,119.60278 124.89001,119.43747 C 124.89001,119.27219 124.37015,118.94083 123.73463,118.70109 C 122.95929,118.4086 122.57924,118.00103 122.57924,117.46199 C 122.57924,117.0192 122.33016,116.65874 122.02429,116.65874 C 121.22024,116.65874 120.84941,115.86022 121.4708,115.46689 C 121.85519,115.22361 121.86872,115.1293 121.52014,115.12505 C 121.2554,115.1218 121.03873,114.78293 121.03873,114.37203 C 121.03873,113.96114 120.86283,113.51626 120.64778,113.38343 C 119.91959,112.93366 119.13673,110.47828 119.36228,109.35144 C 119.53956,108.46531 119.3703,108.03553 118.5418,107.26818 C 117.96767,106.73643 116.90815,106.10683 116.18729,105.8691 C 115.46646,105.63128 114.87662,105.25353 114.87662,105.0296 C 114.87662,104.80568 114.48671,104.24247 114.01014,103.77798 C 112.58008,102.38436 111.79563,101.28719 111.79563,100.68073 C 111.79563,99.803799 111.04199,99.99965 110.66807,100.97385 C 110.40977,101.6468 110.54128,102.05904 111.25819,102.82317 C 111.76558,103.36396 112.18074,104.07679 112.18074,104.40713 C 112.18074,105.33725 113.692,107.03606 114.51949,107.03606 C 114.92778,107.03606 115.26176,107.26258 115.26176,107.53934 C 115.26176,107.81613 116.0417,108.59198 116.99484,109.26352 C 118.75482,110.50331 119.00293,111.00917 118.35413,112.03471 C 118.04693,112.52044 117.86962,112.47551 117.18168,111.7375 C 116.73597,111.25933 116.19314,110.97805 115.97552,111.1125 C 115.70791,111.27779 115.71547,111.49248 115.99849,111.77542 C 116.22877,112.00554 116.41713,112.4878 116.41713,112.84709 C 116.41713,113.75519 114.46591,115.88896 113.63552,115.88896 C 113.13173,115.88896 112.95102,116.19374 112.95102,117.04365 C 112.95102,118.32457 112.22638,118.57388 111.2729,117.62102 C 110.95516,117.30349 110.57959,117.04365 110.43833,117.04365 C 109.8517,117.04365 107.94433,115.41017 107.94433,114.90775 C 107.94433,114.22363 109.78888,113.7294 110.32867,114.26896 C 110.80981,114.74979 113.40554,114.40769 113.82138,113.80865 C 114.28677,113.13828 113.77159,111.66204 112.7561,110.75612 C 110.67063,108.89566 109.79183,108.19036 109.54836,108.18167 C 109.40749,108.17667 108.7824,107.48386 108.15924,106.64204 C 107.5361,105.80027 106.79955,105.11155 106.52244,105.11155 C 106.24535,105.11155 106.01866,104.93835 106.01866,104.72663 C 106.01866,104.51495 106.20362,104.34171 106.42968,104.34171 C 106.99133,104.34171 106.44998,102.7283 105.70607,102.18459 C 105.26597,101.86299 104.82527,101.90272 103.93268,102.34451 C 101.66338,103.46781 101.40465,103.57193 100.88381,103.57193 C 100.5957,103.57193 99.806817,103.2961 99.130743,102.95901 C 97.623993,102.20779 96.775498,102.47658 96.775498,103.70516 C 96.775498,104.8149 96.311462,105.22705 94.272136,105.9287 C 92.243098,106.62679 90.151969,108.49884 90.428524,109.36967 C 90.657727,110.09146 88.475671,112.57709 87.91616,112.23153 C 87.739241,112.12218 87.332908,112.29424 87.013253,112.61371 C 86.348035,113.2785 85.305061,113.35359 83.940044,112.83493 C 82.665774,112.35073 81.370291,112.73729 81.370291,113.6017 C 81.370291,114.45866 81.744098,114.71235 83.16525,114.81985 C 83.7667,114.86531 84.473452,115.11015 84.735861,115.36387 C 85.055908,115.67343 85.563026,115.71688 86.27638,115.49594 C 90.484895,114.19234 91.428149,114.15302 98.701157,114.97823 C 99.866236,115.11043 101.7364,115.20056 102.85711,115.17854 C 104.28512,115.15051 104.95732,115.30113 105.10355,115.68185 C 105.2183,115.98071 105.55778,116.13103 105.85797,116.01592 C 106.22408,115.87548 106.40375,116.07751 106.40375,116.62967 C 106.40375,117.08233 106.15196,117.54931 105.84426,117.66731 C 105.40215,117.83685 105.37432,118.05652 105.71173,118.71376 C 106.84515,120.92095 106.86282,120.99402 106.343,121.32332 C 106.05864,121.50341 105.5414,121.65336 105.19332,121.65665 C 104.84531,121.65989 104.45738,121.93135 104.33116,122.25984 C 104.19879,122.60481 104.26386,122.75716 104.48534,122.62032 C 104.69625,122.49006 105.45136,123.00065 106.16327,123.75505 C 106.88012,124.51474 107.83324,125.12668 108.29974,125.12668 C 109.83499,125.12668 112.56584,126.61644 112.56584,127.454 C 112.56584,127.937 112.95919,128.37365 113.62494,128.6294 C 114.20746,128.85326 115.46401,129.43711 116.41713,129.92692 C 118.83446,131.16891 119.26849,131.03442 119.49821,128.97222 z M 127.08169,121.76954 C 126.47295,121.6781 126.06589,121.40874 126.15098,121.15362 C 126.32456,120.63314 126.3814,120.631 128.83764,121.05171 C 132.23627,121.63384 130.60822,122.29933 127.08169,121.76954 z M 140.68039,121.63503 C 140.68039,121.07786 141.68729,120.10284 141.97049,120.38583 C 142.09498,120.51031 142.63555,120.32482 143.1717,119.97374 C 144.17522,119.31655 144.50506,119.61062 143.68442,120.43083 C 143.43022,120.68483 143.37672,120.89273 143.56545,120.89273 C 143.75422,120.89273 143.57221,121.147 143.16103,121.45785 C 142.28752,122.11815 140.68039,122.23294 140.68039,121.63503 z M 131.68317,120.70027 C 131.96694,119.961 132.20752,119.961 132.20752,120.70027 C 132.20752,121.0178 132.03963,121.27763 131.83445,121.27763 C 131.62931,121.27763 131.56118,121.0178 131.68317,120.70027 z M 111.02535,119.35309 C 111.02535,118.85984 111.298,118.85984 111.60303,119.35309 C 111.73391,119.56478 111.65756,119.73801 111.43316,119.73801 C 111.20884,119.73801 111.02535,119.56478 111.02535,119.35309 z M 102.89203,112.16204 C 102.86697,111.98899 102.88137,111.67421 102.92408,111.46252 C 102.96678,111.2508 103.00185,110.36313 103.00185,109.48988 C 103.00185,108.25575 103.14245,107.91285 103.63298,107.95023 C 104.13052,107.98817 104.24029,107.69847 104.15152,106.58294 C 104.06344,105.476 104.21252,105.07467 104.83615,104.74111 C 105.53637,104.36661 105.63024,104.42185 105.60647,105.1942 C 105.5916,105.67797 105.44159,106.42021 105.27315,106.84362 C 105.10481,107.26701 105.11017,107.99667 105.28526,108.46506 C 105.52802,109.11485 105.15382,111.34618 104.70985,111.89584 C 104.48733,112.17118 102.92645,112.39973 102.89203,112.16204 z M 94.28472,109.75076 C 93.946091,109.20313 94.377913,108.5757 95.09339,108.5757 C 95.430815,108.5757 95.624107,108.84611 95.552072,109.2174 C 95.402068,109.99047 94.633087,110.31407 94.28472,109.75076 z M 96.390378,108.98335 C 96.390378,108.75914 96.563674,108.5757 96.775498,108.5757 C 97.268991,108.5757 97.268991,108.84824 96.775498,109.15307 C 96.563674,109.28392 96.390378,109.20753 96.390378,108.98335 z M 128.39954,116.54809 C 128.08504,116.23376 127.97109,116.27682 127.97109,116.71003 C 127.97109,117.4752 128.48895,117.9928 128.68038,117.41895 C 128.76154,117.17545 128.63521,116.78363 128.39954,116.54809 z M 171.22868,111.17385 C 171.7952,110.75795 171.81982,110.52303 171.41043,109.44177 C 171.14992,108.75367 170.80149,108.1908 170.63611,108.1908 C 170.47073,108.1908 170.33544,107.97172 170.33544,107.70397 C 170.33544,107.43619 169.98881,106.57079 169.56515,105.78083 C 169.1415,104.99088 168.79489,104.10528 168.79489,103.81287 C 168.79489,103.52048 168.53491,103.06565 168.2172,102.80209 C 167.89949,102.53859 167.63952,101.91114 167.63952,101.40781 C 167.63952,100.74252 167.42448,100.49267 166.85176,100.49267 C 166.41848,100.49267 165.6307,100.05968 165.10114,99.53045 C 164.5716,99.001202 163.98547,98.568179 163.79864,98.568179 C 163.61186,98.568179 163.14313,98.169269 162.75706,97.681689 C 161.81249,96.488718 160.86809,96.178534 160.29215,96.872106 C 159.9448,97.290385 159.92952,97.664068 160.23404,98.292629 C 160.46131,98.761721 160.74585,99.578565 160.8664,100.10778 C 160.98691,100.63704 161.21703,101.24751 161.37774,101.46443 C 161.9825,102.28044 165.83592,105.11155 166.34187,105.11155 C 166.6319,105.11155 166.86923,105.37137 166.86923,105.68889 C 166.86923,106.00645 166.60063,106.26628 166.27235,106.26628 C 165.78902,106.26628 165.69743,106.68743 165.79094,108.47947 C 165.89702,110.51209 165.985,110.70322 166.86923,110.82151 C 167.39879,110.89239 167.99674,111.10893 168.19792,111.30264 C 168.72478,111.80994 170.46281,111.73606 171.22868,111.17385 z M 134.1332,110.11534 C 134.1332,109.90366 133.86298,109.73044 133.53276,109.73044 C 133.20252,109.73044 133.03943,109.90366 133.17032,110.11534 C 133.47835,110.61337 134.1332,110.61337 134.1332,110.11534 z M 139.05185,107.65698 C 140.58983,106.67298 144.14658,105.9918 144.14658,106.68128 C 144.14658,106.90138 144.3275,106.96977 144.54855,106.83316 C 144.76969,106.69666 145.20347,106.79467 145.51256,107.05106 C 145.8264,107.31137 147.18843,107.51721 148.59699,107.51721 C 150.68701,107.51721 151.27837,107.36792 152.04705,106.64615 C 153.20156,105.56224 152.86217,104.75129 150.80092,103.66869 C 150.00064,103.24831 148.39263,102.39683 147.2276,101.77644 C 144.95775,100.56768 144.15308,100.55324 142.54661,101.69238 C 141.29701,102.57834 140.29525,102.62801 140.29525,101.80384 C 140.29525,101.46645 139.93464,101.09616 139.49393,100.981 C 138.94169,100.83669 138.75094,100.54876 138.8802,100.05479 C 139.01249,99.549245 138.86084,99.337999 138.36562,99.337999 C 137.9795,99.337999 137.57523,99.121491 137.46735,98.856865 C 137.2123,98.231451 135.69419,100.03502 135.68226,100.97757 C 135.67757,101.35009 135.32707,101.95157 134.90342,102.31408 C 134.47635,102.67955 134.1332,103.44953 134.1332,104.04237 C 134.1332,104.63042 133.98009,105.11155 133.79294,105.11155 C 133.1466,105.11155 133.00393,106.82621 133.5775,107.70103 C 134.38668,108.93526 137.0878,108.91354 139.05185,107.65698 z M 145.80834,98.80755 C 145.92038,98.515798 145.83099,98.096154 145.60973,97.875051 C 145.09426,97.359878 143.3763,98.088599 143.3763,98.822419 C 143.3763,99.513237 145.5425,99.499963 145.80834,98.80755 z M 117.74244,82.582345 C 118.65603,81.891729 119.94924,81.852176 120.59257,82.49514 C 120.92215,82.824504 121.15562,82.845693 121.34364,82.563288 C 121.49366,82.337935 121.90131,82.048754 122.24943,81.920727 C 122.65324,81.772207 122.95407,81.085718 123.08038,80.024269 C 123.18927,79.109272 123.58773,77.457723 123.96573,76.354189 C 124.54128,74.674194 124.84473,74.299202 125.83069,74.049434 C 126.86659,73.787032 126.73024,73.727448 124.69746,73.554001 C 123.3532,73.43929 122.32054,73.514944 122.22853,73.734865 C 121.95685,74.384035 121.22848,74.976858 120.36647,75.25027 C 119.49943,75.525324 118.89508,76.734455 119.2986,77.386951 C 119.56016,77.809956 118.8474,79.358685 118.1889,79.798133 C 117.95582,79.953659 117.37519,80.083559 116.89856,80.086805 C 116.00584,80.092887 115.73652,80.634534 116.41713,81.054971 C 116.99921,81.414486 116.87858,82.017229 116.22464,82.017229 C 115.90688,82.017229 115.64696,81.844025 115.64696,81.632319 C 115.64696,81.42062 115.21363,81.247409 114.68407,81.247409 C 114.15452,81.247409 113.72122,81.42062 113.72122,81.632319 C 113.72122,81.844025 113.98123,82.017229 114.29893,82.017229 C 114.61667,82.017229 114.87662,82.277052 114.87662,82.594584 C 114.87662,83.349342 116.73829,83.341401 117.74244,82.582345 z M 120.27097,77.926616 C 120.26958,77.476213 120.53263,76.888608 120.8555,76.620806 C 121.76897,75.863105 121.85288,76.351058 121.02488,77.606464 C 120.35814,78.617273 120.27324,78.653333 120.27097,77.926616 z M 113.31173,78.961205 C 113.76295,78.675831 113.77858,78.4463 113.39605,77.716165 C 113.11677,77.183 113.01259,77.113158 113.13835,77.54349 C 113.26578,77.979451 113.07958,78.470696 112.66884,78.782195 C 111.90873,79.358694 112.44635,79.508442 113.31173,78.961205 z M 127.06343,77.585911 C 127.39512,76.722079 126.46292,75.737624 125.81903,76.271711 C 125.41711,76.605071 125.40687,76.84967 125.77018,77.431177 C 126.32477,78.318671 126.762,78.370978 127.06343,77.585911 z M 142.22092,74.726731 C 142.22092,74.204301 141.54131,73.861072 141.29515,74.259136 C 141.06496,74.63136 141.39851,75.088913 141.89997,75.088913 C 142.07647,75.088913 142.22092,74.925924 142.22092,74.726731 z M 130.8063,72.971939 C 131.08866,72.236399 130.89266,72.236399 130.28185,72.971939 C 130.00551,73.304729 129.96809,73.549293 130.19349,73.549293 C 130.4086,73.549293 130.68435,73.289479 130.8063,72.971939 z M 123.44965,71.09175 C 123.77,70.621896 123.67305,66.620977 123.34126,66.620977 C 123.22837,66.620977 122.60503,67.105679 121.95604,67.698116 C 120.42893,69.092099 119.97604,70.743121 120.92484,71.457582 C 121.65283,72.005808 122.95505,71.817135 123.44965,71.09175 z M 135.28856,71.445844 C 135.28856,70.953234 134.19909,70.085129 133.58077,70.085129 C 133.18749,70.085129 133.35296,71.075967 133.82511,71.547776 C 134.46247,72.184819 135.28856,72.127303 135.28856,71.445844 z M 125.87853,65.228136 C 127.33865,64.115125 127.60671,63.15683 126.45805,63.15683 C 125.70324,63.15683 124.5049,64.098973 124.5049,64.692453 C 124.5049,64.871736 124.39967,65.292369 124.27114,65.627221 C 123.9398,66.490166 124.35973,66.385887 125.87853,65.228136 z M 137.79189,64.311542 C 137.66102,64.099853 137.26081,63.938811 136.90264,63.9537 C 136.37175,63.975762 136.39373,64.04188 137.02164,64.311542 C 138.05226,64.75415 138.06558,64.75415 137.79189,64.311542 z M 139.71757,62.23444 C 139.7176,61.518082 139.49287,61.424765 137.76767,61.424765 C 136.02515,61.424765 135.83349,61.506652 135.96566,62.19457 C 136.08712,62.826254 136.43699,62.971527 137.91562,63.004252 C 139.50301,63.039361 139.71755,62.947718 139.71757,62.23444 z M 215.17615,55.117428 C 215.29223,54.92972 215.14277,54.573403 214.84405,54.325607 C 214.40022,53.957515 214.33882,54.019935 214.50809,54.666908 C 214.73688,55.541196 214.86191,55.62554 215.17615,55.117428 z M 153.4375,43.80888 C 153.05714,43.431561 153.0129,43.475775 153.2219,44.024337 C 153.36654,44.403947 153.58186,44.617582 153.70044,44.499085 C 153.81905,44.380562 153.70071,44.069973 153.4375,43.80888 z M 198.44992,32.988857 C 198.44992,32.908914 198.14663,32.605808 197.77594,32.315272 C 197.16508,31.836477 197.1515,31.850097 197.63055,32.460581 C 198.13363,33.10174 198.44992,33.305612 198.44992,32.988857 z M 170.72054,17.173183 C 170.72054,16.882916 165.95168,15.448694 165.74327,15.676313 C 165.5098,15.931362 165.63821,15.993818 168.40977,16.972749 C 169.94991,17.516724 170.72054,17.583577 170.72054,17.173183 z M 162.89652,218.7453 C 162.81115,218.59162 162.71934,217.75996 162.69246,216.89731 C 162.65262,215.61753 162.85902,215.12209 163.81228,214.20913 C 164.82961,213.23526 164.94995,212.90694 164.74173,211.67517 C 164.46971,210.06653 165.37035,207.88111 166.30563,207.88111 C 167.37723,207.88111 170.35904,206.24797 171.40779,205.08609 C 175.65504,200.38139 175.68308,200.35737 176.24823,200.95688 C 176.99891,201.75308 177.3197,204.66462 176.71222,205.16887 C 176.44925,205.38653 176.12002,205.45114 175.98063,205.31199 C 175.84128,205.17283 175.72723,205.5204 175.72723,206.08492 C 175.72723,206.64986 175.55393,207.11144 175.34212,207.11144 C 175.13025,207.11144 174.95695,207.28371 174.95695,207.4937 C 174.95695,207.93593 172.38395,212.09856 170.14285,215.28271 C 168.97032,216.94841 168.19457,217.62683 166.89522,218.12393 C 164.9396,218.87118 163.12328,219.15317 162.89652,218.7453 z M 183.42985,209.0589 C 183.42985,208.83469 183.60316,208.65138 183.81499,208.65138 C 184.30846,208.65138 184.30846,208.92383 183.81499,209.22827 C 183.60316,209.35918 183.42985,209.28309 183.42985,209.0589 z M 92.15394,185.19455 C 92.15394,184.97035 92.327253,184.78703 92.539071,184.78703 C 93.032564,184.78703 93.032564,185.05948 92.539071,185.36451 C 92.327253,185.49517 92.15394,185.41875 92.15394,185.19455 z M 27.565086,181.80391 C 23.28242,175.119 17.963928,163.05276 15.385088,154.17065 C 11.271386,140.00191 9.7318901,123.82294 11.236838,110.57604 C 11.861267,105.07997 12.544895,104.74218 12.442133,109.98061 C 12.252202,119.66531 12.325023,123.18701 12.725208,123.66889 C 12.959228,123.95073 13.351097,125.38996 13.596063,126.8672 C 13.841005,128.34443 14.199215,129.85387 14.392061,130.22146 C 14.584909,130.58899 14.745293,131.71487 14.748414,132.72331 C 14.751524,133.73173 14.992263,135.59603 15.283297,136.86633 C 15.574389,138.13646 15.923033,140.04172 16.058101,141.10024 C 16.491349,144.49567 19.649634,152.17116 21.696369,154.80305 C 22.289091,155.56523 23.571386,157.86023 24.545859,159.90309 C 25.520348,161.94589 26.467685,163.61709 26.65105,163.61709 C 27.056298,163.61709 27.357494,164.33828 28.065587,167.00389 C 28.847473,169.94705 28.748711,170.79976 27.437098,172.43108 L 26.266772,173.88648 L 27.26866,176.93098 C 28.384485,180.32191 29.354992,184.01734 29.129748,184.01734 C 29.049015,184.01734 28.344928,183.02108 27.565086,181.80391 z M 183.04472,157.45877 C 183.80346,156.96861 184.69573,156.96861 184.39267,157.45877 C 184.26175,157.67034 183.77493,157.84102 183.31081,157.83783 C 182.62483,157.83303 182.57504,157.76204 183.04472,157.45877 z M 160.70719,154.92474 C 160.70719,154.24513 161.53628,154.36339 161.7743,155.07719 C 161.85814,155.32847 161.65236,155.53412 161.31696,155.53412 C 160.9816,155.53412 160.70719,155.25994 160.70719,154.92474 z M 43.804224,140.88226 C 43.664602,140.65646 43.64285,140.3792 43.755873,140.26625 C 44.03175,139.99059 44.782891,140.47645 44.782891,140.93056 C 44.782891,141.42249 44.117986,141.38954 43.804224,140.88226 z M 45.168014,139.36812 C 45.168014,138.8749 45.440707,138.8749 45.745706,139.36812 C 45.876627,139.57993 45.800184,139.75307 45.575863,139.75307 C 45.351547,139.75307 45.168014,139.57993 45.168014,139.36812 z M 43.146073,136.87801 C 42.375398,135.81872 42.311713,135.51914 42.857236,135.51914 C 43.06904,135.51914 43.242365,135.72201 43.242365,135.96999 C 43.242365,136.21792 43.529191,136.73751 43.879746,137.12465 C 44.230328,137.51186 44.36029,137.82314 44.168593,137.8164 C 43.976909,137.80982 43.516775,137.38747 43.146073,136.87801 z M 232.23709,125.27904 C 232.08268,125.12465 231.9673,124.55092 231.98066,124.00405 L 232.0051,123.00971 L 232.37681,123.93899 C 232.77741,124.94045 232.69444,125.73612 232.23709,125.27904 z M 61.182878,123.25384 C 61.016963,122.98553 60.98524,122.66201 61.112364,122.53505 C 61.457034,122.19049 61.832848,122.69719 61.646703,123.25536 C 61.516222,123.64648 61.425524,123.64617 61.182878,123.25384 z M 63.852664,122.58396 C 64.40469,122.03223 64.944898,121.66938 65.053151,121.77758 C 65.352764,122.07697 63.938669,123.58709 63.358612,123.58709 C 63.062264,123.58709 63.269031,123.16725 63.852664,122.58396 z M 59.802974,121.66253 C 59.802974,121.45081 60.07317,121.27763 60.403409,121.27763 C 60.733637,121.27763 60.896708,121.45081 60.765794,121.66253 C 60.457806,122.16054 59.802974,122.16054 59.802974,121.66253 z M 62.4989,112.80969 C 62.4989,112.31648 62.771583,112.31648 63.076576,112.80969 C 63.207506,113.02137 63.131068,113.19461 62.906758,113.19461 C 62.682417,113.19461 62.4989,113.02137 62.4989,112.80969 z M 56.721936,98.183276 C 56.721936,97.690055 56.994617,97.690055 57.299626,98.183276 C 57.430531,98.394982 57.354115,98.568179 57.129801,98.568179 C 56.905476,98.568179 56.721936,98.394982 56.721936,98.183276 z M 54.591783,95.084703 C 54.238035,94.512674 54.519362,94.310193 55.137402,94.691939 C 55.468517,94.896469 55.507876,95.094816 55.249149,95.254658 C 55.029316,95.390405 54.733523,95.31394 54.591783,95.084703 z M 16.344051,91.639871 C 16.344051,91.110639 16.431449,90.894107 16.538305,91.158743 C 16.645141,91.423368 16.645141,91.856383 16.538305,92.121015 C 16.431449,92.385626 16.344051,92.16913 16.344051,91.639871 z M 16.586297,88.132243 C 16.299685,87.385777 17.067861,83.941748 17.520967,83.941748 C 17.838181,83.941748 17.63766,85.631837 17.065992,87.776121 C 16.877838,88.481953 16.755459,88.572804 16.586297,88.132243 z M 20.904804,74.319104 C 20.904804,74.107414 21.078106,73.934199 21.289933,73.934199 C 21.501754,73.934199 21.675063,74.107414 21.675063,74.319104 C 21.675063,74.530804 21.501754,74.704012 21.289933,74.704012 C 21.078106,74.704012 20.904804,74.530804 20.904804,74.319104 z M 22.060205,72.182992 C 22.060205,71.705774 23.286936,69.643225 23.46494,69.821137 C 23.671607,70.027683 22.547603,72.394569 22.242859,72.394569 C 22.142407,72.394569 22.060205,72.299383 22.060205,72.182992 z M 101.79443,69.626719 C 101.7877,69.268751 101.96708,68.861682 102.19297,68.722138 C 102.87179,68.302864 102.96693,68.744863 102.36814,69.535883 C 101.87527,70.18709 101.80526,70.198171 101.79443,69.626719 z M 23.600709,68.975854 C 23.600709,68.764156 23.774019,68.483894 23.985848,68.35306 C 24.197651,68.22223 24.370978,68.288389 24.370978,68.500085 C 24.370978,68.711784 24.197651,68.992041 23.985848,69.122878 C 23.774019,69.253703 23.600709,69.18755 23.600709,68.975854 z M 98.48109,65.081365 C 98.48109,64.657969 98.710006,64.311542 98.989796,64.311542 C 99.379212,64.311542 99.40183,64.492156 99.086299,65.081365 C 98.570506,66.04452 98.48109,66.04452 98.48109,65.081365 z M 48.775382,62.675701 C 48.815548,62.411065 48.983745,61.978051 49.14916,61.713434 C 49.341495,61.405739 49.233484,61.232297 48.84948,61.232297 C 48.519268,61.232297 48.249064,60.977937 48.249064,60.667008 C 48.249064,60.299903 48.471752,60.187151 48.884398,60.345403 C 49.526718,60.591752 49.506752,60.103632 48.773927,57.644927 C 48.628434,57.156686 48.809082,56.880553 49.369931,56.733978 C 49.812544,56.618288 50.174696,56.407506 50.174696,56.265543 C 50.174696,56.123578 50.489791,55.983712 50.874903,55.954734 C 52.050788,55.866207 54.807631,54.530597 54.669681,54.116286 C 54.598301,53.901973 54.145275,53.706066 53.662962,53.680943 C 52.638082,53.627522 52.034003,52.841775 52.317394,51.930731 C 52.427072,51.578057 52.336485,51.178137 52.116032,51.041966 C 51.893024,50.904218 51.715232,51.113345 51.715232,51.513373 C 51.715232,51.908805 51.460786,52.568562 51.149784,52.979479 C 50.264959,54.148631 50.409409,52.823231 51.331544,51.31168 C 52.389296,49.57781 52.299219,49.051274 50.896837,48.770982 C 49.004975,48.392819 48.906198,48.470072 50.037678,49.442767 C 51.076041,50.335417 51.084654,50.377026 50.435403,51.367301 C 50.070454,51.923995 49.515852,52.379457 49.20301,52.379457 C 48.890161,52.379457 48.634207,52.532476 48.634207,52.719481 C 48.634207,52.906476 48.282586,53.151375 47.852872,53.263692 C 47.423148,53.376007 47.099718,53.612703 47.134131,53.789726 C 47.299897,54.642195 46.55002,56.613429 46.059958,56.613429 C 45.756213,56.613429 45.600438,56.763416 45.713788,56.946727 C 45.827152,57.130023 46.400629,57.205264 46.988188,57.113904 C 47.963422,56.962305 47.997772,56.995655 47.382511,57.496652 C 47.011836,57.798509 46.708535,58.26166 46.708535,58.52591 C 46.708535,59.12691 44.86367,58.724072 43.982297,57.930622 C 43.647894,57.62955 43.078547,57.383243 42.717076,57.383243 C 42.166862,57.383243 42.130986,57.250435 42.496731,56.567422 C 42.737034,56.118714 43.263044,55.665491 43.665681,55.560258 C 44.068326,55.455025 44.397763,55.205702 44.397763,55.006193 C 44.397763,54.80669 44.249794,54.734861 44.068942,54.846564 C 43.888091,54.958285 43.545201,54.622092 43.306936,54.099471 C 43.068679,53.576866 42.720103,53.149269 42.532291,53.149269 C 41.947203,53.149269 40.171413,54.711608 40.264993,55.144049 C 40.313877,55.370047 40.109623,55.643524 39.811105,55.751803 C 39.434892,55.888244 39.342543,55.755371 39.510162,55.318791 C 39.643181,54.972352 39.584148,54.688902 39.378977,54.688902 C 39.173793,54.688902 39.005915,54.402252 39.005915,54.051887 C 39.005915,53.459141 38.956995,53.459141 38.301624,54.051887 C 37.91426,54.402252 37.413086,54.688902 37.187883,54.688902 C 36.962706,54.688902 35.929938,55.45134 34.892869,56.383222 C 33.346847,57.772396 32.81198,58.040222 31.9228,57.870339 C 31.060245,57.705545 30.644046,57.890481 29.888847,58.774145 L 28.939343,59.88513 L 29.619673,58.646025 C 29.993863,57.964506 31.782256,55.419619 33.593865,52.990717 C 50.691855,30.066795 75.626931,14.287282 103.55489,8.7176792 C 114.44147,6.5465909 127.52286,5.6414917 134.00413,6.6108713 C 135.87559,6.8907707 137.00623,7.1840025 136.51669,7.2624919 C 136.0271,7.3409569 135.532,7.6515578 135.41637,7.952689 C 135.29275,8.274583 134.67708,8.5001828 133.92217,8.5001828 C 132.51244,8.5001828 131.79802,9.1074047 132.87678,9.3886595 C 133.44104,9.535779 133.42231,9.5731461 132.76596,9.610257 C 132.33173,9.634812 131.77135,9.8598882 131.52063,10.110476 C 131.20714,10.423718 128.62689,10.599514 123.25957,10.673211 C 113.96451,10.800878 113.31775,10.872127 110.61549,12.065585 C 109.46411,12.574124 107.62532,13.096057 106.52951,13.225481 C 105.43355,13.354861 104.22043,13.633211 103.83361,13.843994 C 103.44671,14.054798 102.61925,14.33624 101.99484,14.469423 C 101.1521,14.649174 100.99857,14.7974 101.39876,15.044625 C 101.69535,15.227835 102.07395,15.29372 102.24009,15.191123 C 102.40622,15.088518 103.14967,15.172194 103.89221,15.37709 C 104.70648,15.601784 105.32901,15.609542 105.46064,15.396633 C 105.58074,15.202442 105.46077,15.043578 105.19415,15.043578 C 104.89078,15.043578 104.84623,14.911278 105.07509,14.690242 C 105.72885,14.058902 108.12595,14.087652 109.05492,14.737988 C 109.89511,15.326144 109.90519,15.381832 109.23362,15.728879 C 108.51659,16.099394 105.86296,16.730169 103.26565,17.147441 C 102.21683,17.31596 101.80403,17.598888 101.63706,18.263522 C 101.42901,19.091927 101.21873,19.153822 98.613067,19.153565 C 95.611914,19.153238 92.066146,19.972013 92.277207,20.616641 C 92.450681,21.146348 94.397508,21.347765 94.969418,20.89515 C 96.539946,19.65225 100.46374,19.406278 100.01335,20.578962 C 99.780818,21.184669 100.87413,21.736353 101.21488,21.185266 C 101.34011,20.982815 101.77901,20.817169 102.19006,20.817169 C 102.61987,20.817169 102.93765,20.554301 102.93765,20.198636 C 102.93765,19.792734 103.14705,19.660407 103.54675,19.813734 C 103.88191,19.942219 104.4142,20.047358 104.72974,20.047358 C 105.23128,20.047358 105.22938,20.121332 104.7146,20.635852 C 103.77523,21.574635 104.31722,22.221003 105.88971,22.037516 C 106.85305,21.92511 107.19701,22.008245 107.01131,22.308556 C 106.82772,22.605449 107.29957,22.741698 108.51135,22.741698 C 109.7275,22.741698 110.34839,22.921896 110.501,23.319065 C 110.62288,23.636607 110.96407,23.896417 111.25913,23.896417 C 111.73918,23.896417 111.9588,24.368131 111.69933,24.842116 C 111.64633,24.938845 111.94276,25.266308 112.35803,25.569768 C 113.00674,26.043826 113.04924,26.261469 112.65998,27.115329 C 112.41082,27.661934 111.78277,28.215534 111.26442,28.345575 L 110.32184,28.582008 L 111.15399,29.414682 C 111.61175,29.872653 112.36306,30.27926 112.82373,30.318246 C 113.28441,30.357198 114.19976,30.667347 114.85779,31.007435 C 115.79828,31.493509 116.02624,31.834312 115.92361,32.60084 C 115.85171,33.137139 115.54339,33.733693 115.23846,33.926514 C 114.82091,34.190579 114.80847,34.278556 115.18826,34.283004 C 115.46552,34.286237 115.58522,34.462093 115.45433,34.673793 C 115.32347,34.885491 115.48654,35.058688 115.8167,35.058688 C 116.14698,35.058688 116.41713,35.318514 116.41713,35.636055 C 116.41713,35.953609 116.17927,36.213413 115.8884,36.213413 C 115.08208,36.213413 111.79563,37.744312 111.79563,38.119923 C 111.79563,38.301887 111.40568,38.378466 110.92902,38.290096 C 110.4525,38.201714 110.27775,38.231911 110.54086,38.357181 C 110.89645,38.526487 110.91317,38.783013 110.60589,39.356676 C 110.37862,39.78113 110.09384,40.029668 109.97314,39.908965 C 109.85237,39.788279 109.55839,39.956322 109.31979,40.282386 C 109.08119,40.608467 108.5736,40.921063 108.19182,40.977081 C 107.37371,41.097057 106.78547,41.914974 107.04014,42.57818 C 107.19543,42.982801 106.39943,43.369682 105.05588,43.542528 C 104.84401,43.569794 104.4306,43.791254 104.13711,44.034692 C 103.84354,44.278112 103.36734,44.479904 103.07874,44.483094 C 102.48096,44.489703 99.471463,47.287323 99.471463,47.836354 C 99.471463,48.03492 99.103105,48.080546 98.652926,47.937734 C 98.12789,47.771195 97.923454,47.822039 98.082686,48.079553 C 98.285563,48.407626 95.270149,49.197594 94.46472,49.027386 C 91.133714,48.323461 89.797754,48.274349 86.475265,48.733633 C 85.11252,48.922017 84.277642,48.865518 83.909285,48.559963 C 83.48682,48.209569 83.050567,48.237614 81.981631,48.683984 C 81.22175,49.001312 80.60002,49.416636 80.60002,49.606899 C 80.60002,49.797183 80.060224,49.968209 79.400479,49.986967 C 78.740736,50.005699 77.025618,50.6383 75.58913,51.392721 C 72.500638,53.014725 71.929261,53.102935 72.313707,51.898329 C 72.465716,51.42201 72.629394,50.481533 72.677419,49.808394 C 72.789194,48.24114 74.076747,46.572827 77.621795,43.401876 C 80.945679,40.42876 85.606727,37.998916 85.606727,39.239287 C 85.606727,39.421623 86.044357,39.487203 86.579227,39.385015 C 87.485638,39.211857 87.505261,39.163147 86.868073,38.668581 C 86.217406,38.163557 86.221611,38.108882 86.954663,37.536219 C 87.381296,37.202949 88.195397,37.001171 88.779483,37.083983 C 89.549811,37.193182 89.894954,37.04154 90.060168,36.52134 C 90.193767,36.10063 91.613799,35.190554 93.530291,34.297356 C 97.253147,32.562282 98.750978,31.290743 98.445827,30.124455 C 98.283244,29.503217 98.567934,29.172315 99.809429,28.539319 C 100.67251,28.09931 101.51263,27.768194 101.67664,27.803498 C 101.8406,27.838807 102.27365,27.736755 102.63901,27.576708 C 103.06644,27.389444 103.8011,27.593279 104.70006,28.148543 C 105.82388,28.842663 106.15971,28.910045 106.41756,28.493089 C 107.1268,27.346116 104.07681,26.566035 97.642064,26.248598 C 96.500476,26.192293 96.545957,25.382848 97.772564,23.925955 C 98.517941,23.040638 98.620914,22.741698 98.180434,22.741698 C 97.856371,22.741698 97.478276,22.924336 97.340275,23.147518 C 97.174907,23.414911 96.751419,23.33208 96.098837,22.904748 C 95.228175,22.334592 94.798563,22.311454 92.547741,22.713478 C 91.139382,22.965018 89.478113,23.506138 88.856009,23.915981 C 88.233931,24.325833 87.41141,24.662312 87.02823,24.663686 C 86.645048,24.665102 86.438648,24.839453 86.569553,25.051139 C 86.966757,25.693422 88.308146,25.484541 89.574754,24.583167 C 90.887049,23.649264 95.36833,23.105928 96.059692,23.796885 C 96.760025,24.496801 94.568892,27.08983 92.303681,28.241846 C 91.14247,28.832406 90.095263,29.568524 89.976583,29.877697 C 89.857872,30.186855 89.519318,30.439819 89.224238,30.439819 C 88.929169,30.439819 88.683012,30.656328 88.677199,30.920959 C 88.665682,31.443885 85.590936,33.134166 84.651184,33.134166 C 84.33271,33.134166 83.594188,33.688669 83.010058,34.366397 C 80.556348,37.213186 80.327066,37.366974 78.635472,37.300748 L 77.017033,37.237363 L 78.23081,36.153445 C 78.898409,35.557287 79.444636,34.974403 79.444636,34.858129 C 79.444636,34.452245 77.781022,35.540879 76.571188,36.738445 C 75.900522,37.402318 74.700094,38.140168 73.903555,38.378086 C 72.905701,38.676163 72.583952,38.682161 72.868924,38.397334 C 73.583325,37.683374 73.318073,37.216666 72.578229,37.885832 C 71.399565,38.951895 71.261537,38.605062 72.198791,36.932433 C 72.688948,36.057711 73.812974,34.748864 74.696686,34.023927 C 75.580379,33.298968 76.481547,32.19498 76.699351,31.570641 C 76.927979,30.915196 77.520989,30.273655 78.10248,30.052705 C 79.406617,29.557163 79.444636,29.563031 79.444636,30.259456 C 79.444636,31.063662 80.59756,31.448426 81.01813,30.784587 C 81.261411,30.400588 81.360176,30.384596 81.364393,30.728505 C 81.36763,30.993128 81.563807,31.209637 81.800337,31.209637 C 82.0446,31.209637 82.14096,30.867943 82.023428,30.41869 C 81.87367,29.846371 82.051942,29.53829 82.668327,29.304081 C 83.136824,29.126049 83.750897,28.702536 84.032895,28.362934 C 84.314902,28.023329 84.957692,27.745476 85.461322,27.745476 C 85.964935,27.745476 86.376986,27.590512 86.376986,27.401117 C 86.376986,27.19938 85.778799,27.197447 84.932737,27.396464 C 84.138425,27.583302 82.765495,27.634044 81.881813,27.509193 C 80.500635,27.314046 80.02379,27.454998 78.484861,28.513195 C 77.50023,29.190263 76.577054,29.626749 76.43341,29.483185 C 76.289746,29.339621 76.485618,28.993133 76.868647,28.713209 C 77.340365,28.368501 77.425266,28.117941 77.131807,27.93668 C 76.446781,27.513564 77.887734,26.148792 78.735536,26.417713 C 79.774048,26.74713 80.3278,26.263701 79.667665,25.603963 C 79.363424,25.299914 78.950046,25.051139 78.749034,25.051139 C 78.548023,25.051139 78.167808,24.791333 77.904111,24.473784 C 77.300205,23.746533 75.314337,23.737563 74.052794,24.456384 C 73.523248,24.758109 72.500498,25.277309 71.779966,25.610149 C 71.059461,25.942985 69.738023,26.862695 68.843464,27.653974 C 67.948882,28.445239 66.488792,29.676457 65.598762,30.390019 C 64.708753,31.103565 63.798006,32.087804 63.574916,32.577212 C 63.351771,33.066618 62.637864,33.687023 61.988409,33.955871 C 61.338985,34.224721 60.278276,34.904437 59.63132,35.466362 C 58.984349,36.0283 57.956453,36.745704 57.347088,37.06064 C 56.458842,37.519685 56.363394,37.680871 56.865666,37.873509 C 57.21025,38.005661 57.492198,37.946 57.492198,37.740958 C 57.492198,37.535899 57.6747,37.36813 57.897771,37.36813 C 58.1208,37.36813 58.943459,36.933401 59.725845,36.402048 C 60.508257,35.870716 61.206718,35.61091 61.278029,35.824696 C 61.622506,36.857464 65.361483,35.635574 66.832948,34.009372 C 67.204381,33.598882 67.897613,33.296882 68.373482,33.338286 C 68.84933,33.379684 69.585284,33.225953 70.008942,32.996625 C 70.904931,32.511635 73.33866,31.608789 73.772847,31.600344 C 73.936569,31.597153 73.805986,31.998075 73.482631,32.491309 C 73.159269,32.984521 72.987779,33.481096 73.10156,33.594801 C 73.215333,33.708501 72.696021,34.338905 71.947509,34.995727 C 71.199017,35.652517 70.586617,36.366068 70.586617,36.581404 C 70.586617,36.796713 69.939088,37.243291 69.147639,37.573795 C 67.620773,38.211393 65.965071,39.56705 65.965071,40.179634 C 65.965071,40.390566 66.741751,40.459998 67.785692,40.342409 C 69.338125,40.167523 69.506193,40.210483 68.926627,40.634027 C 68.261119,41.120366 65.208108,43.8639 62.469082,46.437017 C 61.711315,47.148869 60.862265,48.424986 60.582293,49.272815 C 60.302308,50.120646 59.945881,50.735664 59.790243,50.639515 C 59.634573,50.543373 59.298573,50.968168 59.04357,51.583479 C 58.357854,53.237938 56.162716,55.129848 55.588958,54.560884 C 55.242568,54.217435 55.192099,54.259487 55.374751,54.739251 C 55.54859,55.195909 55.292419,55.478919 54.434728,55.777727 C 53.786288,56.003634 53.255754,56.457303 53.255754,56.785867 C 53.255754,57.114425 53.047786,57.383243 52.793606,57.383243 C 52.452019,57.383243 52.444168,57.495914 52.763513,57.815048 C 53.315348,58.366581 52.972375,59.250296 51.776654,60.357782 C 51.257374,60.838781 50.969767,61.232297 51.137549,61.232297 C 51.305305,61.232297 50.975058,61.66532 50.403657,62.19457 C 49.268337,63.246149 48.661589,63.425446 48.775382,62.675701 z M 44.567848,46.413426 C 44.747539,45.643596 44.709012,45.387008 44.452254,45.643596 C 44.240434,45.85532 43.945831,46.548142 43.797582,47.183233 C 43.617893,47.953037 43.656418,48.209655 43.913177,47.953037 C 44.124989,47.74135 44.419605,47.048516 44.567848,46.413426 z M 43.540929,45.62247 C 43.588127,45.052576 43.461503,44.738417 43.239806,44.875386 C 42.788802,45.153946 42.720487,46.605863 43.158358,46.605863 C 43.323982,46.605863 43.496132,46.163339 43.540929,45.62247 z M 47.671359,41.987003 C 48.489612,41.083383 47.817134,40.934021 46.928608,41.822041 C 46.248001,42.502264 46.171804,42.756812 46.648839,42.756812 C 46.827842,42.756812 47.287966,42.410399 47.671359,41.987003 z M 49.982149,38.522842 C 50.283378,38.035708 49.77354,38.035708 49.01932,38.522842 C 48.521484,38.844404 48.531626,38.896776 49.092865,38.901874 C 49.451074,38.905104 49.851236,38.73455 49.982149,38.522842 z M 53.731067,36.127829 C 54.390323,35.513166 54.738599,34.891893 54.573522,34.624981 C 54.386693,34.322845 54.458326,34.272597 54.786743,34.475447 C 55.116441,34.679093 55.221879,34.602677 55.102995,34.246244 C 54.873876,33.559269 54.323566,33.66718 53.833439,34.495192 C 53.621619,34.853047 52.971728,35.632554 52.389213,36.227395 C 51.806707,36.822215 51.3301,37.516667 51.3301,37.770563 C 51.3301,38.271948 51.710867,38.011443 53.731067,36.127829 z M 87.724925,27.745476 C 87.594028,27.533783 87.313616,27.360567 87.101768,27.360567 C 86.889955,27.360567 86.82377,27.533783 86.954663,27.745476 C 87.085599,27.957181 87.366005,28.130383 87.577817,28.130383 C 87.789655,28.130383 87.855839,27.957181 87.724925,27.745476 z M 103.64368,23.132508 C 104.19889,23.137589 104.20753,23.188813 103.70785,23.51151 C 103.20522,23.83616 103.21165,23.885395 103.75698,23.890539 C 104.10173,23.893772 104.58745,23.651176 104.83636,23.351429 C 105.1964,22.91794 105.13829,22.758664 104.55269,22.572892 C 103.53784,22.250972 102.54631,22.695727 102.5829,23.456475 C 102.60203,23.855828 102.68488,23.911556 102.80751,23.607743 C 102.91442,23.343111 103.29061,23.12927 103.64368,23.132508 z M 92.251477,19.662446 C 92.576143,19.662446 92.941543,19.402647 93.063473,19.085095 C 93.360311,18.312019 92.979659,18.359464 91.460891,19.284912 C 90.709599,19.742692 90.300693,20.237979 90.460578,20.496505 C 90.648423,20.800286 90.872972,20.73971 91.196066,20.298127 C 91.451877,19.948506 91.926786,19.662446 92.251477,19.662446 z M 96.582951,16.198301 C 96.713853,15.986598 96.647661,15.813383 96.435835,15.813383 C 96.224002,15.813383 95.943603,15.986598 95.812681,16.198301 C 95.681765,16.409988 95.747951,16.583196 95.959783,16.583196 C 96.171608,16.583196 96.452028,16.409988 96.582951,16.198301 z M 99.856537,13.119059 C 99.856537,12.907341 99.596577,12.734126 99.278819,12.734126 C 98.961114,12.734126 98.701157,12.907341 98.701157,13.119059 C 98.701157,13.330757 98.961114,13.503958 99.278819,13.503958 C 99.596577,13.503958 99.856537,13.330757 99.856537,13.119059 z M 90.613418,58.33342 C 90.613418,58.009235 90.353447,57.644273 90.035714,57.522435 C 89.288104,57.235715 89.288104,56.613429 90.035714,56.613429 C 90.353447,56.613429 90.613418,56.353625 90.613418,56.036073 C 90.613418,55.718533 90.429874,55.458711 90.205553,55.458711 C 89.981205,55.458711 89.900122,55.293075 90.025328,55.090616 C 90.150522,54.888167 90.537468,54.831634 90.885178,54.964983 C 91.377365,55.153753 91.457031,55.050294 91.244928,54.497821 C 90.94381,53.713643 91.530788,53.164605 92.680269,53.15519 C 93.210601,53.150817 93.346333,53.351195 93.197724,53.919093 C 93.042405,54.512775 93.186323,54.689388 93.826796,54.691058 C 94.283572,54.692221 95.317375,54.876371 96.124117,55.100271 C 97.469813,55.473745 97.581127,55.60793 97.472091,56.725219 C 97.31627,58.321394 96.121121,58.90988 93.020477,58.917191 C 91.113227,58.921675 90.613418,58.800468 90.613418,58.33342 z M 143.63306,55.20211 C 143.1029,54.672261 143.40436,53.919093 144.14658,53.919093 C 144.66007,53.919093 144.91681,54.175691 144.91681,54.688902 C 144.91681,55.430703 144.16321,55.731958 143.63306,55.20211 z M 122.63222,44.395337 C 122.39125,43.945369 122.19413,43.306024 122.19413,42.974558 C 122.19413,42.643115 122.02081,42.371905 121.80903,42.371905 C 121.35459,42.371905 121.30428,40.846547 121.7362,40.167039 C 121.91039,39.892966 122.55544,39.759832 123.27077,39.850314 C 123.9496,39.93617 124.5049,39.854799 124.5049,39.669496 C 124.5049,39.311647 127.09556,39.444047 127.47288,39.821155 C 127.84873,40.196778 126.72558,41.264996 126.17626,41.054327 C 125.46819,40.782787 125.52703,41.586773 126.2757,42.413585 C 126.99406,43.206852 126.71863,43.885367 125.70913,43.809376 C 125.22944,43.773258 125.06096,43.53409 125.18388,43.064059 C 125.49274,41.883716 124.73798,42.308958 123.88394,43.796453 C 123.09955,45.162599 123.05459,45.184097 122.63222,44.395337 z M 70.869057,39.244898 C 71.130292,38.98184 71.441058,38.863592 71.559639,38.982086 C 71.678216,39.1006 71.464477,39.315829 71.084646,39.460375 C 70.535751,39.669258 70.491507,39.625033 70.869057,39.244898 z M 150.68602,38.706003 C 149.97807,37.853424 150.38093,37.755419 151.17518,38.586999 C 151.54589,38.975123 151.69706,39.292664 151.5112,39.292664 C 151.3253,39.292664 150.95398,39.028666 150.68602,38.706003 z M 133.48329,38.660848 C 133.16189,38.530073 133.21914,38.278332 133.6758,37.814099 C 134.13037,37.352077 134.45829,37.272535 134.76673,37.549455 C 135.00927,37.767278 135.1151,38.097865 135.00197,38.284093 C 134.8888,38.470354 135.03696,38.539776 135.33124,38.438401 C 135.67391,38.320353 135.82277,37.818157 135.74539,37.041473 C 135.6283,35.866962 135.65752,35.841427 136.67624,36.2285 C 137.43498,36.516809 137.80393,36.505328 138.00068,36.187248 C 138.19824,35.867721 138.34583,35.863603 138.53679,36.172321 C 138.68163,36.406616 138.60645,36.598321 138.36961,36.598321 C 138.13277,36.598321 138.04612,36.771537 138.17702,36.983223 C 138.30797,37.194918 138.18819,37.370785 137.91091,37.374034 C 137.5446,37.378308 137.56469,37.481921 137.9845,37.753035 C 138.4552,38.057081 138.40765,38.127243 137.72775,38.132061 C 137.26877,38.135293 136.80589,37.921434 136.69901,37.656806 C 136.57636,37.352986 136.49354,37.408742 136.47437,37.808077 C 136.42974,38.736479 134.80635,39.199307 133.48329,38.660848 z M 63.047841,34.72025 C 63.162954,34.534088 63.649781,34.282931 64.12969,34.162047 C 64.971492,33.950012 64.97589,33.961949 64.254643,34.500469 C 63.426677,35.118707 62.722097,35.247028 63.047841,34.72025 z M 72.897401,30.824728 C 73.651635,30.337596 74.161481,30.337596 73.860227,30.824728 C 73.729326,31.036432 73.329174,31.206995 72.970963,31.203743 C 72.409715,31.198658 72.39956,31.146283 72.897401,30.824728 z M 74.823062,28.900192 C 74.823062,28.688497 75.083011,28.515287 75.40075,28.515287 C 75.718507,28.515287 75.978456,28.688497 75.978456,28.900192 C 75.978456,29.111893 75.718507,29.285102 75.40075,29.285102 C 75.083011,29.285102 74.823062,29.111893 74.823062,28.900192 z M 109.20398,22.124244 C 109.33195,21.996344 109.66416,21.982672 109.94216,22.093868 C 110.24944,22.216738 110.15816,22.307924 109.70946,22.326412 C 109.30353,22.343121 109.07604,22.252143 109.20398,22.124244 z M 106.62193,21.597453 C 106.21237,21.453034 106.039,21.246439 106.23682,21.138371 C 106.74925,20.858277 110.0855,20.730107 109.81447,21.000899 C 109.34162,21.473512 107.33416,21.848619 106.62193,21.597453 z M 109.19592,19.790758 C 108.37457,19.462374 108.66731,18.832399 109.58113,18.962115 C 110.0577,19.029743 110.40432,19.258303 110.35134,19.47 C 110.2343,19.937754 109.83855,20.047648 109.19592,19.790758 z M 103.70785,19.534725 C 103.70785,19.415084 104.10173,18.892459 104.58313,18.373294 C 105.21305,17.694062 106.01068,17.369841 107.428,17.217035 C 108.51126,17.100236 109.85045,16.891047 110.404,16.752193 C 111.15101,16.564831 111.41043,16.647211 111.41043,17.071713 C 111.41043,17.834079 110.39811,18.641541 109.85949,18.308814 C 109.62332,18.162964 108.61921,18.169308 107.62809,18.322945 C 106.19339,18.545337 105.98311,18.665582 106.59634,18.912851 C 107.29653,19.195174 107.27895,19.226376 106.40375,19.255754 C 105.8742,19.273509 105.05102,19.392509 104.57445,19.520146 C 104.09779,19.647783 103.70785,19.654356 103.70785,19.534725 z M 140.57674,12.481678 C 140.83751,12.376245 141.35744,12.369821 141.73217,12.467398 C 142.10689,12.565003 141.89353,12.651248 141.2581,12.659111 C 140.62259,12.666933 140.31606,12.58711 140.57674,12.481678 z "
+ id="path3298"
+ sodipodi:nodetypes="cssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccsssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccssssssssscccssssssssssssssssssssssssssssssssssssscccsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccsssssssssccssccssccsssssssccsssccssccssssssssssssssssssssssssssssccssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccssccsssssccssccssccsssssssssccssccssccssccsssssssssssssssssssssccssccssssssssssssssssssccssccsssssssssssssssssssccssccsssccssccssccssccsssccssccsssccssccsssccssccssccssccssccsssssssssssssccssccssccssssssssssssscccsccssccssccssccssccsssscccccccssccssccssccssccssccssccssccssccsssccssccssccsssccssccsssssssssssssssssssssssssssssssssssssssssssscccsssssssssssssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccsssccssccssccssccssssssccsssccssssssccssssccsssccsssccsssssssssssssccssccsssssssssssccssccssccsssssssssssssssccssccssccsssccssccssccssccsssssssssccssc" />
+ <path
+ id="path2284"
+ d="M 120.55672,7.519937 C 114.01868,8.4412202 107.42499,9.0506965 101.03224,10.803336 C 93.491576,12.414911 86.045906,14.691575 79.028915,17.936038 C 71.141433,21.818516 63.53249,26.327244 56.426739,31.551166 C 54.111689,32.593135 56.075897,33.064884 55.813014,34.752519 C 55.165202,36.227666 53.799861,37.3383 52.639008,38.44878 C 51.352971,38.56063 50.261104,39.32548 49.359006,39.9485 C 48.922887,41.616115 47.980521,43.958917 45.882463,43.581788 C 44.749093,42.711691 46.340305,41.160189 47.266735,40.671145 C 48.956686,40.197763 48.170335,38.803888 47.193363,39.619374 C 45.843858,40.808969 44.385472,42.249279 43.38478,43.581788 C 44.270476,44.101582 45.758888,43.674593 45.293755,45.837547 C 45.42419,47.352762 44.333108,48.671084 43.544888,49.859109 C 42.432209,49.091191 43.170312,47.36756 42.13594,46.491585 C 42.230992,44.257869 42.261472,44.617237 40.743816,46.208614 C 38.037394,49.512142 35.289069,52.830309 32.721606,56.267197 C 35.109792,55.093599 37.237422,53.513188 39.414113,51.984236 C 39.854464,54.012171 40.554134,53.405466 41.778864,52.542289 C 43.264929,51.8901 44.411135,53.863849 45.210011,54.828648 C 45.501829,55.947944 43.022414,56.781222 44.889794,57.215324 C 44.925182,55.538866 46.358291,54.273931 46.971196,52.768905 C 47.925183,51.89994 50.301381,50.903706 48.854542,49.398368 C 47.302651,47.948657 47.159145,47.216996 49.46634,47.725935 C 50.924588,47.622471 52.582553,48.298843 53.119331,49.695628 C 52.321014,51.456619 54.229863,53.266825 55.93135,52.971429 C 57.901724,52.144688 58.840207,49.685635 60.204246,48.0439 C 61.915526,45.411808 64.627589,43.434303 66.632422,41.195102 C 65.220256,41.643744 64.457676,39.725311 65.68093,38.973578 C 67.69467,37.259401 70.043474,35.911914 71.531719,33.642708 C 68.100206,34.712075 64.913768,36.280738 61.465244,37.282904 C 59.661545,37.460427 58.084594,38.342943 56.481594,39.135364 C 55.354711,38.153433 55.768027,36.582411 57.067492,36.032354 C 60.185778,33.821033 63.115004,31.376453 65.962595,28.818461 C 69.099876,26.362463 72.327122,23.425676 76.366978,22.984357 C 77.816685,23.772533 79.280775,24.53462 80.721902,25.338353 C 79.638197,27.431174 82.213402,26.246689 83.379347,26.509299 C 85.062897,26.402251 86.735547,26.684027 88.407077,26.842289 C 89.146542,28.463579 87.585329,29.22316 86.229876,28.807583 C 84.539515,29.029749 83.372398,30.25442 82.515112,31.68106 C 81.076243,33.053724 79.695632,31.151988 78.12816,31.386811 C 76.708541,33.141402 75.288916,34.896008 73.869292,36.650596 C 76.718835,36.048287 78.847726,33.636931 81.682552,32.890751 C 81.366719,33.596009 79.397489,35.915537 80.225525,35.388914 C 83.448083,33.204622 86.467751,30.71484 89.848045,28.771254 C 91.385085,27.496172 92.922116,26.221097 94.459145,24.946021 C 92.544001,24.235948 90.59459,25.79047 88.698948,26.146662 C 87.769575,26.471818 86.089288,26.287477 85.749288,25.501824 C 86.157533,23.110204 88.981148,22.889456 90.842137,22.240197 C 92.207475,21.822853 94.055536,21.735222 91.609233,21.513113 C 90.498563,21.690864 88.274482,21.253945 89.655911,19.813011 C 90.615236,18.633316 91.865964,17.973757 93.274352,17.524398 C 93.868539,19.4978 95.79217,18.222293 97.238173,18.324528 C 98.873611,18.337674 100.4114,17.846617 101.68291,16.853192 C 104.41139,16.196129 101.77153,16.366519 100.75977,15.454656 C 99.641903,14.043922 101.92501,13.316694 103.05075,13.085557 C 107.61228,11.598977 112.32737,10.406161 117.09282,9.8935863 C 121.84845,9.4823207 126.61748,9.2691485 131.38002,8.9584983 C 133.65453,7.7286742 132.36808,7.4881232 130.45433,7.5710768 C 127.15198,7.2674143 123.86411,7.4187307 120.55672,7.519937 z M 153.25071,15.072327 C 154.48712,16.927176 156.50687,18.666523 156.42085,21.08809 C 155.31303,22.325289 158.44447,21.62522 159.20673,22.428556 C 159.95485,23.308768 161.24692,24.22794 161.19205,25.436435 C 160.55932,26.612139 158.15599,26.215474 160.00726,27.561562 C 160.53891,28.822958 159.32354,29.987635 158.63034,30.830994 C 156.76524,31.493509 154.88262,30.029933 153.03654,30.996112 C 150.97439,31.465123 152.07702,31.281243 152.87144,32.508567 C 153.0995,33.641547 152.4535,34.990977 153.47487,36.160186 C 154.05616,38.49363 154.68306,40.817178 155.23606,43.156763 C 153.68157,43.468545 155.39453,46.256931 153.25071,45.445369 C 151.75219,43.301284 151.54625,45.115225 152.67839,46.541659 C 153.42246,48.25084 154.73557,49.586953 155.78042,51.10149 C 153.70768,51.197179 151.62466,51.613411 149.56825,51.134188 C 151.44248,51.542149 150.41203,53.465003 149.29926,54.165056 C 147.75082,55.341342 146.05019,56.741475 144.15713,57.198493 C 141.99246,56.591763 142.56276,57.747824 143.4182,59.059816 C 144.1276,60.730959 141.8595,60.500868 140.85839,60.125127 C 136.62985,58.495552 132.83839,55.491009 128.40873,54.561193 C 125.54577,55.223588 122.30039,55.741191 120.29198,58.107975 C 119.22447,60.589362 117.04867,62.41914 115.14521,64.222816 C 112.97162,66.029601 110.09961,67.345337 108.80478,69.966118 C 108.65897,71.301859 108.18128,73.162207 109.25313,74.150998 C 110.56886,74.067748 112.2326,73.040012 113.35184,73.758664 C 113.77119,75.120594 113.41764,76.633189 114.50461,77.747374 C 114.87588,79.48181 112.88155,80.980974 111.3665,80.068667 C 110.44657,79.375911 112.60449,77.825356 112.08732,77.230507 C 110.76404,77.678521 109.5024,78.494329 109.53766,80.092074 C 109.30241,81.786062 108.54326,83.684833 106.60253,83.759125 C 103.96842,84.004088 102.57578,86.545276 100.09502,87.228731 C 100.55365,88.430438 98.407943,88.655921 97.66131,89.223082 C 96.341067,89.471185 95.018774,89.611388 93.69063,89.321174 C 93.372979,90.992271 90.319563,89.182679 91.013606,91.075695 C 92.038957,93.237698 93.262719,95.735988 92.020202,98.093195 C 91.491177,99.413054 90.619119,100.62652 89.049302,100.21884 C 86.65481,99.906164 84.383301,98.697335 82.034785,98.050555 C 79.972094,99.067611 80.572514,101.99386 79.19456,103.6352 C 78.129483,105.09137 78.066086,106.94742 77.487728,108.6108 C 78.460702,109.77191 80.839929,110.18933 80.388585,112.17316 C 80.118543,113.71683 79.428312,115.29127 77.884963,115.90373 C 76.007312,117.20296 73.968368,118.56026 72.604882,120.3854 C 71.863959,122.18294 70.72799,124.03339 68.745845,124.43485 C 66.661325,125.09852 64.633303,125.86412 63.102064,127.52621 C 60.703165,129.79599 58.532104,132.42394 56.869698,135.282 C 56.19966,137.21339 56.182221,139.23189 56.225423,141.23983 C 54.935916,144.80004 52.863884,148.50498 53.646083,152.37705 C 55.247319,155.04546 57.631398,157.51795 57.666391,160.82372 C 60.473611,163.89696 63.280832,166.97017 66.088055,170.0433 C 70.173204,170.64384 74.06712,172.30922 78.160139,172.73285 C 81.040135,172.90939 84.01207,172.48828 86.838974,172.93631 C 89.565707,173.31948 90.103343,177.05279 92.884167,177.34462 C 94.645721,177.86308 96.452657,178.21519 98.237696,178.64186 C 97.054339,179.91088 99.716034,179.87728 99.198362,181.32306 C 98.816997,183.48071 97.801914,185.72227 97.737454,187.81916 C 99.728639,191.47095 103.35438,193.96623 104.69845,198.01152 C 105.65357,200.47819 106.5121,203.08419 107.39582,205.61474 C 105.98312,207.68892 103.35282,209.91855 104.53166,212.6958 C 107.05551,216.15912 109.12863,220.00463 111.94753,223.21789 C 113.92177,225.10707 115.68667,227.36046 117.76372,229.05235 C 122.20772,230.44548 126.85239,228.97595 131.36724,228.73874 C 134.05843,228.66865 136.51736,227.29758 138.84064,226.04228 C 140.85973,224.88462 142.69722,223.46553 144.22064,221.70054 C 145.66153,220.9328 147.91143,220.42483 147.63127,218.30009 C 147.58384,216.89545 147.64995,215.47768 148.92781,214.63821 C 152.28447,212.49952 155.5855,210.30602 158.79046,207.93621 C 158.83019,205.52137 158.74292,203.1299 157.72226,200.90463 C 156.85565,199.38888 158.30755,197.76654 157.47453,196.1946 C 157.4744,194.78955 157.96758,193.31078 158.05395,191.91576 C 163.01007,186.21545 168.09227,180.60481 172.97057,174.84861 C 175.2157,170.76129 177.40333,166.56031 178.54771,162.0005 C 177.60405,160.67995 175.85506,162.66905 174.65816,162.93918 C 171.854,164.31517 169.11912,165.80992 166.0273,166.31616 C 163.70687,163.35007 161.02091,160.7297 158.31015,158.14266 C 157.35217,159.27896 155.28976,158.2044 155.74842,156.73691 C 154.75204,153.82785 151.82234,152.13256 151.1693,149.05373 C 150.7728,146.90841 148.7383,145.92548 147.98751,143.98838 C 146.58797,141.60766 145.40339,138.94141 144.54085,136.40096 C 144.76798,134.59574 146.60051,134.90564 147.70461,135.69077 C 149.98659,138.04206 152.22676,140.76583 154.29614,143.33614 C 156.03645,147.88052 160.15846,150.72872 162.70561,154.68701 C 163.68403,156.7589 164.37739,158.9817 165.70711,160.85621 C 169.06445,160.20624 171.59066,157.51222 174.33894,155.737 C 177.52212,153.58771 179.8117,150.42115 182.8386,148.07289 C 184.45178,146.47573 185.99374,144.8276 186.7115,142.59986 C 187.86989,140.60933 188.06328,138.27427 188.63452,136.07406 C 187.28732,135.11856 185.707,134.80468 184.15146,134.472 C 182.89133,134.17926 182.91969,130.66512 181.87225,132.91366 C 180.84392,134.23711 180.26793,136.13309 178.41362,136.42537 C 177.53187,136.95813 175.30123,137.91342 175.21151,136.24241 C 175.25003,133.98195 174.70428,134.68601 173.30445,134.99967 C 172.23502,134.32021 171.85179,132.63726 170.65126,131.90232 C 169.56839,130.66871 167.2677,129.11285 168.46092,127.2793 C 169.43289,126.73826 170.12175,124.51667 170.67041,124.76182 C 172.33599,126.90816 174.09304,129.25692 176.96684,129.61294 C 179.10914,130.44549 181.16136,129.33247 182.98384,128.2448 C 184.01028,127.84464 186.61303,125.83611 185.0641,128.03565 C 183.53135,129.6885 186.03122,129.92387 187.17518,129.4453 C 190.92157,129.07835 194.20819,126.71407 197.60054,125.48111 C 200.73524,127.44251 203.85827,129.68694 207.59126,130.15635 C 210.31401,130.7632 210.69835,134.10803 212.23446,136.07324 C 214.18783,139.48473 216.34767,142.76045 218.54265,146.01306 C 220.06056,146.32817 219.66357,143.86191 221.16844,143.72448 C 222.05984,143.93404 222.5477,145.88324 222.96161,146.86314 C 224.14036,144.89123 221.88514,143.05429 221.29843,141.21716 C 219.93303,138.49102 219.94321,135.2802 219.37523,132.31417 C 221.25077,126.49869 221.89392,120.34946 223.6727,114.52259 C 224.14908,112.93411 224.9836,111.43558 225.87561,110.08207 C 227.74601,109.19529 229.18708,111.34472 230.37995,112.48676 C 231.49185,113.28072 231.86798,116.00638 232.28194,113.28958 C 232.70087,112.6061 233.11666,108.86274 233.56076,110.73596 C 234.65433,114.16335 235.62275,117.63772 236.79495,121.03466 C 236.19239,119.09196 236.2307,117.01015 236.53875,115.05159 C 236.98604,112.96026 239.50068,115.96339 239.14049,114.20367 C 238.97499,110.71967 238.56561,107.18496 237.63874,103.85346 C 235.8636,101.37089 233.77491,98.824388 233.84068,95.567408 C 233.70658,93.746741 233.54406,91.928158 233.43266,90.105828 C 234.79846,92.713966 234.10848,90.322408 233.74153,88.802449 C 232.91459,85.204184 232.07303,81.609193 231.2552,78.008932 C 232.89505,77.332358 231.16233,75.911733 230.71082,74.968356 C 228.20999,71.144072 225.84949,67.124366 222.89871,63.676544 C 221.42392,62.540565 219.64697,61.731557 219.04669,59.791811 C 218.34401,58.483217 216.34753,59.119871 215.69263,57.621949 C 214.81381,56.505441 213.12805,55.269881 213.82336,53.674303 C 214.28858,52.424039 212.20286,49.586209 214.4651,51.369893 C 216.022,52.20644 217.38976,53.217661 218.73478,54.370927 C 218.29468,52.508756 216.03692,51.787998 214.72863,50.540129 C 209.6033,46.533498 206.03595,40.892161 201.0605,36.677006 C 199.73012,35.271473 198.18865,34.036225 196.71179,32.876572 C 196.33783,31.309826 195.31853,30.846629 193.69554,30.371084 C 192.4248,29.848649 191.02491,29.561391 190.26987,28.378995 C 188.27164,27.298741 188.78996,27.878743 189.57318,29.453202 C 189.20805,31.33113 187.28041,29.861605 186.13684,29.555918 C 180.87489,26.108324 175.9804,21.917099 170.73796,18.462233 C 168.76669,18.30663 166.97614,17.283735 165.22677,16.478181 C 165.34006,14.800556 164.35337,14.841102 162.56513,14.407758 C 157.74017,13.190013 152.93855,11.723723 148.09561,10.672703 C 145.68705,11.028141 143.3094,10.374201 141.01847,9.6777615 C 145.0959,11.475965 149.17333,13.274152 153.25071,15.072327 z M 99.838809,11.835592 C 101.29925,12.211841 100.83388,14.246625 99.518591,14.287664 C 98.221518,14.661381 97.225487,13.032717 98.407842,12.217656 C 98.712699,11.669924 99.336195,11.901283 99.838809,11.835592 z M 97.213004,15.006931 C 97.960093,16.101771 96.908107,17.673939 95.707985,17.328236 C 94.323433,16.672381 94.879042,14.658911 96.411632,15.035862 C 96.678762,15.027396 96.945546,15.001134 97.213004,15.006931 z M 96.892789,21.251559 C 94.23498,21.714249 96.161864,21.734493 97.757368,21.905449 C 99.465136,21.898864 99.650275,23.688318 98.685991,24.684469 C 99.099055,26.08031 101.30601,25.26107 102.45043,25.747402 C 104.16871,25.872221 106.10893,26.347504 107.26781,27.62695 C 107.65705,29.234789 105.97163,29.816155 104.75511,29.225037 C 103.16142,28.647448 101.41534,28.697102 100.0697,29.866098 C 98.697685,30.389761 98.970347,32.351104 97.579072,32.954163 C 95.358376,34.643733 92.916294,36.245128 90.515341,37.569712 C 88.802374,37.788399 88.300498,38.567169 87.655873,39.899033 C 85.747567,40.500028 83.424613,40.027599 81.881621,41.673157 C 78.955584,43.628554 76.756688,46.427699 74.285576,48.910965 C 73.219196,50.973814 74.229476,51.446005 75.942239,50.28993 C 78.407755,49.382229 80.819757,48.131201 83.315403,47.418439 C 88.11194,47.49507 93.060839,48.314191 97.747557,47.100315 C 100.48547,45.385882 102.91891,43.192233 105.98691,42.11055 C 106.86836,40.965921 107.81618,39.865349 109.06446,39.195637 C 109.94459,37.927169 110.95004,36.77389 112.55073,36.597687 C 113.95157,36.390324 115.00761,35.365888 114.05638,34.035046 C 115.19519,32.461115 113.72139,31.680878 112.40736,31.059722 C 111.50718,30.090677 108.61638,29.888986 109.53569,28.225621 C 110.31883,27.271189 112.37604,26.445195 110.66217,25.0857 C 109.35539,23.977106 107.57099,23.706974 105.98691,23.14783 C 105.08707,24.244659 103.43273,25.569996 102.14435,24.324832 C 101.01224,23.125442 102.71082,22.007453 103.16904,21.284256 C 102.01148,22.140472 100.41807,22.822739 99.260271,21.546991 C 98.578787,20.972799 97.699954,20.875006 96.892789,21.251559 z M 51.422192,35.669765 C 50.209517,36.405113 48.728012,38.294718 50.877826,36.781372 C 51.547279,36.003087 53.387797,33.880591 51.542757,35.571279 L 51.422192,35.669765 z M 123.08639,41.129713 C 122.03105,42.858741 124.3001,43.089237 124.81746,41.367612 C 126.40266,39.838923 123.65619,41.17205 123.08639,41.129713 z M 143.61226,43.320238 C 142.97646,45.298922 143.85774,47.329906 144.25267,49.270613 C 146.13753,50.849063 145.20835,49.705278 144.37378,48.269827 C 143.83976,46.457959 144.47026,44.472323 144.15659,42.600961 C 143.97514,42.84072 143.79369,43.080476 143.61226,43.320238 z M 92.18562,54.469008 C 91.556279,55.592782 90.380827,58.082775 92.697071,57.71661 C 93.775815,57.800718 96.12863,57.756296 96.060225,56.463364 C 94.899586,55.587032 92.898254,56.129846 92.377747,54.436313 L 92.18562,54.469008 z M 50.525583,57.346111 C 49.653398,58.220354 50.433708,59.706319 49.949202,60.877098 C 51.083712,59.890454 51.761769,58.269241 52.0306,56.724917 C 51.528927,56.93198 51.027257,57.139043 50.525583,57.346111 z M 137.84836,60.38668 C 139.03928,60.615248 141.14962,61.111132 140.45616,62.791766 C 140.26871,64.285496 138.25244,63.530406 138.54097,64.888715 C 137.84454,66.436906 136.13515,64.90188 135.09452,64.571556 C 136.23212,63.316687 134.79798,62.241534 135.31864,61.040571 C 136.00388,60.337942 136.96966,60.548451 137.84836,60.38668 z M 126.8009,62.184866 C 128.28908,62.562805 128.10937,64.308554 127.12853,65.15638 C 126.61462,66.645085 123.84477,66.376114 124.37274,68.232622 C 124.58414,69.869344 124.48604,72.428331 122.42964,72.641254 C 120.69363,73.146396 118.85415,71.046758 119.9214,69.415756 C 120.62922,67.809792 121.8178,66.620312 123.18246,65.58508 C 123.66447,64.06158 124.48386,62.882202 126.01675,62.353216 C 126.23555,62.150716 126.5316,62.206685 126.8009,62.184866 z M 133.4934,69.050678 C 134.5132,69.291788 135.75166,70.236911 136.08718,71.273888 C 136.13829,72.793138 134.16122,73.324725 133.23724,72.222028 C 132.23654,71.299793 132.46569,70.085028 133.30132,69.148761 L 133.36534,69.050678 L 133.4934,69.050678 z M 132.1165,70.848867 C 131.98155,72.410778 131.41546,73.874157 130.06714,74.739493 C 128.36062,74.27374 129.41133,72.444732 130.3268,71.713505 C 130.61739,71.300598 132.12584,69.859152 132.1165,70.848867 z M 97.180982,72.287418 C 94.873431,72.064757 95.747753,73.512431 95.076126,74.761827 C 94.043113,76.675723 91.853727,77.117001 90.046373,77.884821 C 88.879995,78.571022 88.268026,79.992163 87.650396,81.107776 C 88.634787,81.910513 90.528408,81.04472 91.331376,80.166658 C 92.025693,78.914164 93.477498,77.063554 94.956942,78.381804 C 96.741037,78.735061 96.144761,80.81947 94.907447,81.507227 C 93.450509,82.202787 92.917327,83.730199 92.432348,85.160789 C 91.098979,86.506501 94.365022,85.803012 95.198708,86.270301 C 96.513353,86.324859 98.737837,87.304478 98.878127,85.201677 C 98.715442,82.234028 97.998089,79.274094 97.797398,76.352078 C 98.757488,74.99228 97.562873,73.474323 98.127728,72.137325 C 98.554317,71.672127 97.237525,72.350191 97.180982,72.287418 z M 124.75153,72.516275 C 125.64273,72.684015 128.0351,72.688872 127.52592,73.945272 C 125.95904,75.390399 126.59441,75.047795 127.66522,76.385178 C 128.54473,77.633608 126.938,79.846918 125.64812,78.630124 C 124.65302,76.294463 124.45883,78.780601 124.03643,80.062791 C 123.3542,81.356648 122.94082,83.54895 121.10151,83.355444 C 119.20742,82.952067 117.44844,83.979337 115.56134,83.893917 C 114.47611,83.262029 112.0885,82.267112 113.47999,80.722559 C 115.0283,80.890283 115.72375,79.622256 116.84373,78.902741 C 118.81805,78.228433 117.97876,75.2926 119.78817,74.347162 C 121.15393,73.280233 122.62506,72.560537 124.375,72.567749 C 124.50295,72.584455 124.62438,72.509862 124.75153,72.516275 z M 141.97913,73.170167 C 143.26487,73.517578 143.31097,75.399692 142.17125,75.851102 C 140.89694,76.126402 139.70917,74.622454 140.81355,73.634425 C 141.00667,73.154247 141.57327,73.25808 141.97913,73.170167 z M 161.73642,95.59848 C 163.96319,97.143367 166.2814,98.671018 168.3969,100.33913 C 169.73089,103.4851 171.33095,106.5801 172.51213,109.7546 C 172.98922,111.74147 170.65467,112.37584 169.16844,112.41822 C 167.75448,112.23733 166.20823,111.50325 165.06668,110.80133 C 164.96331,109.17003 164.30535,107.25232 165.48294,105.86445 C 163.57338,104.33539 161.48183,102.86906 160.05436,100.87566 C 159.45355,99.30048 158.63022,97.116579 160.13536,95.827341 C 160.66929,95.757111 161.20081,95.644221 161.73642,95.59848 z M 145.82173,96.808167 C 147.00369,97.627155 146.83672,99.639025 145.5015,100.11029 C 148.47108,101.15429 151.27901,102.83295 153.76306,104.85097 C 153.7374,106.52111 152.51375,107.65533 150.98779,107.97631 C 147.98587,108.76844 144.77508,107.77708 141.69094,107.92422 C 139.42382,108.46222 137.0944,109.45728 134.77431,109.3955 C 135.62272,110.79856 133.71713,111.84558 132.62888,110.96479 C 131.451,109.8286 134.4651,108.80396 132.6929,107.92422 C 131.76097,106.02557 133.42494,104.28126 133.89704,102.49231 C 134.94937,100.76721 135.41077,97.760798 137.9444,97.952473 C 139.04398,98.840389 140.09654,99.749255 141.01847,100.82954 C 142.03948,100.29792 144.93345,100.62971 142.9535,99.444625 C 141.69183,97.598805 144.3661,96.53961 145.82173,96.808167 z M 111.3665,99.096771 C 113.64839,101.50454 115.5719,104.52543 118.54946,106.12313 C 120.95592,107.60586 120.10002,110.98846 121.56414,113.14612 C 122.31072,114.85609 122.89907,116.76891 124.49535,117.86332 C 125.34843,117.05778 125.69924,115.66069 127.11312,115.76122 C 127.12231,114.60516 125.0407,114.25543 124.5594,113.05726 C 124.05798,111.51049 125.72287,110.86492 126.83445,110.42006 C 127.78288,110.00607 129.33928,108.47964 129.90684,110.06304 C 130.84771,112.44429 131.45214,114.95146 132.75057,117.21736 C 133.12271,119.28283 134.65724,116.54677 135.95908,117.92875 C 137.39187,118.24444 138.54694,116.69915 140.01746,117.50458 C 141.76663,118.29013 143.65984,116.96746 145.34139,117.01326 C 147.12244,117.75361 147.29413,119.82922 146.92113,121.5168 C 146.68423,124.11492 145.98568,126.80404 144.76501,129.01207 C 142.46575,129.90614 139.94495,128.96597 137.66001,129.93949 C 134.28143,130.87477 130.83369,129.53138 127.60606,128.62166 C 125.67961,127.96855 123.59292,126.49388 121.61805,127.72066 C 119.93533,128.24152 121.00646,131.21464 118.95563,131.20264 C 116.97783,131.51707 115.2253,130.28406 113.5824,129.35207 C 110.68742,126.68316 106.63613,125.77442 103.74543,123.15982 C 103.04339,121.80098 104.48653,121.09151 105.01131,120.21686 C 104.52607,119.10736 104.70002,117.67737 104.40784,116.77413 C 101.59236,116.04937 98.478275,116.16843 95.547882,115.77086 C 92.135922,115.64275 88.738578,115.77302 85.365028,116.32671 C 83.675457,116.23341 81.86637,115.71851 80.657858,114.59389 C 79.986767,112.76943 81.974401,111.31669 83.603841,111.81484 C 86.141764,112.32066 88.680921,110.86159 89.745876,108.50107 C 91.15245,105.58383 95.046565,105.43714 96.380442,102.46428 C 97.969377,100.66759 100.44281,102.82998 102.35941,101.74401 C 103.82596,101.51973 105.99088,100.40159 106.87371,102.17098 C 107.63345,103.86002 108.18744,105.65682 109.77672,106.76247 C 111.65731,108.65224 114.38704,110.15714 114.82482,113.05726 C 115.01474,113.99578 115.21538,110.76613 114.96176,109.95237 C 117.01821,110.56851 116.4261,109.99744 114.85967,108.77498 C 112.67632,107.22651 111.31401,104.80401 109.89351,102.59507 C 109.44173,101.20995 110.05046,99.766031 111.17443,98.933303 L 111.3665,99.096771 z M 104.06568,109.55893 C 103.777,111.83655 104.8215,107.83691 104.06568,109.55893 z M 110.82218,115.41125 C 108.74682,114.81311 111.94592,117.47091 112.39187,116.01282 C 114.3722,114.30534 111.79275,115.51147 110.82218,115.41125 z M 239.51679,128.88127 C 240.00398,130.34704 240.06428,131.85999 239.96506,133.39306 C 238.82305,133.37859 236.46189,133.26377 237.53145,134.99516 C 237.88239,136.12798 239.65294,136.05438 239.55003,137.6181 C 240.02426,139.61125 239.97284,135.76733 240.11232,135.00324 C 240.25278,132.30378 240.14646,129.46865 239.3581,126.88848 C 238.59149,125.43887 237.46376,123.48776 238.58448,126.22391 C 238.89523,127.10969 239.20597,127.9955 239.51679,128.88127 z M 12.419954,131.39875 C 13.348549,139.50299 14.68726,147.58662 17.184523,155.35599 C 19.444411,162.7463 22.430657,169.92063 26.061128,176.71292 C 25.878995,175.21755 24.564781,173.5431 25.987896,172.31253 C 27.368004,170.77209 27.733167,168.57187 26.721825,166.71144 C 24.876024,161.67762 21.775081,157.23343 19.509091,152.38625 C 17.183957,148.12847 15.604684,143.45416 14.809737,138.62504 C 13.888638,134.00325 12.875096,129.40017 12.035683,124.76182 C 12.163783,126.97411 12.291855,129.18646 12.419954,131.39875 z M 147.2947,186.75003 C 148.18908,188.16695 147.8173,189.35192 146.65429,190.41187 C 145.52381,191.36791 143.77084,192.70393 142.49146,191.19646 C 142.02253,189.68273 142.8821,187.86627 144.48274,187.47282 C 145.23721,187.02202 146.59046,186.3572 147.2947,186.75003 z M 138.16858,197.37598 C 139.30896,197.62364 141.27657,198.1652 140.57955,199.74716 C 139.84399,200.86473 137.99195,199.55452 137.43208,198.48739 C 137.4734,198.02274 137.64893,197.39157 138.16858,197.37598 z M 174.6411,203.16253 C 172.54662,205.58769 170.05802,207.67965 166.98795,208.68782 C 165.2162,210.52848 166.2235,213.49556 164.42623,215.32509 C 163.26729,216.99531 164.22201,218.3102 165.98272,217.07033 C 168.70982,216.07508 169.99381,213.07515 171.70224,210.88737 C 172.9924,208.36363 174.89856,206.08484 175.81313,203.41311 C 175.72671,202.35455 175.15751,202.10677 174.6411,203.16253 z M 148.51152,203.58761 C 149.63574,205.14001 148.83092,207.06655 148.51152,208.75328 C 147.19425,207.96104 146.29006,206.98015 146.62225,205.32031 C 146.50644,203.99766 147.49424,203.14846 148.51152,203.58761 z "
+ style="fill:url(#radialGradient2310);fill-opacity:1" />
+ </g>
+ <g
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1">
+ <path
+ transform="matrix(0.312736,0.000000,0.000000,0.316987,10.37931,2.686946)"
+ d="M 737.43018 376.39664 A 364.52515 359.63687 0 1 1 8.3798828,376.39664 A 364.52515 359.63687 0 1 1 737.43018 376.39664 z"
+ sodipodi:ry="359.63687"
+ sodipodi:rx="364.52515"
+ sodipodi:cy="376.39664"
+ sodipodi:cx="372.90503"
+ id="path1493"
+ style="stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-linejoin:miter;stroke-linecap:butt;stroke-width:0.0000000;stroke:#ffffff;fill-rule:evenodd;fill-opacity:1.0000000;fill:none"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="cercles" />
+</svg>
diff --git a/output/style/img/svg/pulseaudio-nobackground.svg b/output/style/img/svg/pulseaudio-nobackground.svg
new file mode 100644
index 0000000..de4d6f7
--- /dev/null
+++ b/output/style/img/svg/pulseaudio-nobackground.svg
@@ -0,0 +1,309 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="38.0625"
+ height="38.0625"
+ id="svg2161"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="pulseaudio-nobackground.svg"
+ version="1.1">
+ <defs
+ id="defs2163">
+ <linearGradient
+ id="linearGradient3093">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3095" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3097" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3093"
+ id="radialGradient2472"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.266476,0,283.9565)"
+ cx="224.5"
+ cy="387.11252"
+ fx="224.5"
+ fy="387.11252"
+ r="174.5" />
+ <linearGradient
+ id="linearGradient2503">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2505" />
+ <stop
+ style="stop-color:#141413;stop-opacity:1;"
+ offset="1"
+ id="stop2507" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2503"
+ id="linearGradient1476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-44.81536,-7.233859)"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541" />
+ <linearGradient
+ id="linearGradient2495">
+ <stop
+ style="stop-color:#0a0a09;stop-opacity:1;"
+ offset="0"
+ id="stop2497" />
+ <stop
+ style="stop-color:#282927;stop-opacity:1;"
+ offset="1"
+ id="stop2499" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2495"
+ id="linearGradient1474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-44.81536,-7.233859)"
+ x1="674"
+ y1="276.11252"
+ x2="505"
+ y2="199.11252" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2399"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541"
+ gradientTransform="translate(39.832533,13.778549)" />
+ <linearGradient
+ id="linearGradient2535">
+ <stop
+ id="stop2537"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.36078432;" />
+ <stop
+ id="stop2539"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-252.10047,641.17835)"
+ x1="532"
+ y1="131.40625"
+ x2="667.5"
+ y2="357.40625" />
+ <linearGradient
+ id="linearGradient3072">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3074" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3076" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3072"
+ id="linearGradient2395"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="76.360481"
+ x2="585"
+ y2="170.3912"
+ gradientTransform="translate(39.832533,13.778549)" />
+ <filter
+ id="filter3916"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-.25"
+ y="-.25">
+ <feGaussianBlur
+ id="feGaussianBlur3918"
+ in="SourceAlpha"
+ stdDeviation="5"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix3920"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.9 0 " />
+ <feOffset
+ id="feOffset3922"
+ in="bluralpha"
+ dx="0"
+ dy="0"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge3924">
+ <feMergeNode
+ id="feMergeNode3926"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode3928"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.899495"
+ inkscape:cx="17.264214"
+ inkscape:cy="23.58507"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1680"
+ inkscape:window-height="1001"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0" />
+ <metadata
+ id="metadata2166">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://www.gnu.org/copyleft/gpl.html" />
+ <dc:title>PulseAudio logotype</dc:title>
+ <dc:date>2006-08-28</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Pierre Ossman &lt;ossman@cendio.se&gt; for Cendio AB</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Rafael Jannone (basic idea)</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-4.96875,-1.71875)">
+ <g
+ transform="matrix(0.124741,0,0,0.124741,-61.69688,-99.94425)"
+ id="g2415"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998"
+ style="filter:url(#filter3916)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ id="path2417"
+ sodipodi:cx="-1"
+ sodipodi:cy="863.61249"
+ sodipodi:rx="23"
+ sodipodi:ry="23"
+ d="m 22,863.61249 c 0,12.70255 -10.297451,23 -23,23 -12.702549,0 -23,-10.29745 -23,-23 0,-12.70255 10.297451,-23 23,-23 12.702549,0 23,10.29745 23,23 z"
+ transform="matrix(1.676363,0,0,1.676363,688.6772,-480.168)" />
+ <path
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ d="m 666.92273,892.01313 c -33.41788,8.8724 -58.06252,39.3337 -58.0625,75.53129 0,36.19748 24.64463,66.69008 58.0625,75.56248 -24.10776,-10.8192 -41.4375,-40.5874 -41.4375,-75.56248 -10e-6,-34.97499 17.32973,-64.71209 41.4375,-75.53129 z m 40.15625,0 c 24.10777,10.8192 41.4375,40.5562 41.4375,75.53129 0,34.97508 -17.32974,64.74328 -41.4375,75.56248 33.41788,-8.8724 58.06252,-39.365 58.0625,-75.56248 0,-36.19749 -24.64461,-66.65889 -58.0625,-75.53129 z"
+ id="path2419"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path2421"
+ d="m 655.64705,849.58672 c -52.18504,13.85506 -90.66987,61.42313 -90.66984,117.9489 0,56.52568 38.48482,104.14268 90.66984,117.99768 -37.64645,-16.8952 -64.7084,-63.3809 -64.7084,-117.99768 -2e-5,-54.61657 27.06194,-101.05374 64.7084,-117.9489 z m 62.70761,0 c 37.64646,16.89516 64.7084,63.33217 64.7084,117.9489 0,54.61678 -27.06195,101.10248 -64.7084,117.99768 52.18504,-13.855 90.66987,-61.472 90.66984,-117.99768 0,-56.52561 -38.48478,-104.09384 -90.66984,-117.9489 z"
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g1494"
+ transform="matrix(0.124741,0,0,0.124741,-13.36814,-87.21636)">
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ d="m 495.15625,93.84375 c -26.63382,0 -47.9375,21.27546 -47.9375,47.90625 l 0,192.71875 c 0,26.63079 21.3067,47.9375 47.9375,47.9375 l 192.6875,0 c 26.63079,0 47.9375,-21.3067 47.9375,-47.9375 l 0,-192.71875 c 0,-26.63079 -21.3037,-47.90625 -47.9375,-47.90625 l -192.6875,0 z"
+ id="path2373"
+ style="fill:url(#linearGradient2395);fill-opacity:1;stroke:none"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ inkscape:radius="-4.2074337"
+ sodipodi:type="inkscape:offset"
+ transform="translate(-291.933,627.3998)" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ style="fill:url(#linearGradient2397);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 436.05138,821.4365 c -38.42614,41.19216 -77.92277,44.4375 -136.12041,44.4375 -57.29269,0 -100.81533,27.34714 -136.86396,62.09375 l 0,33.90076 c 0,23.21989 18.05803,40.12499 40.15625,40.12499 l 192.6875,4.0313 c 24.59455,0 40.125,-19.56173 40.125,-44.15629 l 0.0156,-140.43201 z"
+ id="path2375"
+ sodipodi:nodetypes="cscccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-8"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ style="fill:none;stroke:url(#linearGradient2399);stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path2377"
+ d="M 495.15625,97.625 C 470.55593,97.625 451,117.15545 451,141.75 l 0,192.71875 c 0,24.59455 19.56169,44.15625 44.15625,44.15625 l 192.6875,0 C 712.4383,378.625 732,359.06331 732,334.46875 L 732,141.75 c 0,-24.59455 -19.55595,-44.125 -44.15625,-44.125 l -192.6875,0 z"
+ transform="translate(-291.933,627.3998)" />
+ </g>
+ </g>
+</svg>
diff --git a/output/style/img/svg/pulseaudio-noshadow.svg b/output/style/img/svg/pulseaudio-noshadow.svg
new file mode 100644
index 0000000..9b8ef75
--- /dev/null
+++ b/output/style/img/svg/pulseaudio-noshadow.svg
@@ -0,0 +1,287 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="38.0625"
+ height="38.0625"
+ id="svg2161"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="pulseaudio.svg"
+ version="1.1">
+ <defs
+ id="defs2163">
+ <linearGradient
+ id="linearGradient3093">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3095" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3097" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3093"
+ id="radialGradient2472"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.266476,0,283.9565)"
+ cx="224.5"
+ cy="387.11252"
+ fx="224.5"
+ fy="387.11252"
+ r="174.5" />
+ <linearGradient
+ id="linearGradient2503">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2505" />
+ <stop
+ style="stop-color:#141413;stop-opacity:1;"
+ offset="1"
+ id="stop2507" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2503"
+ id="linearGradient1476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-44.81536,-7.233859)"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541" />
+ <linearGradient
+ id="linearGradient2495">
+ <stop
+ style="stop-color:#0a0a09;stop-opacity:1;"
+ offset="0"
+ id="stop2497" />
+ <stop
+ style="stop-color:#282927;stop-opacity:1;"
+ offset="1"
+ id="stop2499" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2495"
+ id="linearGradient1474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-44.81536,-7.233859)"
+ x1="674"
+ y1="276.11252"
+ x2="505"
+ y2="199.11252" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2399"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541"
+ gradientTransform="translate(39.832533,13.778549)" />
+ <linearGradient
+ id="linearGradient2535">
+ <stop
+ id="stop2537"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.36078432;" />
+ <stop
+ id="stop2539"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-252.10047,641.17835)"
+ x1="532"
+ y1="131.40625"
+ x2="667.5"
+ y2="357.40625" />
+ <linearGradient
+ id="linearGradient3072">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3074" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3076" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3072"
+ id="linearGradient2395"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="76.360481"
+ x2="585"
+ y2="170.3912"
+ gradientTransform="translate(39.832533,13.778549)" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="9.899495"
+ inkscape:cx="17.062183"
+ inkscape:cy="23.58507"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1680"
+ inkscape:window-height="1001"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0" />
+ <metadata
+ id="metadata2166">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://www.gnu.org/copyleft/gpl.html" />
+ <dc:title>PulseAudio logotype</dc:title>
+ <dc:date>2006-08-28</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Pierre Ossman &lt;ossman@cendio.se&gt; for Cendio AB</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Rafael Jannone (basic idea)</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-4.96875,-1.71875)">
+ <rect
+ ry="6.5049205"
+ y="2.2257283"
+ x="5.4760308"
+ height="37.047943"
+ width="37.047943"
+ id="rect2371"
+ style="fill:url(#linearGradient1474);fill-opacity:1;stroke:url(#linearGradient1476);stroke-width:0.99792439;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998"
+ rx="6.5049205" />
+ <g
+ transform="matrix(0.124741,0,0,0.124741,-61.69688,-99.94425)"
+ id="g2415"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998">
+ <path
+ sodipodi:type="arc"
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ id="path2417"
+ sodipodi:cx="-1"
+ sodipodi:cy="863.61249"
+ sodipodi:rx="23"
+ sodipodi:ry="23"
+ d="m 22,863.61249 c 0,12.70255 -10.297451,23 -23,23 -12.702549,0 -23,-10.29745 -23,-23 0,-12.70255 10.297451,-23 23,-23 12.702549,0 23,10.29745 23,23 z"
+ transform="matrix(1.676363,0,0,1.676363,688.6772,-480.168)" />
+ <path
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ d="m 666.92273,892.01313 c -33.41788,8.8724 -58.06252,39.3337 -58.0625,75.53129 0,36.19748 24.64463,66.69008 58.0625,75.56248 -24.10776,-10.8192 -41.4375,-40.5874 -41.4375,-75.56248 -10e-6,-34.97499 17.32973,-64.71209 41.4375,-75.53129 z m 40.15625,0 c 24.10777,10.8192 41.4375,40.5562 41.4375,75.53129 0,34.97508 -17.32974,64.74328 -41.4375,75.56248 33.41788,-8.8724 58.06252,-39.365 58.0625,-75.56248 0,-36.19749 -24.64461,-66.65889 -58.0625,-75.53129 z"
+ id="path2419"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path2421"
+ d="m 655.64705,849.58672 c -52.18504,13.85506 -90.66987,61.42313 -90.66984,117.9489 0,56.52568 38.48482,104.14268 90.66984,117.99768 -37.64645,-16.8952 -64.7084,-63.3809 -64.7084,-117.99768 -2e-5,-54.61657 27.06194,-101.05374 64.7084,-117.9489 z m 62.70761,0 c 37.64646,16.89516 64.7084,63.33217 64.7084,117.9489 0,54.61678 -27.06195,101.10248 -64.7084,117.99768 52.18504,-13.855 90.66987,-61.472 90.66984,-117.99768 0,-56.52561 -38.48478,-104.09384 -90.66984,-117.9489 z"
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g1494"
+ transform="matrix(0.124741,0,0,0.124741,-13.36814,-87.21636)">
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ d="m 495.15625,93.84375 c -26.63382,0 -47.9375,21.27546 -47.9375,47.90625 l 0,192.71875 c 0,26.63079 21.3067,47.9375 47.9375,47.9375 l 192.6875,0 c 26.63079,0 47.9375,-21.3067 47.9375,-47.9375 l 0,-192.71875 c 0,-26.63079 -21.3037,-47.90625 -47.9375,-47.90625 l -192.6875,0 z"
+ id="path2373"
+ style="fill:url(#linearGradient2395);fill-opacity:1;stroke:none"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ inkscape:radius="-4.2074337"
+ sodipodi:type="inkscape:offset"
+ transform="translate(-291.933,627.3998)" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ style="fill:url(#linearGradient2397);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 436.05138,821.4365 c -38.42614,41.19216 -77.92277,44.4375 -136.12041,44.4375 -57.29269,0 -100.81533,27.34714 -136.86396,62.09375 l 0,33.90076 c 0,23.21989 18.05803,40.12499 40.15625,40.12499 l 192.6875,4.0313 c 24.59455,0 40.125,-19.56173 40.125,-44.15629 l 0.0156,-140.43201 z"
+ id="path2375"
+ sodipodi:nodetypes="cscccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-8"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ style="fill:none;stroke:url(#linearGradient2399);stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path2377"
+ d="M 495.15625,97.625 C 470.55593,97.625 451,117.15545 451,141.75 l 0,192.71875 c 0,24.59455 19.56169,44.15625 44.15625,44.15625 l 192.6875,0 C 712.4383,378.625 732,359.06331 732,334.46875 L 732,141.75 c 0,-24.59455 -19.55595,-44.125 -44.15625,-44.125 l -192.6875,0 z"
+ transform="translate(-291.933,627.3998)" />
+ </g>
+ </g>
+</svg>
diff --git a/output/style/img/svg/pulseaudio-sitelogo.svg b/output/style/img/svg/pulseaudio-sitelogo.svg
new file mode 100644
index 0000000..f0f2d0d
--- /dev/null
+++ b/output/style/img/svg/pulseaudio-sitelogo.svg
@@ -0,0 +1,1228 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210"
+ height="38.049999"
+ id="svg2161"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 r9760"
+ sodipodi:docname="pulseaudio-sitelogo.svg"
+ version="1.1">
+ <defs
+ id="defs2163">
+ <linearGradient
+ id="linearGradient3093">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3095" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3097" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3093"
+ id="radialGradient2472"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.266476,0,283.9565)"
+ cx="224.5"
+ cy="387.11252"
+ fx="224.5"
+ fy="387.11252"
+ r="174.5" />
+ <linearGradient
+ id="linearGradient2503">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2505" />
+ <stop
+ style="stop-color:#141413;stop-opacity:1;"
+ offset="1"
+ id="stop2507" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2503"
+ id="linearGradient1476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-44.807041,-7.229976)"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541" />
+ <linearGradient
+ id="linearGradient2495">
+ <stop
+ style="stop-color:#0a0a09;stop-opacity:1;"
+ offset="0"
+ id="stop2497" />
+ <stop
+ style="stop-color:#282927;stop-opacity:1;"
+ offset="1"
+ id="stop2499" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2495"
+ id="linearGradient1474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-44.807041,-7.229976)"
+ x1="674"
+ y1="276.11252"
+ x2="505"
+ y2="199.11252" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2399"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541"
+ gradientTransform="translate(39.89922,13.809725)" />
+ <linearGradient
+ id="linearGradient2535">
+ <stop
+ id="stop2537"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.36078432;" />
+ <stop
+ id="stop2539"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-252.03378,641.20952)"
+ x1="532"
+ y1="131.40625"
+ x2="667.5"
+ y2="357.40625" />
+ <linearGradient
+ id="linearGradient3072">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3074" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3076" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3072"
+ id="linearGradient2395"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="76.360481"
+ x2="585"
+ y2="170.3912"
+ gradientTransform="translate(39.89922,13.809725)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2336"
+ id="radialGradient2344"
+ gradientTransform="scale(1.006773,0.993272)"
+ cx="370.39627"
+ cy="378.94604"
+ fx="370.39627"
+ fy="378.94604"
+ r="362.07275"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="131.68478"
+ fy="68.775978"
+ fx="122.79328"
+ cy="68.775978"
+ cx="122.79328"
+ gradientTransform="scale(0.994389,1.005643)"
+ id="radialGradient2418"
+ xlink:href="#linearGradient2412"
+ inkscape:collect="always" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="152.32361"
+ fy="95.484741"
+ fx="370.30438"
+ cy="95.484741"
+ cx="370.30438"
+ gradientTransform="matrix(1.036546,0,0,0.964742,-265.1651,-4.949747)"
+ id="radialGradient2401"
+ xlink:href="#linearGradient2395-1"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2236"
+ id="radialGradient1487"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(41.050508,0,0,11.728704,-6559.978,-1826.4676)"
+ cx="205.25664"
+ cy="415.32397"
+ fx="205.25664"
+ fy="415.32397"
+ r="41.15823" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2312"
+ id="radialGradient1506"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(23.029487,0,0,22.413191,-1378.8402,-2036.7466)"
+ cx="69.95153"
+ cy="53.78804"
+ fx="69.95153"
+ fy="53.78804"
+ r="217.14053" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ r="444.49182"
+ fy="441.17734"
+ fx="144.10077"
+ cy="441.17734"
+ cx="144.10077"
+ gradientTransform="scale(1.006773,0.993272)"
+ id="radialGradient2264"
+ xlink:href="#linearGradient2258"
+ inkscape:collect="always" />
+ <radialGradient
+ r="539.79822"
+ fy="180.93758"
+ fx="342.10938"
+ cy="175.28014"
+ cx="353.42407"
+ gradientTransform="matrix(22.091032,0,0,21.794788,-3525.0432,-6032.8296)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2247"
+ xlink:href="#linearGradient2233"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(22.747176,0,0,21.938751,-1334.9441,-1951.8266)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2227"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(1.036676,0,0,0.999833,-1.366161,-0.831909)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2223"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(1.036676,0,0,0.999833,-1.366161,-0.831909)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2219"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(1.036676,0,0,0.999833,-1.366161,-0.831909)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2215"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(22.747176,0,0,21.938751,-1337.1384,-1951.8266)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2211"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(1.036676,0,0,0.999833,-1.466166,-0.831896)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2207"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(22.747176,0,0,21.938751,-1334.9441,-1951.8266)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2203"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ r="217.14053"
+ fy="53.78804"
+ fx="69.95153"
+ cy="53.78804"
+ cx="69.95153"
+ gradientTransform="matrix(22.747176,0,0,21.938751,-1334.9441,-1951.8266)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2187"
+ xlink:href="#linearGradient2189"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2310"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.29253369,18.485828,-21.54991,0.34100863,1842.3389,-2175.6436)"
+ cx="82.707672"
+ cy="62.766144"
+ fx="82.707672"
+ fy="62.766144"
+ r="221.16626" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2306"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.024251,0.976323)"
+ cx="73.184441"
+ cy="43.483139"
+ fx="73.184441"
+ fy="43.483139"
+ r="216.25491" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2302"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.024251,0.976323)"
+ cx="73.184441"
+ cy="43.483139"
+ fx="73.184441"
+ fy="43.483139"
+ r="216.25491" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2298"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.024251,0.976323)"
+ cx="73.184441"
+ cy="43.483139"
+ fx="73.184441"
+ fy="43.483139"
+ r="216.25491" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2294"
+ gradientTransform="scale(1.024251,0.976323)"
+ cx="73.184441"
+ cy="43.483139"
+ fx="73.184441"
+ fy="43.483139"
+ r="216.25491"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2276"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.024149,0,0,0.976323,0.524657,-0.122721)"
+ cx="73.184441"
+ cy="46.918106"
+ fx="73.184441"
+ fy="46.918106"
+ r="211.52753" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2272"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.024251,0.976323)"
+ cx="73.184441"
+ cy="46.918106"
+ fx="73.184441"
+ fy="46.918106"
+ r="211.52753" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4066"
+ id="radialGradient2268"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.024251,0.976323)"
+ cx="73.184441"
+ cy="46.918106"
+ fx="73.184441"
+ fy="46.918106"
+ r="211.52753" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2194"
+ id="radialGradient2208"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(22.091032,0,0,21.794788,-3525.0432,-6032.8296)"
+ cx="353.42407"
+ cy="175.28014"
+ fx="342.10938"
+ fy="180.93758"
+ r="539.79822" />
+ <linearGradient
+ id="linearGradient4066">
+ <stop
+ id="stop4068"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#9fea85;stop-opacity:1;"
+ offset="0.38525614"
+ id="stop3784" />
+ <stop
+ style="stop-color:#2b8a0a;stop-opacity:1;"
+ offset="0.75510204"
+ id="stop3782" />
+ <stop
+ id="stop4070"
+ offset="1"
+ style="stop-color:#7eff55;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2194">
+ <stop
+ style="stop-color:#1cd7fb;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2196" />
+ <stop
+ style="stop-color:#043f74;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop2198" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2312">
+ <stop
+ style="stop-color:#f7f7f7;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2314" />
+ <stop
+ style="stop-color:#9ed4e2;stop-opacity:1.0000000;"
+ offset="0.67000002"
+ id="stop2320" />
+ <stop
+ style="stop-color:#3aa5ca;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2316" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2189">
+ <stop
+ style="stop-color:#0f75d2;stop-opacity:0.86458331;"
+ offset="0.0000000"
+ id="stop2191" />
+ <stop
+ style="stop-color:#032b51;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2195" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2233">
+ <stop
+ style="stop-color:#1cd7fb;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2235" />
+ <stop
+ style="stop-color:#1eadeb;stop-opacity:1.0000000;"
+ offset="0.44000000"
+ id="stop2237" />
+ <stop
+ style="stop-color:#0e8adc;stop-opacity:1.0000000;"
+ offset="0.57999998"
+ id="stop2239" />
+ <stop
+ style="stop-color:#065297;stop-opacity:1.0000000;"
+ offset="0.76999998"
+ id="stop2241" />
+ <stop
+ style="stop-color:#044374;stop-opacity:0.96470588;"
+ offset="0.89499998"
+ id="stop2243" />
+ <stop
+ style="stop-color:#043f74;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop2245" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2258">
+ <stop
+ style="stop-color:#1cbdfb;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2260" />
+ <stop
+ style="stop-color:#043f74;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop2262" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2236">
+ <stop
+ id="stop2238"
+ offset="0"
+ style="stop-color:#0f1b40;stop-opacity:1;" />
+ <stop
+ id="stop2240"
+ offset="1"
+ style="stop-color:#161d4f;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2395-1">
+ <stop
+ id="stop2397"
+ offset="0.0000000"
+ style="stop-color:#83ffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2399"
+ offset="1.0000000"
+ style="stop-color:#54eaff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2412">
+ <stop
+ id="stop2414"
+ offset="0.0000000"
+ style="stop-color:#00eaff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2422"
+ offset="0.72000003"
+ style="stop-color:#0ed7ff;stop-opacity:0.67843137;" />
+ <stop
+ id="stop2416"
+ offset="1.0000000"
+ style="stop-color:#1dc5ff;stop-opacity:0.36078432;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2452">
+ <stop
+ id="stop2454"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2456"
+ offset="1.0000000"
+ style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2494">
+ <stop
+ id="stop2496"
+ offset="0.0000000"
+ style="stop-color:#59b2ff;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2498"
+ offset="0.72000003"
+ style="stop-color:#6ed7ff;stop-opacity:0.85567009;" />
+ <stop
+ id="stop2500"
+ offset="1.0000000"
+ style="stop-color:#1dc5ff;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2336">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2338" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2340" />
+ </linearGradient>
+ <radialGradient
+ r="31"
+ fy="32"
+ fx="32"
+ cy="32"
+ cx="32"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2915"
+ xlink:href="#linearGradient2875"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2875">
+ <stop
+ id="stop2877"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ style="stop-color:#028ad8;stop-opacity:1;"
+ offset="0.5"
+ id="stop2883" />
+ <stop
+ id="stop2879"
+ offset="1"
+ style="stop-color:#9bd1ff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="28.953125"
+ fy="21.082983"
+ fx="11.093192"
+ cy="21.082983"
+ cx="11.093192"
+ gradientTransform="matrix(1.549574,1.363241,-0.416203,0.473091,7.202868,-10.70546)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2917"
+ xlink:href="#linearGradient2468"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2468">
+ <stop
+ id="stop2470"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2472"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="41.773796"
+ x2="38.013481"
+ y1="46.055717"
+ x1="11.107041"
+ gradientTransform="translate(1,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2919"
+ xlink:href="#linearGradient2624"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2624"
+ inkscape:collect="always">
+ <stop
+ id="stop2626"
+ offset="0"
+ style="stop-color:#3594ca;stop-opacity:1;" />
+ <stop
+ id="stop2628"
+ offset="1"
+ style="stop-color:#3594ca;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ y2="41.773796"
+ x2="38.013481"
+ y1="46.055717"
+ x1="11.107041"
+ gradientTransform="translate(1,0)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2921"
+ xlink:href="#linearGradient2624"
+ inkscape:collect="always" />
+ <radialGradient
+ r="28.953125"
+ fy="21.082983"
+ fx="11.093192"
+ cy="21.082983"
+ cx="11.093192"
+ gradientTransform="matrix(1.549574,1.363241,-0.416203,0.473091,7.202868,-10.70546)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2923"
+ xlink:href="#linearGradient2468"
+ inkscape:collect="always" />
+ <radialGradient
+ r="28.953125"
+ fy="21.082983"
+ fx="11.093192"
+ cy="21.082983"
+ cx="11.093192"
+ gradientTransform="matrix(0.684851,1.946942,-1.819276,0.639944,46.37637,-20.69831)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2925"
+ xlink:href="#linearGradient2468"
+ inkscape:collect="always" />
+ <radialGradient
+ r="28.953125"
+ fy="21.082983"
+ fx="11.093192"
+ cy="21.082983"
+ cx="11.093192"
+ gradientTransform="matrix(-1.421268,1.506915,-0.460067,-0.433919,74.69474,8.052706)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2927"
+ xlink:href="#linearGradient2468"
+ inkscape:collect="always" />
+ <radialGradient
+ r="28.953125"
+ fy="21.082983"
+ fx="11.093192"
+ cy="21.082983"
+ cx="11.093192"
+ gradientTransform="matrix(-1.421268,1.506915,-0.460067,-0.433919,74.69474,8.052706)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2929"
+ xlink:href="#linearGradient2468"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6"
+ fy="-22.317514"
+ fx="-2.1958566"
+ cy="-22.317514"
+ cx="-2.1958566"
+ gradientTransform="matrix(1.516347,0,0,1.32204,1.133823,7.187141)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2931"
+ xlink:href="#linearGradient2279"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2279">
+ <stop
+ style="stop-color:#ff9e69;stop-opacity:1;"
+ offset="0"
+ id="stop2281" />
+ <stop
+ id="stop2283"
+ offset="0.77551019"
+ style="stop-color:#c04d0f;stop-opacity:1;" />
+ <stop
+ style="stop-color:#df4f00;stop-opacity:1;"
+ offset="1"
+ id="stop2285" />
+ </linearGradient>
+ <radialGradient
+ r="6"
+ fy="-22.317514"
+ fx="-2.1958566"
+ cy="-22.317514"
+ cx="-2.1958566"
+ gradientTransform="matrix(1.516347,0,0,1.32204,1.133823,7.187141)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2933"
+ xlink:href="#linearGradient2222"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2222">
+ <stop
+ id="stop2224"
+ offset="0"
+ style="stop-color:#ffff6f;stop-opacity:1;" />
+ <stop
+ style="stop-color:#c09f0f;stop-opacity:1;"
+ offset="0.77551019"
+ id="stop2230" />
+ <stop
+ id="stop2226"
+ offset="1"
+ style="stop-color:#dfde00;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ r="6"
+ fy="-22.317514"
+ fx="-2.1958566"
+ cy="-22.317514"
+ cx="-2.1958566"
+ gradientTransform="matrix(1.516347,0,0,1.32204,1.133823,7.187141)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2935"
+ xlink:href="#linearGradient2222"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6"
+ fy="-22.317514"
+ fx="-2.1958566"
+ cy="-22.317514"
+ cx="-2.1958566"
+ gradientTransform="matrix(1.516347,0,0,1.32204,1.133823,7.187141)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2937"
+ xlink:href="#linearGradient2279"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6"
+ fy="-21.320944"
+ fx="-3.0647297"
+ cy="-21.320944"
+ cx="-3.0647297"
+ gradientTransform="translate(-0.448641,0.320947)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2939"
+ xlink:href="#linearGradient2709"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2709">
+ <stop
+ id="stop2711"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0.77551019"
+ id="stop2713" />
+ <stop
+ id="stop2715"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="6"
+ fy="-22.317514"
+ fx="-2.1958566"
+ cy="-22.317514"
+ cx="-2.1958566"
+ gradientTransform="matrix(1.516347,0,0,1.32204,1.133823,7.187141)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2941"
+ xlink:href="#linearGradient2450"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient2450">
+ <stop
+ style="stop-color:#b3ff6f;stop-opacity:1;"
+ offset="0"
+ id="stop2452" />
+ <stop
+ id="stop3746"
+ offset="0.77551019"
+ style="stop-color:#56a80d;stop-opacity:1;" />
+ <stop
+ style="stop-color:#69df00;stop-opacity:1;"
+ offset="1"
+ id="stop3748" />
+ </linearGradient>
+ <radialGradient
+ r="6"
+ fy="-21.320944"
+ fx="-3.0647297"
+ cy="-21.320944"
+ cx="-3.0647297"
+ gradientTransform="translate(-0.448641,0.320947)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2943"
+ xlink:href="#linearGradient2709"
+ inkscape:collect="always" />
+ <radialGradient
+ r="6"
+ fy="-22.317514"
+ fx="-2.1958566"
+ cy="-22.317514"
+ cx="-2.1958566"
+ gradientTransform="matrix(1.516347,0,0,1.32204,1.133823,7.187141)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2945"
+ xlink:href="#linearGradient2450"
+ inkscape:collect="always" />
+ <radialGradient
+ r="28.953125"
+ fy="21.082983"
+ fx="11.093192"
+ cy="21.082983"
+ cx="11.093192"
+ gradientTransform="matrix(-1.421268,1.506915,-0.460067,-0.433919,74.69474,8.052706)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2947"
+ xlink:href="#linearGradient2468"
+ inkscape:collect="always" />
+ <filter
+ id="filter3759"
+ inkscape:label="Drop shadow"
+ width="1.5"
+ height="1.5"
+ x="-0.25"
+ y="-0.25"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ id="feGaussianBlur3761"
+ in="SourceAlpha"
+ stdDeviation="2"
+ result="blur" />
+ <feColorMatrix
+ id="feColorMatrix3763"
+ result="bluralpha"
+ type="matrix"
+ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.2 0 " />
+ <feOffset
+ id="feOffset3765"
+ in="bluralpha"
+ dx="2"
+ dy="2"
+ result="offsetBlur" />
+ <feMerge
+ id="feMerge3767">
+ <feMergeNode
+ id="feMergeNode3769"
+ in="offsetBlur" />
+ <feMergeNode
+ id="feMergeNode3771"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ <filter
+ id="filter4721"
+ inkscape:label="Torn edges"
+ inkscape:menu="Distort"
+ inkscape:menu-tooltip="Displace the outside of shapes and pictures without altering their content"
+ height="1.4"
+ y="-0.2"
+ width="1.4"
+ x="-0.2"
+ color-interpolation-filters="sRGB">
+ <feTurbulence
+ id="feTurbulence4723"
+ baseFrequency="0.05"
+ numOctaves="5"
+ type="fractalNoise"
+ result="result91" />
+ <feDisplacementMap
+ id="feDisplacementMap4725"
+ in2="result91"
+ scale="25"
+ result="result5"
+ xChannelSelector="R"
+ in="SourceGraphic"
+ yChannelSelector="A" />
+ <feComposite
+ id="feComposite4727"
+ in2="result5"
+ in="SourceGraphic"
+ operator="atop" />
+ </filter>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="3.5"
+ inkscape:cx="0.016281857"
+ inkscape:cy="53.548758"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1680"
+ inkscape:window-height="1001"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:showpageshadow="true"
+ borderlayer="false" />
+ <metadata
+ id="metadata2166">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://www.gnu.org/copyleft/gpl.html" />
+ <dc:title>PulseAudio logotype</dc:title>
+ <dc:date>2006-08-28</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Pierre Ossman &lt;ossman@cendio.se&gt; for Cendio AB</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Rafael Jannone (basic idea)</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(-4.9770686,-1.722634)">
+ <rect
+ ry="6.5049205"
+ y="2.2257283"
+ x="5.4760308"
+ height="37.047943"
+ width="37.047943"
+ id="rect2371"
+ style="fill:url(#linearGradient1474);fill-opacity:1;stroke:url(#linearGradient1476);stroke-width:0.99792439;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998"
+ rx="6.5049205" />
+ <g
+ transform="matrix(0.124741,0,0,0.124741,-61.69688,-99.94425)"
+ id="g2415"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998">
+ <path
+ sodipodi:type="arc"
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ id="path2417"
+ sodipodi:cx="-1"
+ sodipodi:cy="863.61249"
+ sodipodi:rx="23"
+ sodipodi:ry="23"
+ d="m 22,863.61249 c 0,12.70255 -10.297451,23 -23,23 -12.702549,0 -23,-10.29745 -23,-23 0,-12.70255 10.297451,-23 23,-23 12.702549,0 23,10.29745 23,23 z"
+ transform="matrix(1.676363,0,0,1.676363,688.6772,-480.168)" />
+ <path
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ d="m 666.92273,892.01313 c -33.41788,8.8724 -58.06252,39.3337 -58.0625,75.53129 0,36.19748 24.64463,66.69008 58.0625,75.56248 -24.10776,-10.8192 -41.4375,-40.5874 -41.4375,-75.56248 -10e-6,-34.97499 17.32973,-64.71209 41.4375,-75.53129 z m 40.15625,0 c 24.10777,10.8192 41.4375,40.5562 41.4375,75.53129 0,34.97508 -17.32974,64.74328 -41.4375,75.56248 33.41788,-8.8724 58.06252,-39.365 58.0625,-75.56248 0,-36.19749 -24.64461,-66.65889 -58.0625,-75.53129 z"
+ id="path2419"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path2421"
+ d="m 655.64705,849.58672 c -52.18504,13.85506 -90.66987,61.42313 -90.66984,117.9489 0,56.52568 38.48482,104.14268 90.66984,117.99768 -37.64645,-16.8952 -64.7084,-63.3809 -64.7084,-117.99768 -2e-5,-54.61657 27.06194,-101.05374 64.7084,-117.9489 z m 62.70761,0 c 37.64646,16.89516 64.7084,63.33217 64.7084,117.9489 0,54.61678 -27.06195,101.10248 -64.7084,117.99768 52.18504,-13.855 90.66987,-61.472 90.66984,-117.99768 0,-56.52561 -38.48478,-104.09384 -90.66984,-117.9489 z"
+ style="fill:#729fcf;fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g3614"
+ transform="matrix(0.04557383,0,0,0.04557383,18.518728,15.239684)">
+ <g
+ inkscape:label="globe ombre"
+ id="layer5">
+ <path
+ transform="matrix(0.915584,0,0,1,-224.4843,6.78683)"
+ d="m 461,222 c 0,12.15026 -34.47407,22 -77,22 -42.52593,0 -77,-9.84974 -77,-22 0,-12.15026 34.47407,-22 77,-22 42.52593,0 77,9.84974 77,22 z"
+ sodipodi:ry="22"
+ sodipodi:rx="77"
+ sodipodi:cy="222"
+ sodipodi:cx="384"
+ id="path1471"
+ style="fill:url(#radialGradient1487);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="layer2"
+ inkscape:label="globe">
+ <path
+ sodipodi:type="arc"
+ style="fill:#054a88;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ id="path5993"
+ sodipodi:cx="372.90503"
+ sodipodi:cy="376.39664"
+ sodipodi:rx="364.52515"
+ sodipodi:ry="359.63687"
+ d="m 737.43018,376.39664 c 0,198.62196 -163.20347,359.63687 -364.52515,359.63687 -201.32168,0 -364.5251472,-161.01491 -364.5251472,-359.63687 0,-198.62196 163.2034672,-359.636874 364.5251472,-359.636874 201.32168,0 364.52515,161.014914 364.52515,359.636874 z"
+ transform="matrix(0.312736,0,0,0.316987,9.672207,2.687594)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.79999994;fill:#0d91dc;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ id="path2216"
+ sodipodi:cx="372.90503"
+ sodipodi:cy="376.39664"
+ sodipodi:rx="364.52515"
+ sodipodi:ry="359.63687"
+ d="m 737.43018,376.39664 c 0,198.62196 -163.20347,359.63687 -364.52515,359.63687 -201.32168,0 -364.5251472,-161.01491 -364.5251472,-359.63687 0,-198.62196 163.2034672,-359.636874 364.5251472,-359.636874 201.32168,0 364.52515,161.014914 364.52515,359.636874 z"
+ transform="matrix(0.306481,0,0,0.310647,12.00463,5.073851)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient2208);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ id="path2206"
+ sodipodi:cx="372.90503"
+ sodipodi:cy="376.39664"
+ sodipodi:rx="364.52515"
+ sodipodi:ry="359.63687"
+ d="m 737.43018,376.39664 c 0,198.62196 -163.20347,359.63687 -364.52515,359.63687 -201.32168,0 -364.5251472,-161.01491 -364.5251472,-359.63687 0,-198.62196 163.2034672,-359.636874 364.5251472,-359.636874 201.32168,0 364.52515,161.014914 364.52515,359.636874 z"
+ transform="matrix(0.312736,0,0,0.316987,9.672207,2.686946)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient2247);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ id="path2231"
+ sodipodi:cx="372.90503"
+ sodipodi:cy="376.39664"
+ sodipodi:rx="364.52515"
+ sodipodi:ry="359.63687"
+ d="m 737.43018,376.39664 c 0,198.62196 -163.20347,359.63687 -364.52515,359.63687 -201.32168,0 -364.5251472,-161.01491 -364.5251472,-359.63687 0,-198.62196 163.2034672,-359.636874 364.5251472,-359.636874 201.32168,0 364.52515,161.014914 364.52515,359.636874 z"
+ transform="matrix(0.312736,0,0,0.316987,9.672207,2.686946)" />
+ </g>
+ <g
+ inkscape:label="carte ombre"
+ id="layer4">
+ <path
+ style="opacity:0.09999982;fill:url(#radialGradient2227);fill-opacity:1"
+ d="M 127,8 C 64.071925,8 13,59.071883 13,122 c 0,26.57807 9.171165,50.9814 24.4375,70.375 2.6245,-3.25346 3.502639,-8.57515 1.25,-12.1875 -1.542877,-6.72123 1.323,-14.32096 -3.25,-20.375 -5.910869,-11.2328 -11.100657,-23.00189 -11.6875,-35.84375 0.04766,-6.32776 -2.376411,-13.74041 -0.90625,-19.375 7.619485,-6.415434 1.033161,-18.415613 8.59375,-24.71875 3.94186,-3.518427 1.328692,-11.802279 8.125,-12.25 C 44.48151,70.931965 51.630544,77.979995 57,71.40625 60.931728,68.279047 63.175133,63.635193 66.5625,60 c 3.632894,4.952233 11.474173,5.002574 15.875,1.09375 0.820858,3.422982 2.31973,7.488936 6.3125,7.875 -6.229103,4.090443 -11.760898,11.04412 -8.90625,18.90625 2.303947,4.267255 -6.283827,3.940303 -6.96875,8.78125 -2.031412,2.523199 -2.350676,9.89438 -4.875,9.09375 -5.151894,-0.7252 0.999657,-6.906408 -2.28125,-10.125 -2.154635,-6.782757 -12.149152,-12.022839 -18.0625,-7.40625 -3.647697,7.014085 1.777098,16.07644 7.53125,20.40625 1.586966,2.58782 -0.01055,8.05239 -2.40625,10.96875 -0.808224,2.91357 1.232574,11.52613 -3.8125,9.3125 -6.396952,-4.28309 -14.41459,1.94025 -13.28125,9.15625 -0.237216,5.83721 4.143371,11.57068 9.1875,13.0625 1.092228,8.68785 6.45235,16.71221 12.15625,23.1875 7.036641,6.69838 17.237731,7.8434 26.25,8.59375 0.606977,5.7506 4.580319,9.61205 9.375,13.25 4.67903,3.59584 4.043919,8.66554 2.90625,13.5625 0.233199,10.41316 8.81452,18.18652 15.75,25.0625 C 116.45335,235.49157 121.66481,236 127,236 c 4.72598,0 9.36187,-0.378 13.9375,-0.9375 5.48464,-3.24124 11.81054,-5.98709 14.90625,-11.84375 6.51656,7.64255 18.34529,1.70656 22.5,-5.625 4.09288,-1.61114 10.412,0.62423 13.125,-4.6875 3.64211,-4.64775 0.87537,-14.19208 -5.71875,-13.0625 -2.32112,-5.64406 -8.81926,-10.97253 -14.84375,-6.75 -5.52942,2.88727 4.2513,-5.59959 5.3125,-7.21875 5.02596,-5.61573 8.90467,-12.28756 11.21875,-19.46875 5.26111,-1.61718 7.33991,-8.98988 4.34375,-13.40625 3.67439,-3.92759 6.34119,-9.76945 6.34375,-14.6875 8.93143,4.88111 10.96032,20.21384 23.25,19.3125 4.91528,0.37073 9.39406,-4.34621 11.0625,-7.09375 1.2742,1.41146 2.71188,2.1431 4.1875,2.40625 C 239.40553,143.08286 241,132.74036 241,122 241,59.071882 189.92808,8.0000001 127,8 z m 5.21875,14.15625 c 3.17983,1.178004 7.3478,1.497821 10.25,3.21875 -4.17873,-1.144754 -9.38219,0.490229 -9.21875,5.5 -3.23885,2.204821 -9.9329,6.146577 -10.1875,-0.78125 -4.33942,-5.719445 -0.95541,-8.390628 4.875,-7.40625 1.45608,-0.08014 2.84038,-0.349875 4.28125,-0.53125 z m -16.90625,28.15625 0.59375,0.8125 0.1875,0.28125 c -2.37321,3.502076 -6.83424,5.678713 -9.375,9.3125 -2.10162,-5.592026 5.23136,-7.681785 8.59375,-10.40625 z"
+ id="path2213"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.19999982;fill:url(#radialGradient2203);fill-opacity:1"
+ d="M 127,8 C 72.501691,8 26.959419,46.330788 15.71875,97.46875 c 0.726713,1.574369 1.68991,3.04785 3.03125,4.25 5.379398,-2.19159 2.521495,-9.301251 4.28125,-13.84375 -1.48732,-6.112678 0.294718,-6.733548 4.375,-9.46875 -0.17705,-3.845792 6.450086,-8.941584 0.9375,-11.75 5.528634,0.379214 10.181045,-7.551129 15.59375,-2.4375 2.667314,2.951854 7.341121,8.231165 10.8125,3.03125 3.069359,-5.548093 8.194796,-9.071164 11.59375,-14.40625 3.285855,-3.851904 7.52453,-8.379716 3.375,-1.125 -2.55742,5.329531 4.514031,10.47298 8.65625,5.96875 6.931658,-2.956296 8.710625,-3.589143 8.34375,3.40625 1.742047,3.546757 5.98583,5.33104 9.75,4.1875 -0.92417,7.194163 -9.643277,9.025203 -12.125,15.0625 -2.288107,5.311688 2.189409,9.05412 2.75,13.9375 0.999698,2.229863 -9.493805,-1.637559 -10.25,4.8125 -0.256974,4.84727 -5.838077,9.38078 -3.0625,14.3125 -2.406836,1.96413 -4.945025,3.57576 -7.6875,4.71875 4.951257,-2.2429 0.313166,-10.03079 -3.28125,-9.09375 -4.637289,1.88589 -3.355446,10.40886 1.53125,9.65625 -2.12423,0.70309 -4.330543,1.20802 -6.71875,1.25 -3.381327,3.07511 3.928018,6.79937 -0.21875,8.625 -4.383547,3.58554 -5.132507,9.55148 -6.09375,14.78125 -0.176341,-4.41488 -2.978914,-10.73302 -7.25,-11.53125 -7.727564,2.3966 -2.268844,18.58678 5.3125,13.875 4.073943,-4.6812 -1.874355,5.98498 0.84375,8.5625 1.65069,3.72907 4.083844,6.94143 5.1875,10.875 4.24401,4.25968 7.567741,10.54933 14.1875,10.8125 5.360315,2.212 10.955395,1.57048 16.40625,2.25 6.287898,2.32487 1.193961,6.07546 3.375,9.375 5.320235,1.98515 7.812365,6.64686 11.09375,11.125 4.13312,4.71668 -1.875341,8.57341 -0.34375,13.71875 3.49837,8.51459 10.07995,16.01466 17.53125,21.1875 9.91912,0.26387 22.21635,0.29084 29,-8.375 6.27874,-0.32569 4.62999,-9.34529 10.5,-10.40625 4.44917,-4.28063 -1.54522,7.77383 5.125,7.03125 7.90886,1.73097 13.00898,-8.04517 15.59375,-12 2.93386,4.71532 13.06403,2.38829 10.125,-3.875 -2.38465,-5.09803 -9.0127,1.25273 -7.5625,-2.125 1.77959,-4.88806 -5.10744,-11.0837 -8.5625,-5.53125 -3.03411,2.23594 -9.08471,9.69169 -8.59375,1.875 -3.03213,-8.31452 6.365,-12.62059 10.40625,-18.5 4.63903,-5.64258 8.91294,-12.10194 9.625,-19.53125 5.69013,0.7344 7.44701,-5.91752 2.3125,-8.03125 -1.77074,-1.34274 5.33187,-5.39961 5.59375,-8.875 3.70135,-3.2762 1.25775,-8.58434 1.875,-11.28125 4.06032,-4.00332 6.86027,1.76052 11.1875,1.84375 5.41776,5.06281 7.24935,16.55761 16.5,17.1875 6.97592,0.98127 9.0234,-7.85284 4.875,-12.3125 -3.8264,-6.64228 0.72609,-13.81036 1.21875,-20.71875 1.21307,3.28019 -1.12438,13.83467 3.84375,10.8125 5.20018,-2.87757 -2.87571,7.44113 1.875,10.3125 0.62863,2.68864 2.55567,7.02782 5.1875,7.4375 C 239.8201,140.00344 241,131.14964 241,122 241,81.743171 220.03546,46.410535 188.5,26.125 c -0.30782,-0.07138 -0.59716,-0.21932 -0.90625,-0.28125 -0.0231,-0.125701 -0.0957,-0.221849 -0.125,-0.34375 C 169.92143,14.472399 149.24045,8 127,8 z m 8.5625,8.90625 c 1.90328,4.783239 11.85952,0.867148 10.90625,6 1.78052,6.260376 3.29923,8.243026 -5.15625,7.15625 -7.95719,-2.598582 1.45091,7.306631 -6.4375,5.1875 -3.54116,0.844974 -4.32753,5.988109 -8.84375,3.1875 -5.03766,1.839996 -5.68685,0.147911 -6.15625,-4.65625 -2.19012,-2.697674 -4.08076,-5.624416 -3.3125,-8.9375 0.34145,-4.534158 -2.78984,-7.661285 4.875,-6.5 4.86945,0.353279 9.77031,-0.793147 14.125,-1.4375 z m 7.9375,22.0625 c 0.17775,-0.01439 0.37033,0.133623 0.53125,0.59375 -1.41672,0.966404 -1.06449,-0.55057 -0.53125,-0.59375 z m -25.46875,3.8125 c 0.0708,-0.004 0.0238,0.09459 -0.21875,0.375 -0.0177,4.50942 3.81274,11.366674 8.96875,7.6875 7.52808,-0.702104 1.65027,-8.373946 9.4375,-4.96875 5.00551,-3.11406 0.95959,4.169139 3.09375,6.65625 1.76212,6.384327 -6.4469,-0.06853 -9.1875,-0.53125 -8.99314,-0.632597 -15.48234,7.191999 -21,13.1875 -3.17262,3.719716 -6.04271,1.032547 -7.0625,-2.3125 -0.60501,-1.290752 0.35554,-8.585069 -1.125,-8.46875 5.5109,-3.225973 10.5587,-7.55202 15.90625,-11.0625 -0.2587,0.377878 0.97503,-0.550372 1.1875,-0.5625 z M 104,78.34375 c 0.17711,-0.113121 0.44804,-0.140693 0.8125,0 l 0.125,0.375 c 0.65111,6.207016 -2.17725,0.416844 -0.9375,-0.375 z m -53.0625,12.875 c -0.295447,0.26056 -0.06097,1.063184 0.375,2.78125 0.382858,4.397448 3.266552,8.28258 6.59375,11.03125 8.446323,-1.70215 2.726154,-13.952066 -4.1875,-13.3125 -1.660436,-0.479054 -2.485803,-0.76056 -2.78125,-0.5 z m -35.90625,9.625 C 13.740445,107.70621 13,114.76444 13,122 c 0,24.88737 8.074358,47.84108 21.625,66.59375 0.732814,-1.80117 0.81638,-4.34594 -0.125,-6.03125 -1.549457,-4.26027 -2.39759,-8.33574 -0.5,-12.59375 -1.935373,-12.37586 -12.969009,-21.84968 -13.3125,-34.84375 -1.9664,-8.59384 -2.734114,-17.35586 -2.78125,-26.09375 -0.798791,-2.05393 -0.197974,-7.79532 -2.875,-8.1875 z m 61,10.28125 c 0.187349,-0.0957 0.425801,-0.0263 0.65625,0.40625 -1.38374,1.69774 -1.218297,-0.11902 -0.65625,-0.40625 z M 118.25,119.25 c 3.93954,3.94856 2.9765,4.1089 -1,7.15625 -5.39688,-1.11275 -0.15026,-5.11522 1,-7.15625 z m 19.09375,5.625 c 2.69083,2.77059 -7.4388,0.0431 0,0 z"
+ id="path2197"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.29999988;fill:url(#radialGradient2187);fill-opacity:1"
+ d="m 127,8 c -3.11054,0 -6.17088,0.2239142 -9.21875,0.46875 -1.65619,0.1467634 -3.31903,0.2868593 -4.96875,0.5 -1.15676,0.1440569 -2.29173,0.3527567 -3.4375,0.53125 -2.25613,0.3558969 -4.51667,0.707434 -6.75,1.1875 -0.79262,0.173052 -1.55737,0.404286 -2.34375,0.59375 -2.351829,0.566633 -4.707379,1.102447 -7,1.8125 -0.198812,0.06157 -0.395404,0.124868 -0.59375,0.1875 -27.203716,8.590203 -49.917153,27.179601 -64.0625,51.375 2.752711,0.436735 5.065033,-3.150936 8.09375,-3.375 3.052372,-2.893882 5.156645,0.313468 8.8125,1.5 2.934941,1.971757 4.53615,8.163906 8.40625,2.34375 2.195492,-2.954633 2.726562,-5.597152 6.1875,-7.34375 4.981768,-6.995873 10.839163,-15.51441 19.90625,-15.5 1.091524,0.574146 -7.259117,4.828489 -7.75,8.71875 -2.821,4.248846 0.629414,8.861973 5.15625,4.90625 4.091415,-1.681402 7.624566,-3.17242 12.09375,-2.5625 5.104819,0.488532 11.13971,0.978161 14.4375,-3.65625 3.33296,-1.117556 5.1084,-3.304048 7.78125,-5.15625 1.49985,-3.182865 10.42152,-3.576814 6.28125,-7.53125 1.49849,-4.605362 -4.7447,-4.626272 -3.0625,-8.90625 -2.98493,-3.609296 2.6145,-4.580647 -1.21875,-6.625 -2.84094,-5.430282 1.7229,-5.057826 7.65625,-5.125 3.74632,-0.607374 10.23533,0.693575 11.90625,-1.90625 4.86028,0.74339 1.55335,-0.137322 5.6875,2.84375 3.53692,1.038097 8.28111,0.719552 11.03125,3.1875 -2.89083,1.042599 -2.30544,7.353144 2.125,8.21875 4.30525,-2.087107 5.12691,2.435099 0.875,2.03125 -4.08584,1.332855 -8.786,1.898016 -13.15625,1.34375 0.76309,6.245088 7.77572,4.495349 8.8125,9.84375 3.87452,2.779259 -2.89853,3.06815 0.84375,7.90625 -0.69198,4.173747 -3.80165,-2.911276 -2,-5.34375 0.86246,-6.691114 -7.72554,0.684244 -6.5,-5.3125 2.6187,-2.789957 -8.0059,-3.104777 -7.5625,-0.40625 -5.0772,2.775804 1.20635,7.029847 4.21875,4.4375 7.32061,-2.016952 2.01876,1.230428 2.90625,5.78125 0.31718,4.483407 3.52668,6.99129 -1.125,8.53125 -4.32964,1.04093 -8.69921,-6.06032 -13.75,-2.9375 -5.91372,1.503459 -10.20323,6.057626 -13.65625,10.90625 0.27642,0.501736 -7.03617,3.61761 -5.875,7.40625 -1.54747,3.691483 3.42293,7.387782 0.0625,10 -4.50353,3.664562 -5.85624,-3.01712 -3.46875,-6.5625 1.47752,-3.337958 6.91581,-9.518771 -1.1875,-7.1875 -1.912101,4.012406 2.9262,-7.611399 -3,-4.1875 -0.719133,5.801199 -2.482202,5.893151 -6.65625,10.0625 -0.431855,2.507073 -5.225474,2.175798 -5.65625,5.9375 -1.431911,5.633188 0.202746,5.933735 2.21875,9 -1.445623,2.417498 5.419216,10.9016 -1,8.125 -3.679163,-3.038294 -9.600834,-1.05846 -9.125,4.15625 -1.365681,2.99856 -5.657619,9.26472 -2.0625,10.5625 5.406212,1.65123 -3.789943,3.58557 -4.59375,6.0625 -2.388533,5.57829 -3.812351,3.41489 -0.46875,-1.40625 -3.761641,4.335 -8.276367,2.9821 -12.125,4.28125 -1.693495,1.9907 5.336911,5.52413 -0.28125,8.25 -5.749023,4.59236 -4.38459,12.55095 -6.875,18.5 -1.705956,4.63876 1.637923,8.18649 4,11.71875 -0.203747,5.44508 6.546376,8.33084 9.21875,12.65625 4.376605,1.18738 8.88908,2.18757 13.25,3.15625 4.647263,-0.41563 10.450339,-1.52934 11.96875,4.25 6.34368,1.11957 6.980161,3.47603 1.21875,3.34375 -5.000685,4.24399 5.412147,2.44509 5.53125,7.65625 3.67395,3.56577 7.19317,8.69309 7.1875,13.625 -4.642793,4.02818 -2.03503,9.64779 1.25,13.53125 1.49161,1.79485 3.53551,4.79136 5.59375,7.1875 3.92857,2.02756 4.75171,7.5935 10.1875,6.03125 8.55591,0.26355 18.96867,-0.69849 24.25,-8.25 5.60567,-0.24614 4.07318,-5.79496 6.71875,-8.21875 4.57915,-2.6292 11.33044,-5.09494 9.5,-11.65625 -1.24137,-3.81977 -1.12439,-7.11367 -0.9375,-10.78125 7.29726,-8.77883 17.21055,-16.13894 19.9375,-27.84375 0.48024,-4.42423 -0.0246,-4.78005 5.78125,-5.71875 0.44985,-5.70522 -5.84278,-2.31953 -8.5,-1.15625 -7.2852,3.82414 1.08044,-0.69888 2.96875,-3.46875 3.93141,-3.58458 8.0286,-7.51567 9.40625,-12.78125 4.13423,-3.57194 -3.51492,-9.01173 0,-8.71875 3.36931,-1.26081 6.56605,-5.06428 9.5,-0.90625 2.86622,2.18558 7.82501,0.77715 8.125,5.5625 3.66145,3.9754 4.98326,10.3731 9.90625,12.75 3.28337,0.9144 7.9432,1.65993 7.875,-4.375 -1.73814,-4.40078 -5.03806,-8.8694 -3.75,-13.8125 2.12666,-5.56906 1.70274,-11.81037 4.25,-17.25 4.40156,3.50569 1.83275,9.22684 3.40625,14 4.01831,-2.85499 6.3442,-1.29841 4.84375,2.8125 -3.50209,3.76133 -0.47691,7.61336 1.15625,11.8125 0.64585,2.37878 1.54811,3.12966 2.46875,2.9375 1.46864,-6.67281 2.28954,-13.57156 2.53125,-20.625 -0.52334,-1.31647 -1.15236,-2.58745 -1.9375,-3.78125 0.69902,-0.14069 1.45023,-1.63356 1.96875,-3.5 -0.13913,-4.78132 -0.6012,-9.47704 -1.3125,-14.09375 -0.74919,-1.61125 -1.62977,-3.18259 -2.25,-4.65625 0.48994,-5.494877 -2.17051,-10.737743 -3.03125,-16.1875 -2.12423,-5.942691 -4.61956,-11.683726 -7.65625,-17.125 -1.5549,-1.899905 -3.34432,-3.63968 -4.125,-5.28125 0.51254,0.216614 0.76697,0.237838 1.09375,0.3125 -3.21745,-5.130876 -6.81269,-9.991587 -10.78125,-14.53125 -1.35852,-0.579733 -2.73471,-1.289962 -4.21875,-3.8125 -1.7664,-1.41732 -2.89507,-3.051992 -4,-4.65625 -3.04784,-2.837019 -6.24928,-5.506837 -9.59375,-8 -1.91779,-0.79856 -4.06067,-1.47341 -5.78125,-2.65625 -3.97382,0.947583 -14.70279,-4.56763 -4.84375,-2.78125 1.82901,0.219633 1.07439,-0.698538 -0.34375,-1.8125 -3.41386,-1.979289 -6.90533,-3.782921 -10.53125,-5.40625 -1.12667,-0.30781 -2.20929,-0.75734 -3.21875,-1.40625 -1.42722,-0.586419 -2.91948,-1.064286 -4.375,-1.59375 -0.0643,0.05842 -0.162,0.044 -0.21875,0.125 C 159.78595,14.769945 152.77962,10.23378 146.3125,11.5 142.13556,10.053417 137.71751,8.8999909 133.09375,8.3125 131.06427,8.2048143 129.05616,8 127,8 z M 75.3125,30.0625 c -1.97776,2.257873 -9.246254,6.961178 -3.375,1.90625 0.206193,-0.413498 5.707284,-3.530456 3.375,-1.90625 z m 21.875,1.03125 c 1.118837,3.933965 -5.750852,4.735717 -8,7.0625 -5.393667,2.902515 -6.314788,1.628916 -0.28125,-1.0625 2.666364,-2.069034 5.627967,-4.43762 8.28125,-6 z m 28.78125,9.375 c -3.59873,-0.14514 -7.95218,1.728891 -5.375,5.875 1.78329,6.384347 4.67014,2.37925 9.03125,1.09375 -2.55715,-4.067947 5.12779,-6.767394 -3.65625,-6.96875 z M 92.9375,53.9375 c -4.048118,1.311412 -7.317572,4.351766 -3.53125,7.5 2.83625,4.441069 13.19528,1.670173 10.5625,-4.59375 -3.342196,-0.495621 -3.9476,-3.126104 -7.03125,-2.90625 z M 27.15625,68.28125 c -0.256084,-0.0192 -0.498039,0.134926 -0.75,0.1875 -1.735223,3.25169 -3.33038,6.570335 -4.75,10 1.83994,0.847427 4.88439,0.28529 4.09375,-2.96875 0.897259,-3.052358 5.111247,-5.687008 1.40625,-7.21875 z m -6.5625,13.125 c -1.56667,4.099948 -2.909121,8.314107 -4,12.625 0.295508,1.416581 0.767657,2.808592 1.75,4.1875 2.590321,4.31701 1.275203,-7.425642 2.6875,-10.25 -0.05335,-2.77301 0.179251,-5.913746 -0.4375,-6.5625 z m -1.21875,3.875 c 0.132584,-0.19779 0.413794,-0.269514 0.90625,0 -0.386384,2.383909 -1.304001,0.593369 -0.90625,0 z m 33.90625,8.375 c 0.177083,1.01042 0.354167,2.020833 0.53125,3.03125 1.766492,1.385096 3.846466,9.5002 6.34375,4.5 0.758716,-3.166854 -2.624591,-7.708679 -6.875,-7.53125 z M 14.6875,103.0625 C 13.652287,109.23364 13,115.53617 13,122 c 0,23.9187 7.396457,46.09803 20,64.4375 -0.12641,-2.22738 -0.891808,-5.61144 -1.59375,-7.84375 -2.811676,-4.14789 2.051125,-7.11557 0.28125,-11.4375 C 27.923154,156.87254 19.487261,148.0134 18.90625,136.4375 17.762742,128.03887 15.028111,119.93262 16.25,111.3125 c -0.48909,-2.52498 -0.765836,-7.05824 -1.5625,-8.25 z m 123.0625,0.65625 c 0.11613,-0.009 0.24771,0.0839 0.40625,0.3125 2.85115,4.63612 7.32331,-1.77422 10.9375,2.5625 -0.33051,1.57698 -5.93893,-1.88399 -8.28125,-0.0312 -2.75942,1.21738 -6.91554,2.63989 -3.84375,-1.6875 0.23924,-0.26123 0.43285,-1.12919 0.78125,-1.15625 z m -38.3125,2.84375 c 5.83384,-0.3177 1.74223,2.42183 2.1875,6.28125 0.6499,2.28639 -12.350471,2.7319 -8.5625,-1.09375 1.151372,4.93785 11.36392,-1.6659 5.65625,-3.3125 -0.958173,0.20667 0.571203,-1.84221 0.71875,-1.875 z m 68.125,2.59375 c -0.004,-0.12017 0.21351,0.0661 0.8125,0.84375 1.11489,2.5534 -0.80103,-0.48323 -0.8125,-0.84375 z m -59.5,1.09375 c 0.10916,0.0299 0.29962,0.24387 0.625,0.78125 8.08737,2.12017 -4.78754,5.71521 -0.84375,1.3125 0.29717,-0.50074 -0.10872,-2.18337 0.21875,-2.09375 z m -44.4375,0.59375 c -0.669938,-0.23765 -0.860991,1.22571 -1.5,2.0625 -2.289919,6.86916 8.451559,3.32091 2.34375,-1.1875 -0.367709,-0.54546 -0.620437,-0.79578 -0.84375,-0.875 z m 55.9375,4.78125 c 0.0812,0.0958 0.10456,0.34865 0.0625,0.84375 -0.22366,3.38207 4.08285,5.40824 5.84375,7.625 5.03238,0.78406 6.69231,5.01396 8.625,-0.875 5.55626,-3.66193 3.17586,3.23475 9.34375,1.5625 1.51664,3.84777 -5.55317,2.21318 -8.34375,3.625 -5.59794,-0.0331 -12.60129,-6.70629 -16.65625,-0.375 -2.24498,2.91606 -5.8747,-4.42801 -9.5,-4.09375 0.48804,-5.60771 -1.02022,-4.11118 3.21875,-0.0937 1.99641,-0.37383 3.21244,-6.30754 6.1875,-7.53125 0.29779,0.112 0.97512,-0.97494 1.21875,-0.6875 z m 110.15625,0.6875 c 0.38715,-0.12441 0.82462,0.10619 0.15625,1.09375 -0.88022,-0.48991 -0.5434,-0.96934 -0.15625,-1.09375 z m 2.0625,4.1875 c 0.20838,-0.10506 0.79577,0.75259 1.15625,2.90625 -1.194,-1.73342 -1.36463,-2.80119 -1.15625,-2.90625 z M 44.5625,133.75 c -0.453062,-0.0792 -0.95386,0.21231 -1.5625,1.125 -1.675044,1.94075 -0.268066,8.27995 3,9.78125 3.940716,-0.87625 4.029858,-1.83002 2.09375,-6.28125 -1.330526,-0.74697 -2.172063,-4.38744 -3.53125,-4.625 z m 111.84375,18.65625 c 0.0393,-0.001 0.1895,0.11117 0.5,0.40625 4.49892,5.59605 -0.77477,-0.39915 -0.5,-0.40625 z M 175.34375,198 c -0.20228,0.065 -0.42206,0.20781 -0.65625,0.5 -3.21881,3.60376 -7.36978,5.94365 -11.125,8.6875 -0.14546,4.20388 -4.12323,7.37504 -2.59375,11.9375 4.558,3.0122 11.04327,-2.02878 12.875,-6.9375 2.45825,-4.31845 7.50038,-8.53055 3.28125,-13.40625 -0.6734,-0.35076 -1.17441,-0.97612 -1.78125,-0.78125 z m 7.6875,7.6875 c -0.31854,0.0805 -0.63333,0.3634 -0.90625,0.9375 -7.23168,4.18039 6.71836,5.45683 4.0625,0.59375 -1.08816,-0.26288 -2.20062,-1.77291 -3.15625,-1.53125 z"
+ id="path2181"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.29999988;fill:url(#radialGradient2211);fill-opacity:1"
+ d="m 127.59375,9.21875 c -2.2707,0.00248 -4.53582,0.084176 -6.8125,0.1875 C 91.797857,11.031531 63.607047,23.75921 43.5,44.625 c -2.278839,2.364832 -4.345341,4.930267 -6.40625,7.5 -2.64091,3.391631 -5.062013,6.942971 -7.3125,10.625 -0.136839,0.401546 -0.3505,0.76536 -0.4375,1.1875 1.990409,-2.325535 4.54755,-2.516881 6.9375,-3.96875 2.891545,-2.80997 3.409127,-2.149165 5.28125,-0.84375 3.710597,-4.369709 1.320882,-0.276798 1.75,1.40625 1.95357,0.714257 4.838846,2.89749 6.03125,-0.0625 0.246868,2.223593 -1.568629,6.070576 2.09375,5.3125 1.801495,-1.507902 3.569922,-3.710308 3.625,-5.9375 3.932009,-2.22461 6.639771,-6.051937 9.0625,-10.0625 C 67.790435,46.937784 70.713624,42.463706 75.25,42 c 2.670466,-1.985391 7.0532,0.252895 8.78125,-3.6875 4.432014,-2.755276 8.920041,-5.411723 12.75,-9.0625 3.80745,2.241548 4.81921,0.259664 1.59375,3.875 -1.619978,2.986483 -6.128375,4.255169 -8.84375,6.21875 -3.419563,0.575962 -2.875752,2.325372 -6.25,2.71875 -4.896723,3.232377 -10.922297,7.081507 -10.9375,13.6875 3.172686,0.821181 6.270725,-2.313697 9.53125,-2.78125 2.618444,-2.10541 6.224896,0.07899 9.3125,-1 4.411872,1.261256 9.35254,0.204267 12.125,-3.4375 1.98569,-1.537551 5.01192,-1.481515 5.8125,-4 2.79605,-1.559571 4.34259,-4.107897 7.71875,-4.78125 1.10902,-1.483001 -0.56999,-3.259728 -0.15625,-5.5 -4.85326,-1.550467 -2.56499,-2.563474 -3.25,-5.875 -2.11892,-2.499786 -2.44379,-3.591436 -0.9375,-4.5 -3.57265,0.345985 2.81845,-4.531314 -1.65625,-4.4375 1.2849,-1.76264 -5.08982,-2.645411 0.46875,-3.09375 8.10214,-2.485121 16.97794,-0.304105 25.0625,-3.0625 -3.15125,-0.810488 5.82175,-3.5064573 -1.96875,-3.71875 -2.26551,-0.2694876 -4.5418,-0.3462284 -6.8125,-0.34375 z M 138.6875,10.75 c -7.48165,2.115499 6.15617,4.373702 0.5625,4.90625 1.25899,1.929337 6.8771,0.07314 9.96875,2.90625 2.75017,0.860522 4.23678,2.663129 5.34375,5.3125 -1.54261,2.127258 -3.55851,-3.918999 -5.53125,-0.59375 0.5106,2.74628 2.92798,5.559478 5.84375,3.6875 5.93845,-0.543128 1.72827,0.709798 1.875,4.28125 3.51436,2.499803 -3.09324,-0.499437 -4.375,1.15625 -3.33273,0.242021 -6.97516,1.627156 -10.46875,1.09375 0.99335,4.372224 5.94382,3.196897 8.78125,2.46875 -2.19141,0.281036 2.9862,6.15802 1.1875,5.28125 -3.8444,-4.416302 -3.51267,0.200667 -0.1875,2.0625 1.25998,3.322363 -3.57466,0.948027 -1.84375,4.1875 2.71118,4.116156 2.41919,6.58617 -2.84375,4.09375 -2.83588,-2.164915 1.12879,-7.486463 -2.0625,-9.40625 -4.36403,2.143856 -3.66135,7.636369 -2.09375,11.34375 0.78126,2.390195 8.4603,0.380354 4.15625,2.65625 -1.98461,0.316827 -4.21945,-0.342112 -4.90625,1.625 -4.12099,-0.438518 1.22358,5.589725 -3.84375,1.1875 -4.41673,-0.568397 -8.06079,-5.940789 -12.6875,-2.96875 -4.12733,1.100002 -7.85084,3.663032 -10.1875,7.3125 3.24629,-0.541714 -3.27825,4.012299 -5.03125,4.875 -3.29555,1.646684 -4.31381,7.297417 -1.96875,9.9375 3.47981,-1.086398 -0.69661,4.948659 -1.90625,5.9375 -3.13885,-0.684526 -5.41868,5.937601 -5.21875,0.46875 -1.449362,-3.297521 -0.759,-6.51246 -0.375,-9.5 1.98529,-1.619203 0.0401,-4.619168 -2.53125,-2.40625 -1.900417,-0.818643 -5.613773,1.167117 -4.75,3.28125 0.54264,2.34963 -4.864375,1.301973 -5.5625,4.25 -2.478028,2.102201 -2.546951,6.451391 1.8125,5.15625 5.140248,-0.502208 -2.086135,2.565467 -1.1875,3.25 4.582846,2.02117 3.948178,0.400884 0.90625,3 0.473195,2.813997 3.925006,6.006476 0.90625,8.84375 -3.459056,-0.35991 -7.093063,-4.547152 -10.1875,-1.375 -0.284757,3.96006 -3.574685,6.73066 -3.53125,10.71875 -2.688836,2.79433 6.41206,2.35147 1.65625,5.90625 -3.07982,1.67186 -6.891568,3.35216 -7.375,7.34375 -1.005352,0.41428 -6.613725,3.15261 -4.25,0.3125 2.878276,-4.46906 -1.753054,-0.8723 -3.4375,1.53125 -0.06278,0.17414 -0.109964,0.3561 -0.21875,0.4375 -0.360246,0.63533 -0.497433,1.17171 0,1.28125 5.125821,-2.8342 -1.828468,0.52529 -2.125,2.875 -4.548292,2.94113 -5.489507,8.37459 -6.5,13.21875 0.228352,3.07075 -2.266391,6.2642 -1.71875,9.75 0.615551,3.72259 5.149775,5.89372 4.40625,10 4.489514,3.86468 7.357596,11.16207 14.28125,10.5 3.805728,1.11251 7.446339,2.53144 11.53125,1.53125 3.756674,-0.83171 6.820804,1.01714 8.0625,4.625 4.59478,-1.1967 4.041348,2.96051 7.03125,2.125 0.414249,3.02679 -3.118178,5.19423 -1.375,7.375 3.277596,4.42209 7.78234,8.27685 8.59375,14.125 2.0358,3.27698 -4.22854,5.69877 -2.21875,9.4375 2.07919,3.26778 3.63674,5.91922 5.875,8.53125 1.47843,3.96853 6.3462,5.43268 7.84375,9 4.98415,1.73075 10.76721,0.21332 16,0.0625 4.82189,-1.40347 9.63782,-3.72007 12.59375,-7.6875 4.09349,-0.29652 4.24556,-4.13795 4.625,-6.84375 3.62623,-3.39073 11.81623,-4.27365 10.5,-10.71875 -0.14032,-3.53613 -1.69253,-5.55249 -1.34375,-9 0.45307,-2.0981 0.49943,-4.50626 2.8125,-6.1875 6.92245,-7.35077 14.99949,-14.36943 17.4375,-24.59375 2.0078,-1.70168 -0.39693,-7.4865 -3.375,-4.3125 -3.26067,0.90632 -7.46528,5.60133 -10.40625,3.4375 -0.0224,-0.97707 4.24473,-1.8666 5.59375,-3.46875 5.35985,-2.78389 9.30749,-7.31348 13.59375,-11.28125 2.77012,-2.652 3.63025,-6.05268 4.90625,-9.40625 1.79898,-3.64731 -1.66519,-6.12757 -5.09375,-5.78125 -2.39957,-2.60661 4.98778,-0.77677 6.90625,-2.71875 2.34783,-0.95795 4.94964,-4.26246 7.09375,-1.46875 2.43486,2.06424 5.43268,3.10647 8.65625,3.3125 2.31087,5.61921 6.19887,10.51625 9.5,15.5625 3.66517,0.531 2.7955,-2.14411 5.1875,1.53125 3.31946,-0.69639 2.99083,-6.30148 0.21875,-8.125 -1.44389,-4.2323 -2.64266,-8.86269 -0.40625,-13.03125 1.16508,-5.32623 1.22884,-11.04558 4.09375,-15.84375 3.67322,0.48644 2.70379,7.43386 5.84375,5.875 1.46854,-4.18179 1.92792,5.30056 3.21875,7.21875 0.59716,2.78435 3.92012,5.95789 0.0937,6.875 -1.42901,3.03639 0.32024,5.2537 1.03125,8.40625 0.45565,2.22857 1.70612,3.34637 2.6875,2.78125 0.91858,-4.6282 1.47332,-9.37663 1.8125,-14.1875 -0.42763,-2.22367 -1.12208,-4.36143 -2.53125,-6.15625 -1.10457,-2.33142 -2.34557,-8.28748 0.90625,-3.96875 2.43957,-4.12969 0.0787,-9.3325 -0.0312,-13.8125 -1.06232,-3.19356 -4.39726,-5.05288 -2.75,-8.8125 -1.25292,-5.265141 -3.45382,-11.172033 -3.28125,-16.21875 0.10155,-0.657968 -0.11889,-1.274276 -0.28125,-1.90625 -0.27733,-0.683554 -0.52237,-1.385608 -0.8125,-2.0625 -1.40785,-2.416951 -3.74341,-4.754836 -4.6875,-7.28125 -1.58317,-3.086727 -4.20466,-6.119709 -6.96875,-7.59375 -2.3703,-1.957845 4.55056,-0.807059 0.65625,-4.59375 -2.01395,-3.354055 -4.60516,-6.272332 -7.15625,-9.21875 -1.50234,3.683561 -4.34091,-3.177018 -6.09375,-4.34375 -2.9387,-2.908163 -5.07485,-5.392833 -6.84375,-8.34375 -1.79192,-1.389313 -3.77766,-2.636716 -5.40625,-3.59375 -3.24438,-0.183746 -4.53318,-3.190089 -8,-3.34375 -3.81136,0.520741 -1.6295,2.173244 -6.625,-1.625 -1.32548,-1.134398 -9.52364,-5.729865 -4.1875,-4 5.49062,1.030051 5.97074,0.11093 0.9375,-2.59375 -3.32375,-2.211213 -8.50766,-1.436796 -10.75,-4.9375 -1.40111,2.991955 -5.23354,-0.954801 -7.625,-0.90625 -4.56272,-0.969338 -9.11377,-2.883694 -13.71875,-2.1875 -2.21857,-0.339881 -4.80579,-1.654459 -6.65625,-1.84375 z M 63.125,125.3125 c 0.08222,-0.145 0.107925,-0.27936 0.21875,-0.4375 0.0561,-0.1556 0.147168,-0.25972 0.15625,-0.5 0.249951,-1.05471 -1.433937,-3.02705 -2.375,-2.5 -2.449061,0.43519 0.854695,4.29448 2,3.4375 z M 144.75,15.15625 c 0.12716,0.01765 0.17672,0.144956 0.0625,0.46875 -1.42633,0.413381 -0.44398,-0.521702 -0.0625,-0.46875 z m -40.125,6.0625 c -0.18677,1.310068 -4.29295,3.458155 -2.90625,1.9375 1.00306,-0.56891 1.82194,-2.218008 2.90625,-1.9375 z m 2.6875,2.0625 c 0.41937,-0.0127 1.01876,0.08043 1.8125,0.375 -2.59719,0.652168 -3.0706,-0.336894 -1.8125,-0.375 z M 78.5,28.4375 c 1.327981,1.743657 -4.055094,2.841403 -3.5,4.0625 -2.12708,0.89988 -3.018857,3.150645 -5.875,3.25 -1.708441,0.396869 -6.888641,1.973906 -1.96875,-1.625 3.202703,-2.392595 6.945026,-6.916509 11.34375,-5.6875 z m 5.125,3 c 0.260412,-0.0092 0.283796,0.05993 -0.5625,0.4375 -1.28061,3.347253 -4.276641,-1.099476 -0.28125,-0.40625 0.0859,0.06535 0.583338,-0.02208 0.84375,-0.03125 z m -8.28125,1.28125 c 2.091778,0.941243 -0.495312,1.486513 0,0 z m 2.6875,0.46875 c -0.01414,0.125739 -0.98406,0.925904 -0.96875,1.03125 -2.81397,5.125127 -2.696617,-0.229224 0.59375,-0.875 0.280247,-0.155438 0.379713,-0.198163 0.375,-0.15625 z m -15.125,4.6875 c 0.06089,-0.041 0.227004,0.02251 0.5625,0.28125 0.01935,0.859301 -0.745171,-0.158259 -0.5625,-0.28125 z m 74.28125,0.46875 c -1.20397,-0.133903 -2.32334,-0.06685 -1.96875,0.71875 -2.03725,0.481839 -3.75882,4.60964 0.9375,3.25 3.24951,-0.794836 2.67739,-0.367263 3.5,-3.5 0.0302,0.01032 -1.26478,-0.334847 -2.46875,-0.46875 z m -65.03125,1.75 c 0.33233,-0.220269 0.351252,-0.07496 -0.28125,1.0625 -0.947586,2.017814 -5.655445,1.629937 -1.28125,0.0625 0.58443,-0.318883 1.23017,-0.904731 1.5625,-1.125 z m 2.78125,0.125 c 0.07819,-0.02471 0.162329,0.02709 0.1875,0.21875 -0.705269,0.582224 -0.422055,-0.144615 -0.1875,-0.21875 z m 51.375,1.5 c -0.51374,-0.135849 -1.04505,0.157375 -1.5625,0.15625 -2.78197,-0.48866 -4.86515,2.03667 -2.875,4.3125 0.99031,4.533434 2.63556,0.261875 5.34375,0.8125 -1.0347,-1.78391 3.84303,-5.315418 -0.90625,-5.28125 z M 93.1875,55.125 c -2.72886,0.861844 -2.638322,2.257891 -3.34375,3.8125 -1.288119,1.472506 2.632353,4.310438 4.78125,3.15625 3.30777,1.115567 6.39366,-4.338349 2.3125,-5.09375 -3.422751,0.585734 -1.260719,-1.954443 -3.75,-1.875 z m -42.09375,0.46875 c 0.05016,-0.0058 0.02345,0.03639 -0.09375,0.1875 -0.193807,2.121965 6.150234,-0.192239 0.84375,2.09375 -2.475019,1.982671 -4.602484,0.468969 -1.65625,-1.75 0.05042,0.01471 0.755764,-0.513851 0.90625,-0.53125 z m 164.625,1.96875 c 0.10431,-0.134306 0.29994,-0.0788 0.65625,0.40625 -0.36005,2.162421 -0.96919,-0.0033 -0.65625,-0.40625 z M 99.375,65.78125 99,66.34375 c -2.70008,5.011127 3.21954,2.529205 0.96875,-0.25 L 99.375,65.78125 z m 5.15625,4.4375 -0.75,0.03125 -0.46875,0.03125 c -3.967419,1.911275 0.56456,4.814997 1.21875,-0.0625 z M 25.5,70.3125 c -0.716531,1.403193 -1.403157,2.814003 -2.0625,4.25 0.232823,1.139662 1.137511,1.196679 2.28125,-2.09375 C 27.59136,70.427273 26.92966,70.194596 25.5,70.3125 z m 97.59375,0.375 c 0.22161,0.153731 0.27616,0.783996 -0.0625,2.25 -2.737,1.162997 -0.60232,-2.711192 0.0625,-2.25 z M 22.875,75.71875 c -0.281831,0.632697 -0.604423,1.236296 -0.875,1.875 0.84792,0.78722 4.26572,-1.646598 0.875,-1.875 z m 99.46875,1.5625 c -0.164,-0.209926 -0.037,-0.06429 1.6875,0.03125 L 123.71875,78 123.625,78.21875 c -0.27851,3.913481 -1.72481,6.205116 -5.5,5.59375 -0.11739,-2.885246 3.46556,-0.980228 4.28125,-4.40625 0.56541,-1.356956 0.1015,-1.915074 -0.0625,-2.125 z M 19.5,84.34375 c -0.641739,1.829531 -1.294094,3.660517 -1.84375,5.53125 0.0018,0.0211 -0.0018,0.04143 0,0.0625 0.113003,1.332978 0.301736,2.619347 -0.34375,3.84375 2.325147,5.733195 1.039981,-2.692381 2.25,-4.71875 0.216727,-1.121689 0.563805,-4.624471 -0.0625,-4.71875 z m -0.9375,5.71875 c 0.05392,-0.09671 0.163342,-0.103286 0.375,0.0625 -0.136651,1.226846 -0.536761,0.227634 -0.375,-0.0625 z m 37.09375,5.3125 c -0.227732,0.158645 -0.462068,0.494656 -0.71875,1.09375 3.010528,5.82347 2.312873,-2.204266 0.71875,-1.09375 z m 3,3.375 c -0.281244,0.004 -0.685394,0.121283 -1.25,0.4375 -0.948559,5.82116 3.218708,-0.465597 1.25,-0.4375 z m 102.4375,0.96875 c 0.20643,-0.03498 0.55137,0.03345 1.03125,0.25 2.13219,2.03424 5.20396,2.62622 5.84375,5.84375 -0.12017,2.14137 5.15017,7.34424 0.28125,6.21875 -4.72225,-0.94854 1.37984,-5.13236 -2.25,-6.375 -1.7085,-0.071 -6.35127,-5.692676 -4.90625,-5.9375 z m -23.8125,1.875 c 0.23649,-0.16878 0.5242,-0.16719 0.90625,0.0937 0.53018,1.63549 2.85035,4.27399 4.78125,2.34375 2.10412,-1.61711 10.70207,2.10771 7.625,4.09375 -4.00795,0.76012 -7.88041,-2.31444 -11.625,0.34375 -3.8851,2.56205 -5.73336,-0.92928 -3.3125,-3.9375 0.69244,-0.46844 0.91552,-2.43115 1.625,-2.9375 z m -31.46875,2.875 c -0.50202,0.87401 -2.00703,3.59698 -2.84375,5.21875 -2.05,4.05479 2.33312,7.01721 3.5625,2.21875 -0.52659,-3.92994 0.74099,-5.14232 3.0625,-1.625 4.41237,2.06981 4.76129,5.89747 -0.5625,4.65625 -4.44267,1.8094 2.82787,3.44357 1.8125,5.375 1.07988,3.59587 2.70683,-0.4535 3.5625,-2.375 2.58415,-1.13578 3.40678,-5.12647 5.46875,-3.65625 1.34182,2.52814 1.09329,4.46515 3.5625,6.21875 2.48582,2.06181 3.68747,4.18976 8.125,3.34375 1.0894,-0.0258 3.07862,-4.53268 5.75,-2.5625 2.01319,-1.6859 5.43861,-0.4842 2.4375,1.96875 2.45984,1.89053 4.88061,-0.38063 5.59375,-2.78125 -0.11082,3.10894 0.12465,10.01884 -4.8125,8.15625 -3.27698,0.53033 -6.46574,1.77474 -9.8125,0.1875 -3.67108,-0.79774 -8.16035,-4.48894 -11.15625,-0.46875 0.36825,4.39219 -4.43889,1.28566 -6.03125,-0.3125 -1.04711,-2.31077 -8.45858,-2.99975 -6.4375,-4.75 1.35826,-1.80979 -0.62083,-4.36099 0.3125,-6.59375 -5.43936,-1.29392 -11.358865,-1.62164 -16.9375,-1.3125 -1.286385,1.5461 -9.627776,-0.14457 -5.8125,-0.375 3.7179,1.16636 6.868148,-2.19538 8.03125,-5.3125 3.713379,-0.5731 4.957617,-5.63619 8.25,-3.875 1.51729,0.49766 3.28716,-1.41587 4.875,-1.34375 z m 6.875,0.0625 c 0.38542,0.42708 0.77083,0.85417 1.15625,1.28125 0.86205,2.62688 5.35224,2.38658 5.1875,5.40625 -1.96464,-2.50694 -5.26702,-3.56659 -6.34375,-6.6875 z m -98.59375,2.4375 C 13.442277,111.89744 13,116.89427 13,122 c 0,22.77539 6.760467,43.93988 18.28125,61.75 -0.678676,-3.50179 -2.453088,-7.01847 -2.15625,-10.15625 4.297435,-5.35705 -1.462772,-11.43486 -3.875,-16.25 -5.410968,-8.02562 -7.564195,-17.51108 -8.65625,-26.96875 -3.115691,-7.52347 -0.776565,-15.72852 -2.5,-23.40625 z m 81.375,2.4375 c -4.483482,3.42441 4.55983,2.82842 2.9375,0.28125 -1.612783,-0.80054 -1.577345,0.43479 -2.9375,-0.28125 z m -31.21875,3.625 c -0.275475,0.0196 -0.65346,0.18363 -1.1875,0.53125 -0.571323,5.87435 3.115822,-0.66876 1.1875,-0.53125 z m 63.6875,0.59375 0.1875,0.1875 c 3.87885,2.98938 -1.48818,1.39432 -0.1875,-0.1875 z m -1,5.5625 c 0.0671,-0.10023 0.15438,-0.0268 0.25,0.3125 3.76802,2.39875 1.47702,2.16572 -0.90625,1.78125 0.34394,-0.0301 0.45507,-1.79305 0.65625,-2.09375 z m 4.40625,0.0312 0.28125,0.6875 0.0937,0.21875 c -0.21669,3.22199 -2.32155,1.2602 -0.375,-0.90625 z m 99.3125,2.65625 c -0.12843,0.007 -0.13733,0.74425 -0.375,2.3125 -0.9417,4.22066 3.59912,3.33424 1.4375,-0.25 -0.68609,-1.34718 -0.93407,-2.06973 -1.0625,-2.0625 z m -60.40625,7.7188 c 0.60003,-0.0457 1.61963,0.34114 1.8125,1.1875 1.90549,1.9793 6.80186,2.17226 8.03125,2 -1.49746,1.58477 -3.27865,3.50394 -3.59375,2.21875 -0.55383,-2.94208 -4.11081,-1.57667 -5.5,-3.96875 -1.53048,-0.9135 -1.35003,-1.39178 -0.75,-1.4375 z m -125.8125,5.9375 c -0.239313,-0.12307 -0.477839,-0.073 -0.71875,0.3125 -1.411865,2.81372 3.680127,3.78952 0.65625,5.875 1.169357,1.92146 2.480065,0.7921 2.9375,-0.65625 -0.292481,0.15893 -0.423252,-0.7741 0.03125,-0.15625 0.281263,-1.07571 0.154717,-2.26685 -1.15625,-2.53125 -0.358109,-0.4028 -1.032061,-2.47455 -1.75,-2.84375 z m 2.90625,5.375 c -0.01403,0.0537 -0.01454,0.10336 -0.03125,0.15625 0.04224,-0.023 0.07811,0.0227 0.125,-0.0625 -0.0441,-0.0728 -0.05753,-0.0445 -0.09375,-0.0937 z M 146.625,138.1875 c 0.11223,-0.051 0.33596,-0.0102 0.6875,0.125 2.16421,4.23187 6.64537,6.56278 7.6875,11.40625 2.2714,1.53083 5.11951,4.23379 5.0625,6.25 2.16184,0.32201 3.94691,6.92189 0.78125,2.8125 -1.58918,-2.41189 -4.15309,-2.52792 -5.46875,-5.5 -3.02204,-2.19023 -2.03538,-7.05007 -5.59375,-8.6875 0.43111,-1.61428 -3.94189,-6.0494 -3.15625,-6.40625 z m 37.375,18.5 -0.53125,0.15625 c -5.94534,1.54036 2.92164,3.75898 0.84375,0.28125 L 184,156.6875 z m -91.28125,27.46875 c -3.667019,3.90032 6.319908,0.003 0,0 z m 52.4375,4.53125 c 0.29836,-0.17412 0.63529,-0.22828 0.90625,0 -2.37649,2.08251 -1.80132,0.52237 -0.90625,0 z m 30.0625,10.90625 c -3.143,2.4005 -5.48681,6.21817 -9.625,7.15625 -2.73192,1.89994 -0.77528,5.85591 -3.59375,7.8125 -1.42535,3.86276 1.92728,5.28941 5.09375,3.40625 4.92428,-2.77345 6.7068,-9.71254 10.0625,-13.25 0.55314,-1.59984 0.19408,-5.42672 -1.9375,-5.125 z m 7.625,7.9375 c -3.52244,3.92707 6.32947,-0.0286 0,0 z"
+ id="path2205"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer7"
+ inkscape:label="lignes" />
+ <g
+ id="layer3"
+ inkscape:label="carte">
+ <path
+ sodipodi:nodetypes="cssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccsssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccssssssssscccssssssssssssssssssssssssssssssssssssscccsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccsssssssssccssccssccsssssssccsssccssccssssssssssssssssssssssssssssccssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccssccsssssccssccssccsssssssssccssccssccssccsssssssssssssssssssssccssccssssssssssssssssssccssccsssssssssssssssssssccssccsssccssccssccssccsssccssccsssccssccsssccssccssccssccssccsssssssssssssccssccssccssssssssssssscccsccssccssccssccssccsssscccccccssccssccssccssccssccssccssccssccsssccssccssccsssccssccsssssssssssssssssssssssssssssssssssssssssssscccsssssssssssssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssscccssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssccsssccssccssccssccssssssccsssccssssssccssssccsssccsssccsssssssssssssccssccsssssssssssccssccssccsssssssssssssssccssccssccsssccssccssccssccsssssssssccssc"
+ id="path3298"
+ d="m 117.86146,230.70857 c -0.58255,-0.0928 -1.08554,-0.37415 -1.11785,-0.6246 -0.0322,-0.25045 -0.0786,-0.63591 -0.103,-0.85677 -0.0595,-0.537 -2.76311,-2.90507 -4.53872,-3.97583 -0.88925,-0.53626 -1.60758,-1.36027 -1.90669,-2.18651 -0.264,-0.72999 -0.61847,-1.32699 -0.78776,-1.32699 -0.16927,0 -0.30775,-0.25017 -0.30775,-0.55527 0,-0.30583 -0.36544,-0.81122 -0.81198,-1.12391 -0.44666,-0.31268 -0.69759,-0.7538 -0.55773,-0.97995 0.15618,-0.25242 0.0237,-0.32255 -0.34333,-0.18194 -0.43905,0.16808 -0.5977,-0.019 -0.5977,-0.7051 0,-0.58725 -0.66154,-1.62496 -1.77674,-2.78841 -1.83451,-1.91328 -2.62431,-4.2505 -1.79283,-5.30514 0.21026,-0.26675 0.49532,-0.9577 0.63344,-1.53554 0.13812,-0.57825 0.7686,-1.43348 1.401,-1.90093 1.36636,-1.00962 1.406,-1.38166 0.33975,-3.18808 -0.44559,-0.75468 -0.7079,-1.63901 -0.58271,-1.96451 0.12502,-0.32616 -0.48708,-2.06073 -1.36037,-3.85524 -1.18309,-2.43065 -2.13911,-3.76585 -3.750065,-5.23574 -1.948523,-1.77833 -3.895178,-4.45776 -3.895178,-5.361 0,-0.18994 0.259959,-0.34541 0.577704,-0.34541 0.392471,0 0.58161,-0.40105 0.589942,-1.25107 0.0067,-0.68826 0.266699,-1.58737 0.577681,-1.99812 1.005912,-1.329 0.412669,-4.06538 -0.650929,-3.00264 -0.263003,0.26305 -0.703484,0.47813 -0.978874,0.47813 -0.710324,0 -0.622726,-1.13221 0.109327,-1.41275 1.116403,-0.42822 -0.270922,-0.88435 -2.728211,-0.89661 -1.270927,-0.007 -2.504684,-0.13915 -2.741686,-0.29459 -0.236997,-0.15551 -0.885724,-1.18406 -1.441617,-2.28557 -0.87965,-1.74328 -1.198395,-2.03823 -2.45756,-2.27465 -1.937722,-0.36405 -4.317822,-0.35931 -7.801538,0.0149 -2.703559,0.29059 -3.011721,0.24451 -4.814128,-0.72004 -1.488759,-0.79651 -2.668348,-1.07988 -5.199255,-1.24833 -3.74515,-0.2495 -4.060023,-0.45036 -7.42691,-4.73909 -1.080271,-1.37608 -2.754064,-3.23204 -3.719564,-4.12453 -1.151975,-1.06515 -1.606776,-1.7265 -1.323076,-1.92467 0.687943,-0.48001 0.163745,-2.60909 -0.950792,-3.8617 -0.562131,-0.63164 -1.241195,-1.47479 -1.509011,-1.87343 -0.267831,-0.39874 -0.837819,-1.24475 -1.266619,-1.87972 -0.580143,-0.85921 -0.707966,-1.45034 -0.499448,-2.30952 0.154089,-0.63497 0.290794,-2.02076 0.303773,-3.07917 0.01508,-1.22881 0.243698,-2.13327 0.632366,-2.50187 0.808799,-0.76711 1.607108,-2.69434 1.11606,-2.69434 -0.207273,0 -0.376876,-0.51968 -0.376876,-1.15478 0,-0.63501 0.15073,-1.15462 0.33498,-1.15462 0.184217,0 0.314195,0.303 0.288833,0.67358 -0.103648,1.51394 0.662673,0.93043 0.80676,-0.61436 0.103861,-1.11373 0.01959,-1.58845 -0.252163,-1.42073 -0.513979,0.3175 -0.518699,0.39746 0.169435,-2.87209 0.470281,-2.23419 0.881723,-3.09765 2.214503,-4.64691 0.900295,-1.04648 1.940218,-1.99977 2.310901,-2.1182 0.370688,-0.11848 0.673992,-0.4697 0.673992,-0.78048 0,-1.02588 1.167282,-2.3685 2.246791,-2.58431 0.60083,-0.12007 1.289883,-0.63768 1.586679,-1.19198 0.406667,-0.75939 0.727451,-0.92874 1.426608,-0.75342 0.555021,0.13926 0.901991,0.0557 0.901991,-0.21725 0,-0.24393 0.216634,-0.40855 0.48141,-0.36593 0.264782,0.0427 0.741388,-0.0312 1.059131,-0.16415 0.317715,-0.13299 1.029963,-0.40656 1.582751,-0.60802 0.771734,-0.28121 1.060146,-0.71043 1.242278,-1.8486 0.327625,-2.0476 2.638636,-4.39918 4.91655,-5.00283 2.164452,-0.57356 3.771683,-2.56593 3.509582,-4.35061 -0.117709,-0.8015 -0.385815,-1.15642 -0.873626,-1.15642 -0.387095,0 -0.810933,-0.17321 -0.941847,-0.38491 -0.130921,-0.21168 -0.574408,-0.3849 -0.985557,-0.3849 -0.886426,0 -0.922928,-0.31318 -0.154709,-1.32853 0.361353,-0.47748 0.48746,-1.1821 0.346275,-1.9343 -0.176283,-0.93909 0.02066,-1.48849 0.954582,-2.66299 1.221708,-1.53647 1.951779,-3.52183 1.955476,-5.317849 0.0019,-0.895453 0.226295,-1.103956 1.580857,-1.46849 1.309751,-0.352472 1.692196,-0.322208 2.244841,0.177619 0.366346,0.331359 0.92109,0.602469 1.232737,0.602469 0.311628,0 0.736862,0.170144 0.944942,0.378112 0.208055,0.207946 1.239279,0.640865 2.291535,0.962029 1.834781,0.55998 1.940337,0.55126 2.574878,-0.213127 0.363917,-0.438371 0.773158,-1.390903 0.909409,-2.116746 0.289847,-1.544208 -0.09513,-4.014047 -0.625717,-4.014047 -0.202227,0 -0.367676,-0.241289 -0.367676,-0.53616 0,-0.294921 -0.259971,-0.635889 -0.577704,-0.757742 -0.337711,-0.12951 -0.577705,-0.706266 -0.577705,-1.388367 0,-1.100513 0.0857,-1.166794 1.508436,-1.166794 0.832062,0 1.607564,0.215739 1.729548,0.481148 0.121587,0.264612 0.116041,0.06522 -0.01236,-0.443138 -0.183967,-0.728377 -0.106857,-0.875709 0.363774,-0.695213 0.328518,0.125993 0.669811,0.02228 0.758469,-0.230463 0.111471,-0.317763 0.403412,-0.244833 0.946496,0.236446 0.745337,0.660557 0.860914,0.6628 2.270777,0.04393 l 1.48544,-0.652021 -1.347944,-0.335714 c -0.741376,-0.184622 -2.647775,-0.402538 -4.23645,-0.484254 -1.588666,-0.08169 -3.191752,-0.166899 -3.562463,-0.189361 -1.04683,-0.06337 -0.793785,-0.687688 0.385137,-0.950282 0.582506,-0.129731 1.404876,-0.504636 1.827484,-0.833108 0.62568,-0.486323 0.668913,-0.658668 0.232734,-0.928102 -0.709907,-0.438499 -0.250337,-1.563259 0.638798,-1.563259 0.511924,0 0.697171,-0.285771 0.686044,-1.058489 -0.0133,-0.927938 0.115472,-1.044821 1.043936,-0.94769 0.93725,0.09804 1.053981,-0.01268 1.014431,-0.962274 -0.02708,-0.650902 -0.113966,-0.808069 -0.220804,-0.399472 -0.09687,0.370459 -0.441902,0.673585 -0.766795,0.673585 -0.36422,0 -0.506508,-0.219188 -0.371126,-0.57172 0.18364,-0.478211 0.09586,-0.494544 -0.536483,-0.09988 -0.415825,0.259538 -0.756015,0.836382 -0.756015,1.281886 0,0.445512 -0.303303,1.07548 -0.673986,1.399952 -0.779283,0.682103 -3.9849,1.231207 -5.108015,0.874965 -1.146172,-0.363577 -1.009527,-2.020627 0.212499,-2.577109 0.581266,-0.264692 0.895351,-0.659701 0.77461,-0.974192 -0.302344,-0.787414 0.947621,-2.49396 1.633953,-2.230758 0.31701,0.121596 0.891881,-0.06427 1.277487,-0.413024 0.40652,-0.367661 1.089029,-0.559971 1.624411,-0.457688 0.616166,0.117735 1.070214,-0.05858 1.364726,-0.5299 0.274834,-0.439835 0.294841,-0.706315 0.05298,-0.706315 -0.684049,0 -0.414734,-0.768079 0.285578,-0.814457 0.641874,-0.04252 0.641874,-0.05305 0,-0.220686 -0.904108,-0.236121 -0.849223,-0.660751 0.23672,-1.831831 0.934169,-1.007414 2.170346,-1.320708 2.170346,-0.550051 0,0.304271 0.165849,0.294472 0.560837,-0.03313 0.308451,-0.255848 0.752626,-0.346711 0.98707,-0.201882 0.234465,0.144812 0.766061,-0.04403 1.181362,-0.419643 0.601105,-0.543691 0.851414,-0.585373 1.227449,-0.204436 0.37417,0.379066 0.21095,0.713166 -0.785457,1.607506 -1.083769,0.972817 -1.150365,1.128981 -0.481435,1.128981 1.020832,0 1.021252,1.19884 7.49e-4,2.121826 -0.893807,0.808417 -0.792242,2.117235 0.42636,5.494526 0.840013,2.327856 0.967103,4.93833 0.252903,5.193234 -0.264688,0.09451 -0.367498,0.294917 -0.228322,0.445356 0.430885,0.465715 2.456852,-0.823655 3.554822,-2.262417 0.94645,-1.240131 1.22352,-1.369861 2.92554,-1.369861 2.07759,0 2.14631,-0.08302 2.51442,-3.03752 0.28559,-2.29209 0.60771,-2.753402 2.33739,-3.347677 1.15166,-0.395715 1.55045,-0.405895 1.77971,-0.04542 0.17231,0.271008 0.29788,-0.05664 0.30133,-0.786375 0.007,-1.380226 -0.54522,-1.596457 -1.74985,-0.685824 -0.41119,0.310803 -1.26914,0.570621 -1.90672,0.577349 -1.71731,0.01815 -2.24177,-1.074805 -1.90942,-3.979665 0.35683,-3.118269 0.96331,-4.191424 2.84942,-5.041427 0.86183,-0.388436 1.56709,-0.841926 1.56709,-1.007755 0,-0.165855 0.61036,-0.522144 1.35647,-0.791752 0.91368,-0.330235 1.80355,-1.138991 2.72631,-2.47802 0.75337,-1.093293 1.78912,-2.212099 2.30168,-2.486244 0.51255,-0.274126 0.86031,-0.569913 0.77282,-0.657314 -0.0875,-0.0874 -0.53526,0.04236 -0.99519,0.288372 -0.45997,0.245988 -0.92827,0.35531 -1.0407,0.242912 -0.30853,-0.308273 2.19629,-2.509231 3.80677,-3.34501 0.77995,-0.404781 1.52671,-0.911646 1.65951,-1.126366 0.13277,-0.214711 0.75109,-0.390408 1.37406,-0.390408 0.62296,0 1.13265,-0.138409 1.13265,-0.307583 0,-0.455151 2.29801,-1.148934 3.90575,-1.179115 0.98191,-0.01843 1.70948,0.258151 2.42692,0.922622 0.56346,0.521942 1.27554,0.948979 1.58236,0.948979 0.30683,0 0.55787,0.173218 0.55787,0.384906 0,0.211702 0.34318,0.384902 0.76265,0.384902 1.36278,0 5.69782,2.005591 6.14699,2.843891 0.24829,0.463253 0.85393,0.837237 1.40867,0.869741 0.8983,0.05262 0.92688,0.0059 0.3713,-0.607676 -0.33101,-0.365561 -0.60187,-0.954143 -0.60187,-1.307944 0,-0.353809 -0.17329,-0.64329 -0.38514,-0.64329 -0.21183,0 -0.38512,-0.278754 -0.38512,-0.61947 0,-0.478366 0.28508,-0.579391 1.25169,-0.443571 0.68844,0.09677 1.55199,0.306314 1.91908,0.465695 0.49504,0.214929 1.03208,-0.116196 2.07908,-1.281795 0.91228,-1.0156 1.86826,-1.657181 2.70243,-1.813575 2.46762,-0.462661 1.01938,-2.085878 -1.59799,-1.791035 -1.03591,0.116691 -2.0289,-0.03824 -2.80033,-0.436926 -1.01189,-0.522977 -1.23093,-0.898502 -1.42789,-2.448526 -0.12798,-1.006932 -0.32921,-2.263814 -0.44723,-2.79307 -0.47164,-2.115026 -0.26071,-3.192066 0.77242,-3.944209 0.55821,-0.406384 1.01493,-0.996935 1.01493,-1.312348 0,-0.340745 0.27354,-0.518939 0.67395,-0.439118 0.52431,0.104506 0.64034,0.431323 0.52245,1.471614 -0.0834,0.735491 -0.16635,2.611318 -0.18435,4.168479 -0.0289,2.497005 0.07,2.914397 0.83754,3.535587 1.14647,0.927791 4.49883,1.556684 6.43071,1.206365 l 1.54051,-0.279342 -1.05912,-0.925765 c -0.58248,-0.509152 -1.05907,-1.27059 -1.05907,-1.692067 0,-0.42148 -0.24073,-1.039774 -0.53484,-1.373983 -0.29416,-0.334217 -0.65977,-1.194122 -0.81241,-1.910895 -0.26623,-1.250446 -0.23781,-1.293276 0.7018,-1.057593 0.85385,0.214164 0.99484,0.110599 1.10119,-0.808862 l 0.12194,-1.054494 0.86651,0.933717 c 0.70117,0.755514 0.86657,0.809685 0.86657,0.283784 0,-0.357458 -0.19353,-0.649929 -0.43005,-0.649929 -0.251,0 -0.35341,-0.400563 -0.24594,-0.962261 0.10123,-0.529249 0.05,-0.96227 -0.11383,-0.96227 -0.16378,0 -0.40904,-0.736135 -0.5449,-1.635847 -0.49244,-3.260868 -0.64085,-3.676095 -1.3832,-3.870113 -1.05521,-0.275768 -0.96086,-1.419484 0.11828,-1.434031 0.84265,-0.0114 0.84528,-0.02378 0.0963,-0.448265 -0.42365,-0.240073 -0.89759,-0.62453 -1.05317,-0.854322 -0.19606,-0.289421 -0.28479,-0.291664 -0.28889,-0.0073 -0.003,0.225781 -1.11509,0.630858 -2.47076,0.900169 -2.59373,0.515269 -3.42405,0.336292 -4.49916,-0.96969 -0.50309,-0.6111 -0.44261,-0.642797 0.7687,-0.402931 0.91609,0.181426 1.59856,0.0745 2.25079,-0.352614 0.56209,-0.368078 1.30624,-0.520111 1.86263,-0.380554 0.55035,0.138056 0.92652,0.0636 0.92652,-0.183412 0,-0.272687 0.57766,-0.329241 1.67826,-0.164296 1.3369,0.200361 1.72611,0.126874 1.91358,-0.36132 0.29068,-0.757168 1.43989,-0.77213 3.82191,-0.04972 1.77631,0.538668 1.82939,0.531412 1.82939,-0.25043 0,-0.442835 0.30327,-1.035279 0.67394,-1.316499 0.61386,-0.465712 0.58151,-0.512435 -0.36236,-0.523581 -1.22872,-0.01451 -1.50655,-0.355227 -1.21095,-1.485076 0.17836,-0.681569 0.51391,-0.842235 1.81082,-0.866981 0.87551,-0.01672 1.37525,-0.117762 1.11045,-0.22454 -0.26478,-0.106763 -0.48141,-0.435525 -0.48141,-0.730538 0,-1.390917 -3.95429,-2.492412 -5.29529,-1.475045 -1.36344,1.034374 -3.94783,0.383354 -3.94783,-0.994461 0,-0.403467 -0.17332,-0.840624 -0.38515,-0.971448 -0.6925,-0.427739 -0.40504,-1.347182 0.42121,-1.347182 0.48243,0 0.88721,0.309244 1.00774,0.769815 0.11079,0.423408 0.38424,0.76981 0.6076,0.76981 0.22339,0 0.7195,0.283391 1.10245,0.629761 0.64463,0.583072 0.71421,0.583072 0.93806,0 0.133,-0.34637 0.48322,-0.629761 0.7783,-0.629761 0.63726,0 0.71112,-0.616494 0.11781,-0.982976 -0.23027,-0.142232 -0.33486,-0.578935 -0.23241,-0.97048 0.13245,-0.506271 -0.19151,-0.934591 -1.12186,-1.483191 -1.31607,-0.776074 -1.72065,-1.551757 -0.82667,-1.585052 0.78163,-0.02909 -2.86419,-1.78763 -4.33273,-2.089843 -0.7414,-0.152556 -3.25437,-1.196726 -5.58442,-2.320323 -2.33003,-1.12364 -4.62634,-2.1575405 -5.10297,-2.2975397 -0.97338,-0.2859422 -1.17731,-0.9724835 -0.28885,-0.9724835 0.31775,0 0.57772,-0.1732065 0.57772,-0.3849151 0,-0.2116799 0.25998,-0.3848976 0.57771,-0.3848976 0.31769,0 0.5777,0.1732177 0.5777,0.3848976 0,0.2117086 0.47657,0.3859739 1.05908,0.3873015 0.58253,0.00127 1.57903,0.275962 2.21449,0.6103774 1.55269,0.817047 5.1993,1.2060504 5.1993,0.5546301 0,-0.2994853 0.25341,-0.3822539 0.67396,-0.220084 0.37068,0.1428887 2.667,0.6838423 5.10297,1.2020753 2.43599,0.518214 4.77564,1.104886 5.19926,1.303681 1.89419,0.888934 3.81256,1.550709 4.49516,1.550709 0.4083,0 1.25366,0.264259 1.87862,0.587232 1.01852,0.526395 9.84005,4.704939 6.33551,3.483101 -0.42363,-0.147712 -0.12206,0.131806 0.6702,0.621137 0.79223,0.489313 1.44217,1.106166 1.44423,1.370795 0.002,0.264625 0.18095,0.481135 0.39751,0.481135 0.21656,0 5.46987,4.069458 7.69398,5.390735 2.22419,1.321278 4.58759,2.915636 5.25218,3.543034 0.76299,0.720309 1.30358,0.986516 1.46696,0.722331 0.37441,-0.60544 -0.10142,-1.191037 -0.7619,-0.937722 -0.53246,0.204207 -0.62526,0.06019 -0.71945,-1.116486 -0.0212,-0.264631 -0.2982,-0.683483 -0.61557,-0.93079 -1.15394,-0.899135 -0.0238,-0.923124 2.55769,-0.05429 2.69293,0.906356 3.48954,1.445915 2.78089,1.88364 -0.23511,0.145193 -0.13406,0.346124 0.24766,0.492516 0.35459,0.135999 0.80999,0.14521 1.01199,0.02043 0.20195,-0.124761 0.60762,-0.02746 0.9014,0.216188 0.29373,0.24369 1.06758,0.458189 1.71958,0.476725 0.86007,0.02444 1.15809,0.202503 1.08579,0.648603 -0.0652,0.402727 0.18951,0.619007 0.73824,0.626767 0.99568,0.01409 4.21639,4.547937 3.36622,3.609106 -0.40112,-0.443008 -1.07786,-0.971734 -1.50388,-1.174968 -0.91411,-0.436063 1.33127,1.638479 4.69874,4.341301 1.37998,1.107631 2.88611,2.765236 3.55933,3.917344 1.20292,2.058469 5.84364,7.0332 8.14688,8.73312 l 1.30375,0.962266 c 0,0 3.8013,4.701933 3.47845,4.43414 -0.82475,-0.684087 1.17483,2.301715 0.71976,2.301715 -0.12855,0 -1.12793,-0.952642 -2.22089,-2.116983 -1.09295,-1.164339 -2.14393,-2.11698 -2.33554,-2.11698 -0.1916,0 -0.68906,-0.303125 -1.10542,-0.673589 -0.74769,-0.66536 -0.74913,-0.658314 -0.11669,0.577358 0.41541,0.811625 0.48706,1.250943 0.20405,1.250943 -0.23994,0 -0.33304,0.26881 -0.20689,0.597346 0.14841,0.386535 0.074,0.501387 -0.21082,0.325439 -0.88431,-0.546185 0.10603,0.594433 1.17916,1.358101 l 1.092,0.777113 -0.13329,-1.144087 c -0.21402,-1.83695 0.51851,-1.328302 1.81678,1.261575 1.5492,3.090367 1.91648,3.556825 2.30527,2.928095 0.2035,-0.329105 0.86852,0.155869 2.15218,1.569626 2.08769,2.299123 3.09517,3.793265 4.81816,7.145672 0.65282,1.270188 1.55363,2.682849 2.0018,3.139219 1.35599,1.381005 1.79907,2.014444 2.37854,3.400475 0.73242,1.75188 0.72013,2.651534 -0.0322,2.362984 -0.45576,-0.174778 -0.50772,-0.07664 -0.23308,0.43995 0.50946,0.958298 1.97504,8.095037 1.97504,9.617687 0,0.709218 0.3754,2.102713 0.83419,3.096668 0.93668,2.029285 1.43882,5.848701 0.7689,5.848701 -0.22987,0 -0.60827,-0.736129 -0.84087,-1.635846 -0.6923,-2.677893 -0.8238,-3.049774 -1.01189,-2.861788 -0.0986,0.09858 0.0756,1.52863 0.3872,3.1779 0.51869,2.745333 0.70968,3.130931 2.26103,4.564847 2.1731,2.00855 2.83445,4.35766 3.1769,11.28508 0.22142,4.47911 0.17872,5.09997 -0.35087,5.09997 -0.33168,0 -0.60303,-0.25976 -0.60303,-0.57731 0,-0.31757 -0.25994,-0.57737 -0.57768,-0.57737 -0.3177,0 -0.57767,-0.25986 -0.57767,-0.57737 0,-0.86055 -0.68022,-0.69741 -0.97605,0.23409 -0.31688,0.99776 0.14243,4.96216 0.57492,4.96216 0.17249,0 0.42473,0.74042 0.56054,1.64538 0.17374,1.15768 0.49042,1.7566 1.06867,2.02075 1.70888,0.78063 2.59283,7.87365 1.70051,13.6456 -0.31012,2.00623 -0.74931,3.70947 -0.97596,3.78494 -0.22669,0.0755 -0.41214,0.38264 -0.41214,0.68254 0,0.29997 -0.17326,0.54534 -0.38514,0.54534 -0.21179,0 -0.38507,-0.26175 -0.38507,-0.58156 0,-0.72837 -1.58929,-4.18489 -2.00382,-4.35805 -0.5052,-0.21126 -0.34855,-0.91125 0.31192,-1.39385 0.54938,-0.4015 0.50611,-0.52626 -0.38511,-1.10986 -1.27684,-0.8361 -1.29769,-2.15448 -0.0525,-3.32351 0.7965,-0.74774 1.04908,-0.8125 1.54988,-0.39711 0.32902,0.27296 0.70711,0.38746 0.84018,0.25446 0.39121,-0.391 -1.07204,-5.25656 -1.58083,-5.25656 -0.26546,0 -0.74939,-1.27834 -1.12925,-2.98302 -1.14844,-5.15345 -1.47236,-6.38357 -2.30585,-8.75665 l -0.81122,-2.30942 -0.39636,2.08567 c -0.37674,1.98241 -1.18249,2.99658 -1.50289,1.89158 -0.0818,-0.28218 -0.34881,-1.24925 -0.59337,-2.14893 -0.24448,-0.89971 -0.58912,-1.63586 -0.76583,-1.63586 -0.17664,0 -0.98345,-0.60621 -1.79285,-1.34717 -0.80944,-0.74094 -1.56775,-1.34459 -1.68523,-1.34149 -0.40365,0.0108 -2.71691,5.47087 -2.71691,6.41287 0,0.51834 -0.24071,1.75446 -0.53481,2.74686 -0.63959,2.15786 -1.46107,6.83395 -1.4218,8.09339 0.0154,0.49525 -0.38812,1.76934 -0.89669,2.83137 -0.85539,1.7864 -0.88348,2.02945 -0.37494,3.24583 0.30235,0.72314 0.56698,2.13381 0.58808,3.13472 0.0459,2.17646 0.59384,4.20553 1.24409,4.60749 0.96354,0.59545 2.16631,2.75718 2.16631,3.89324 0,1.46391 -0.68724,3.02005 -1.46561,3.31856 -0.78453,0.30074 -1.16559,-0.37712 -1.46944,-2.61421 -0.27733,-2.04122 -0.76751,-1.96929 -1.4744,0.21629 -0.30898,0.95538 -0.62496,1.25136 -1.33605,1.25136 -0.73947,0 -1.15661,-0.43611 -2.02542,-2.11702 -0.60174,-1.1643 -1.26792,-2.17538 -1.48036,-2.24681 -0.2124,-0.0715 -0.81196,-1.02404 -1.3324,-2.11706 -0.52039,-1.09287 -1.36344,-2.43276 -1.87345,-2.97744 -0.51002,-0.54483 -1.04706,-1.36752 -1.19338,-1.82842 -0.14639,-0.46077 -0.4463,-0.83783 -0.66648,-0.83783 -0.2202,0 -0.30856,-0.23928 -0.19629,-0.53169 0.11231,-0.29237 -0.21578,-1.14918 -0.72903,-1.90407 -0.51326,-0.75482 -0.9332,-1.54523 -0.9332,-1.75643 0,-0.21828 -0.62613,-0.30847 -1.45157,-0.20898 -0.97799,0.11775 -1.94694,-0.0776 -2.9699,-0.5988 -0.83512,-0.42552 -1.74164,-0.77358 -2.01461,-0.77358 -0.27295,0 -0.49624,-0.24608 -0.49624,-0.54684 0,-0.30071 -0.53167,-0.66346 -1.18145,-0.80607 -0.64976,-0.14266 -1.27673,-0.50763 -1.39323,-0.81112 -0.11652,-0.30345 -0.55889,-0.73735 -0.98305,-0.96423 -0.60448,-0.32333 -0.98993,-0.25407 -1.78403,0.32068 -0.55708,0.40323 -1.61951,0.97691 -2.36086,1.27496 -0.74136,0.29801 -1.68673,0.85395 -2.10075,1.23546 -0.41407,0.38152 -0.93403,0.62948 -1.15542,0.55105 -0.22142,-0.0784 -1.1825,0.0903 -2.13566,0.37498 -2.15629,0.64382 -4.32128,0.67195 -4.92966,0.064 -0.67565,-0.67526 -0.61024,0.59871 0.10127,1.97398 0.64978,1.25569 1.44632,1.65721 2.67568,1.34894 0.53381,-0.13389 1.42383,0.11073 2.31544,0.63649 1.35233,0.79738 1.43223,0.94577 1.20569,2.23864 -0.13341,0.7615 -0.34079,2.03401 -0.46081,2.82799 -0.13213,0.87387 -0.43022,1.4434 -0.75547,1.4434 -0.36433,0 -0.5373,0.46583 -0.5373,1.44696 0,1.03017 -0.22185,1.58561 -0.7702,1.92778 -0.42367,0.2645 -0.77027,0.84203 -0.77027,1.28334 0,0.48563 -0.31207,0.88422 -0.78996,1.00901 -0.47669,0.12471 -0.87503,0.63206 -1.0047,1.2799 -0.13389,0.66914 -0.52547,1.15291 -1.03944,1.28414 -1.28286,0.32773 -3.64785,2.4647 -3.78349,3.41895 -0.0758,0.53306 -0.85317,1.33788 -2.04786,2.12029 -1.05915,0.69363 -2.33435,1.63913 -2.83382,2.10132 -1.15325,1.0667 -4.72238,3.37358 -5.21984,3.37358 -0.20741,0 -0.84593,0.4489 -1.41893,0.99743 -0.63657,0.60966 -1.53227,1.02143 -2.30266,1.05854 -1.13087,0.0547 -1.35069,-0.11768 -2.13244,-1.67117 -1.09082,-2.16771 -1.36918,-2.98076 -1.50352,-4.39152 -0.0742,-0.77853 -0.69814,-1.65849 -2.04696,-2.88677 -1.06722,-0.9718 -2.04042,-2.12632 -2.16271,-2.56539 -0.12227,-0.4393 -0.78357,-1.04554 -1.4695,-1.34717 -0.9688,-0.42618 -1.36496,-0.93529 -1.77495,-2.28084 -0.88559,-2.90609 -1.66848,-4.23888 -2.63229,-4.48052 -0.50088,-0.12567 -1.16906,-0.72782 -1.48483,-1.33806 -0.31579,-0.61029 -0.72421,-1.10963 -0.90764,-1.10963 -0.18341,0 -0.44099,-0.3898 -0.57244,-0.86604 -0.40784,-1.47805 -2.67732,-3.82388 -3.42274,-3.53803 -0.36203,0.1389 -0.65824,0.51589 -0.65824,0.83803 0,0.7397 1.9981,4.24708 3.07583,5.39926 0.44812,0.47913 0.7187,1.02644 0.60129,1.21623 -0.28427,0.45984 0.15973,1.56934 0.62806,1.56934 1.0835,0 2.47072,2.35115 2.84022,4.81381 0.20515,1.36698 0.50004,1.87966 1.38004,2.39926 0.61554,0.36346 1.49351,1.44398 1.95098,2.40117 0.4575,0.95727 1.01705,1.86783 1.24352,2.02334 0.27808,0.19093 0.25937,0.28456 -0.0577,0.2886 -0.2581,0.003 -0.36952,0.26566 -0.24762,0.58319 0.29179,0.76001 0.90955,0.74188 0.90955,-0.0268 0,-0.40631 0.28371,-0.5638 0.86652,-0.48095 0.56876,0.0806 0.86656,0.38744 0.86656,0.89274 0,0.47689 0.6205,1.18468 1.63038,1.86018 2.43824,1.63097 3.79398,3.02145 4.08639,4.19093 0.42615,1.70467 1.52809,2.0272 3.64302,1.06681 0.99493,-0.45191 2.06894,-0.98343 2.38665,-1.18153 0.31774,-0.1982 0.83767,-0.46407 1.15541,-0.59072 2.50165,-0.99854 4.86565,-2.23941 5.12212,-2.68886 0.16935,-0.29686 0.64599,-0.53975 1.05908,-0.53975 0.56591,0 0.75114,0.26577 0.75114,1.07774 0,0.59256 0.21662,1.2963 0.4814,1.56341 0.38558,0.38928 0.35043,0.55971 -0.17655,0.85707 -0.36186,0.20415 -0.56643,0.6096 -0.45451,0.90104 0.11187,0.29144 -0.17499,1.27099 -0.63755,2.17725 -0.46252,0.90599 -1.25847,2.75591 -1.7688,4.11123 -1.45142,3.85357 -3.31538,6.40191 -8.36246,11.43172 -6.98163,6.95784 -10.65537,11.36716 -9.47056,11.36716 0.6016,0 0.40618,1.47396 -0.21326,1.60787 -0.50211,0.10833 -0.50614,0.25705 -0.0316,1.166 0.61831,1.18373 0.59209,1.89777 -0.10032,2.7315 -0.64619,0.7784 -0.18682,2.45569 0.73876,2.69719 0.66099,0.17293 0.73028,0.54105 0.67705,3.59703 l -0.0593,3.40414 -1.58602,1.53995 c -0.89798,0.87159 -2.44948,1.8451 -3.57665,2.2442 -1.09483,0.38729 -2.20535,0.96288 -2.46776,1.27907 -0.26242,0.31598 -1.14704,0.91558 -1.96587,1.33336 -1.64305,0.83751 -2.14044,1.6261 -1.50685,2.38907 0.48921,0.58972 0.15465,3.17121 -0.4752,3.66702 -0.23761,0.18684 -1.31831,0.62895 -2.4016,0.98146 -1.6527,0.53858 -2.07582,0.87737 -2.6302,2.10622 -0.6619,1.46741 -0.79238,1.56072 -6.11489,4.37484 -3.26073,1.72435 -5.40727,2.14016 -12.00802,2.32847 -3.38912,0.0962 -6.63869,0.0991 -7.22115,0.006 z m 30.20734,-26.257 c -0.32045,-0.80855 -0.76278,1.39171 -0.49612,2.46773 0.14739,0.59446 0.25305,0.47106 0.46459,-0.5437 0.15065,-0.72206 0.16483,-1.58769 0.0315,-1.92403 z m -8.15869,-5.37827 c 0,-0.18679 -0.35648,-0.433 -0.79225,-0.54681 -0.65007,-0.17023 -0.71077,-0.10901 -0.33799,0.33989 0.50849,0.61214 1.13024,0.726 1.13024,0.20692 z m 5.55295,-8.89757 c 0.79058,0 1.88197,-1.44861 1.6151,-2.14356 -0.18154,-0.47289 -0.50938,-0.56654 -1.29837,-0.37071 -0.58053,0.14377 -1.1133,0.42229 -1.1839,0.61812 -0.0706,0.19591 -0.35422,0.35631 -0.63027,0.35631 -0.27607,0 -0.57702,0.51175 -0.66888,1.1372 -0.1355,0.92269 -0.0168,1.15862 0.63027,1.25114 0.43851,0.0624 0.85331,-0.10289 0.92175,-0.36758 0.0685,-0.26433 0.34491,-0.48092 0.6143,-0.48092 z m 93.40154,-51.33306 c -0.36625,-0.33713 -0.41759,-0.2759 -0.22516,0.26832 0.13702,0.38776 0.27284,0.99394 0.30165,1.34719 0.0288,0.35315 0.13021,0.23235 0.22518,-0.26833 0.095,-0.50074 -0.0408,-1.10696 -0.30167,-1.34718 z m -0.36107,-1.2066 c 0,-0.73926 -0.24055,-0.73926 -0.5244,0 -0.12196,0.31753 -0.0538,0.57743 0.15132,0.57743 0.20521,0 0.37308,-0.2599 0.37308,-0.57743 z m -60.0745,-2.83477 c 0.005,-0.54369 0.0553,-0.55123 0.36908,-0.0552 0.48262,0.76289 0.84846,0.35139 2.3069,-2.59484 0.655,-1.32313 1.35934,-2.40564 1.56529,-2.40564 0.20591,0 0.36892,-0.21657 0.36223,-0.48117 -0.007,-0.26463 -0.45105,0.0177 -0.98743,0.62735 -1.22697,1.39471 -3.67914,1.78175 -5.45938,0.86168 -0.65712,-0.33964 -1.46147,-0.51526 -1.78737,-0.39034 -0.57528,0.22066 -3.30756,-2.24179 -3.30756,-2.98079 0,-0.18217 -0.18351,-0.33108 -0.40784,-0.33108 -0.22435,0 -0.30078,-0.17324 -0.16982,-0.38489 0.13088,-0.21175 0.0545,-0.38492 -0.16986,-0.38492 -0.22435,0 -0.41052,0.38969 -0.41378,0.86601 -0.005,0.70028 -0.0773,0.75557 -0.37924,0.2887 -0.32291,-0.49936 -0.37411,-0.49072 -0.37921,0.0642 -0.003,0.35283 -0.22251,0.73588 -0.48736,0.85128 -0.33024,0.14386 -0.20937,0.41032 0.38517,0.84885 0.47661,0.3514 0.86659,0.8722 0.86659,1.15733 0,0.29061 0.24121,0.42584 0.54896,0.30779 0.32997,-0.12657 0.82732,0.2239 1.24641,0.87813 0.38354,0.59877 0.95971,1.31804 1.28033,1.59832 0.32066,0.28035 0.39525,0.41789 0.16576,0.30567 -0.22945,-0.11225 -0.41719,0.0192 -0.41719,0.29221 0,0.27293 0.24575,0.49626 0.54611,0.49626 0.3661,0 0.48892,-0.29926 0.37255,-0.90777 -0.14839,-0.7755 -0.055,-0.87123 0.64134,-0.65781 1.04474,0.32025 0.97478,0.23768 1.3716,1.62043 0.23648,0.82417 0.20348,1.24216 -0.10817,1.37013 -0.31679,0.13024 -0.28814,0.29605 0.0977,0.56498 0.69012,0.48109 2.33973,-0.5199 2.34819,-1.4248 z m -58.93082,-5.82908 c 0.16822,-1.50986 0.36309,-1.81371 1.54052,-2.40155 1.74536,-0.8714 3.28466,-0.85566 4.18372,0.0429 0.3946,0.39443 1.3911,0.84294 2.21449,0.99679 0.8233,0.15378 1.67025,0.41674 1.88209,0.58447 0.21183,0.16762 0.99169,0.40236 1.73307,0.52152 0.74142,0.11915 2.21449,0.37937 3.27363,0.57824 1.64487,0.30874 2.0761,0.25475 2.95749,-0.37039 1.07337,-0.76135 2.9999,-0.94799 5.34421,-0.51784 1.77258,0.32525 2.0087,0.007 3.02489,-4.07815 1.0008,-4.02308 0.75447,-6.242 -0.71638,-6.45331 -0.52709,-0.0757 -1.04997,0.11475 -1.23828,0.45106 -0.49488,0.88375 -2.55523,1.21246 -3.33198,0.53159 -1.02184,-0.89573 -2.38118,-1.20045 -2.38118,-0.53382 0,1.10798 -2.02297,1.37205 -3.0035,0.39211 -0.59347,-0.59317 -0.65236,-0.57512 -0.84963,0.2601 -0.21531,0.91153 -1.15357,1.55748 -1.15357,0.79421 0,-0.22944 -0.36005,-0.77682 -0.80008,-1.21659 -0.43999,-0.43976 -0.70103,-1.05737 -0.58013,-1.37235 0.16506,-0.42985 0.0283,-0.51198 -0.54791,-0.32919 -0.55219,0.17514 -0.76783,0.0678 -0.76783,-0.38244 0,-0.34432 0.17333,-0.519 0.38515,-0.38817 0.21182,0.13086 0.3851,0.0545 0.3851,-0.16971 0,-0.2242 -0.26791,-0.40761 -0.59539,-0.40761 -0.46188,0 -0.57541,-0.38692 -0.50614,-1.7247 0.0492,-0.94855 -0.0296,-1.84349 -0.17482,-1.98869 -0.14524,-0.14519 -0.26414,-0.0619 -0.26414,0.18505 0,0.24698 -0.25999,0.44906 -0.57768,0.44906 -0.31772,0 -0.5777,-0.25979 -0.5777,-0.57733 0,-0.31755 0.17326,-0.57738 0.38511,-0.57738 0.21182,0 0.38515,-0.28633 0.38515,-0.63622 0,-0.51102 -0.14952,-0.464 -0.75943,0.23876 -0.41768,0.48135 -1.29963,0.98558 -1.95992,1.12055 l -1.20047,0.24537 0.99876,1.07706 c 0.5647,0.60891 1.19131,0.95814 1.44174,0.80347 0.24359,-0.15046 0.34188,-0.11019 0.21834,0.0895 -0.12345,0.19971 0.47396,1.1191 1.32761,2.04305 1.32961,1.43911 1.46249,1.73005 0.92716,2.02942 -0.34368,0.19225 -0.52436,0.51209 -0.40147,0.71077 0.12284,0.19871 0.0584,0.36126 -0.14327,0.36126 -0.20166,0 -0.46532,-0.25686 -0.58586,-0.57083 -0.12469,-0.32485 -0.47444,-0.47297 -0.81143,-0.34375 -0.41916,0.16072 -0.59232,-0.0134 -0.59232,-0.59592 0,-0.9875 -1.0942,-1.51518 -1.57348,-0.75881 -0.18718,0.29547 -0.34305,1.01355 -0.34625,1.59573 -0.003,0.58217 -0.17925,1.0585 -0.39105,1.0585 -0.21177,0 -0.38514,-0.13523 -0.38514,-0.30054 0,-0.16528 -0.51986,-0.49664 -1.15538,-0.73638 -0.77534,-0.29249 -1.15539,-0.70006 -1.15539,-1.2391 0,-0.44279 -0.24908,-0.80325 -0.55495,-0.80325 -0.80405,0 -1.17488,-0.79852 -0.55349,-1.19185 0.38439,-0.24328 0.39792,-0.33759 0.0493,-0.34184 -0.26474,-0.003 -0.48141,-0.34212 -0.48141,-0.75302 0,-0.41089 -0.1759,-0.85577 -0.39095,-0.9886 -0.72819,-0.44977 -1.51105,-2.90515 -1.2855,-4.03199 0.17728,-0.88613 0.008,-1.31591 -0.82048,-2.08326 -0.57413,-0.53175 -1.63365,-1.16135 -2.35451,-1.39908 -0.72083,-0.23782 -1.31067,-0.61557 -1.31067,-0.8395 0,-0.22392 -0.38991,-0.78713 -0.86648,-1.25162 -1.43006,-1.39362 -2.21451,-2.49079 -2.21451,-3.09725 0,-0.876931 -0.75364,-0.68108 -1.12756,0.29312 -0.2583,0.67295 -0.12679,1.08519 0.59012,1.84932 0.50739,0.54079 0.92255,1.25362 0.92255,1.58396 0,0.93012 1.51126,2.62893 2.33875,2.62893 0.40829,0 0.74227,0.22652 0.74227,0.50328 0,0.27679 0.77994,1.05264 1.73308,1.72418 1.75998,1.23979 2.00809,1.74565 1.35929,2.77119 -0.3072,0.48573 -0.48451,0.4408 -1.17245,-0.29721 -0.44571,-0.47817 -0.98854,-0.75945 -1.20616,-0.625 -0.26761,0.16529 -0.26005,0.37998 0.023,0.66292 0.23028,0.23012 0.41864,0.71238 0.41864,1.07167 0,0.9081 -1.95122,3.04187 -2.78161,3.04187 -0.50379,0 -0.6845,0.30478 -0.6845,1.15469 0,1.28092 -0.72464,1.53023 -1.67812,0.57737 -0.31774,-0.31753 -0.69331,-0.57737 -0.83457,-0.57737 -0.58663,0 -2.494,-1.63348 -2.494,-2.1359 0,-0.68412 1.84455,-1.17835 2.38434,-0.63879 0.48114,0.48083 3.07687,0.13873 3.49271,-0.46031 0.46539,-0.67037 -0.0498,-2.14661 -1.06528,-3.05253 -2.08547,-1.86046 -2.96427,-2.56576 -3.20774,-2.57445 -0.14087,-0.005 -0.76596,-0.69781 -1.38912,-1.53963 -0.62314,-0.84177 -1.35969,-1.53049 -1.6368,-1.53049 -0.27709,0 -0.50378,-0.1732 -0.50378,-0.38492 0,-0.21168 0.18496,-0.38492 0.41102,-0.38492 0.56165,0 0.0203,-1.61341 -0.72361,-2.15712 -0.4401,-0.3216 -0.8808,-0.28187 -1.77339,0.15992 -2.2693,1.1233 -2.52803,1.22742 -3.04887,1.22742 -0.28811,0 -1.076993,-0.27583 -1.753067,-0.61292 -1.50675,-0.75122 -2.355245,-0.48243 -2.355245,0.74615 0,1.10974 -0.464036,1.52189 -2.503362,2.22354 -2.029038,0.69809 -4.120167,2.57014 -3.843612,3.44097 0.229203,0.72179 -1.952853,3.20742 -2.512364,2.86186 -0.176919,-0.10935 -0.583252,0.0627 -0.902907,0.38218 -0.665218,0.66479 -1.708192,0.73988 -3.073209,0.22122 -1.27427,-0.4842 -2.569753,-0.0976 -2.569753,0.76677 0,0.85696 0.373807,1.11065 1.794959,1.21815 0.60145,0.0455 1.308202,0.2903 1.570611,0.54402 0.320047,0.30956 0.827165,0.35301 1.540519,0.13207 4.208515,-1.3036 5.151769,-1.34292 12.424777,-0.51771 1.165079,0.1322 3.035243,0.22233 4.155953,0.20031 1.42801,-0.028 2.10021,0.12259 2.24644,0.50331 0.11475,0.29886 0.45423,0.44918 0.75442,0.33407 0.36611,-0.14044 0.54578,0.0616 0.54578,0.61375 0,0.45266 -0.25179,0.91964 -0.55949,1.03764 -0.44211,0.16954 -0.46994,0.38921 -0.13253,1.04645 1.13342,2.20719 1.15109,2.28026 0.63127,2.60956 -0.28436,0.18009 -0.8016,0.33004 -1.14968,0.33333 -0.34801,0.003 -0.73594,0.2747 -0.86216,0.60319 -0.13237,0.34497 -0.0673,0.49732 0.15418,0.36048 0.21091,-0.13026 0.96602,0.38033 1.67793,1.13473 0.71685,0.75969 1.66997,1.37163 2.13647,1.37163 1.53525,0 4.2661,1.48976 4.2661,2.32732 0,0.483 0.39335,0.91965 1.0591,1.1754 0.58252,0.22386 1.83907,0.80771 2.79219,1.29752 2.41733,1.24199 2.85136,1.1075 3.08108,-0.9547 z m 7.58348,-7.20268 c -0.60874,-0.0914 -1.0158,-0.3608 -0.93071,-0.61592 0.17358,-0.52048 0.23042,-0.52262 2.68666,-0.10191 3.39863,0.58213 1.77058,1.24762 -1.75595,0.71783 z m 13.5987,-0.13451 c 0,-0.55717 1.0069,-1.53219 1.2901,-1.2492 0.12449,0.12448 0.66506,-0.061 1.20121,-0.41209 1.00352,-0.65719 1.33336,-0.36312 0.51272,0.45709 -0.2542,0.254 -0.3077,0.4619 -0.11897,0.4619 0.18877,0 0.007,0.25427 -0.40442,0.56512 -0.87351,0.6603 -2.48064,0.77509 -2.48064,0.17718 z m -8.99722,-0.93476 c 0.28377,-0.73927 0.52435,-0.73927 0.52435,0 0,0.31753 -0.16789,0.57736 -0.37307,0.57736 -0.20514,0 -0.27327,-0.25983 -0.15128,-0.57736 z m -20.65782,-1.34718 c 0,-0.49325 0.27265,-0.49325 0.57768,0 0.13088,0.21169 0.0545,0.38492 -0.16987,0.38492 -0.22432,0 -0.40781,-0.17323 -0.40781,-0.38492 z m -8.13332,-7.19105 c -0.0251,-0.17305 -0.0107,-0.48783 0.032,-0.69952 0.0427,-0.21172 0.0778,-1.09939 0.0778,-1.97264 0,-1.23413 0.1406,-1.57703 0.63113,-1.53965 0.49754,0.0379 0.60731,-0.25176 0.51854,-1.36729 -0.0881,-1.10694 0.061,-1.50827 0.68463,-1.84183 0.70022,-0.3745 0.79409,-0.31926 0.77032,0.45309 -0.0149,0.48377 -0.16488,1.22601 -0.33332,1.64942 -0.16834,0.42339 -0.16298,1.15305 0.0121,1.62144 0.24276,0.64979 -0.13144,2.88112 -0.57541,3.43078 -0.22252,0.27534 -1.7834,0.50389 -1.81782,0.2662 z m -8.60731,-2.41128 c -0.338629,-0.54763 0.09319,-1.17506 0.80867,-1.17506 0.337425,0 0.530717,0.27041 0.458682,0.6417 -0.150004,0.77307 -0.918985,1.09667 -1.267352,0.53336 z m 2.105658,-0.76741 c 0,-0.22421 0.173296,-0.40765 0.38512,-0.40765 0.493493,0 0.493493,0.27254 0,0.57737 -0.211824,0.13085 -0.38512,0.0545 -0.38512,-0.16972 z m 32.009162,7.56474 c -0.3145,-0.31433 -0.42845,-0.27127 -0.42845,0.16194 0,0.76517 0.51786,1.28277 0.70929,0.70892 0.0812,-0.2435 -0.0452,-0.63532 -0.28084,-0.87086 z m 42.82914,-5.37424 c 0.56652,-0.4159 0.59114,-0.65082 0.18175,-1.73208 -0.26051,-0.6881 -0.60894,-1.25097 -0.77432,-1.25097 -0.16538,0 -0.30067,-0.21908 -0.30067,-0.48683 0,-0.26778 -0.34663,-1.13318 -0.77029,-1.92314 -0.42365,-0.78995 -0.77026,-1.67555 -0.77026,-1.96796 0,-0.29239 -0.25998,-0.74722 -0.57769,-1.01078 -0.31771,-0.2635 -0.57768,-0.89095 -0.57768,-1.39428 0,-0.66529 -0.21504,-0.91514 -0.78776,-0.91514 -0.43328,0 -1.22106,-0.43299 -1.75062,-0.96222 -0.52954,-0.529248 -1.11567,-0.962271 -1.3025,-0.962271 -0.18678,0 -0.65551,-0.39891 -1.04158,-0.88649 -0.94457,-1.192971 -1.88897,-1.503155 -2.46491,-0.809583 -0.34735,0.418279 -0.36263,0.791962 -0.0581,1.420523 0.22727,0.469092 0.51181,1.285936 0.63236,1.815151 0.12051,0.52926 0.35063,1.13973 0.51134,1.35665 0.60476,0.81601 4.45818,3.64712 4.96413,3.64712 0.29003,0 0.52736,0.25982 0.52736,0.57734 0,0.31756 -0.2686,0.57739 -0.59688,0.57739 -0.48333,0 -0.57492,0.42115 -0.48141,2.21319 0.10608,2.03262 0.19406,2.22375 1.07829,2.34204 0.52956,0.0709 1.12751,0.28742 1.32869,0.48113 0.52686,0.5073 2.26489,0.43342 3.03076,-0.12879 z m -37.09548,-1.05851 c 0,-0.21168 -0.27022,-0.3849 -0.60044,-0.3849 -0.33024,0 -0.49333,0.17322 -0.36244,0.3849 0.30803,0.49803 0.96288,0.49803 0.96288,0 z m 4.91865,-2.45836 c 1.53798,-0.984 5.09473,-1.66518 5.09473,-0.9757 0,0.2201 0.18092,0.28849 0.40197,0.15188 0.22114,-0.1365 0.65492,-0.0385 0.96401,0.2179 0.31384,0.26031 1.67587,0.46615 3.08443,0.46615 2.09002,0 2.68138,-0.14929 3.45006,-0.87106 1.15451,-1.08391 0.81512,-1.89486 -1.24613,-2.97746 -0.80028,-0.42038 -2.40829,-1.27186 -3.57332,-1.89225 -2.26985,-1.20876 -3.07452,-1.2232 -4.68099,-0.0841 -1.2496,0.88596 -2.25136,0.93563 -2.25136,0.11146 0,-0.33739 -0.36061,-0.70768 -0.80132,-0.82284 -0.55224,-0.14431 -0.74299,-0.43224 -0.61373,-0.92621 0.13229,-0.505545 -0.0194,-0.716791 -0.51458,-0.716791 -0.38612,0 -0.79039,-0.216508 -0.89827,-0.481134 -0.25505,-0.625414 -1.77316,1.178155 -1.78509,2.120705 -0.005,0.37252 -0.35519,0.974 -0.77884,1.33651 -0.42707,0.36547 -0.77022,1.13545 -0.77022,1.72829 0,0.58805 -0.15311,1.06918 -0.34026,1.06918 -0.64634,0 -0.78901,1.71466 -0.21544,2.58948 0.80918,1.23423 3.5103,1.21251 5.47435,-0.044 z m 6.75649,-8.84943 c 0.11204,-0.291752 0.0227,-0.711396 -0.19861,-0.932499 -0.51547,-0.515173 -2.23343,0.213548 -2.23343,0.947368 0,0.690818 2.1662,0.677544 2.43204,-0.01487 z m -28.0659,-16.225205 c 0.91359,-0.690616 2.2068,-0.730169 2.85013,-0.0872 0.32958,0.329364 0.56305,0.350553 0.75107,0.06815 0.15002,-0.225353 0.55767,-0.514534 0.90579,-0.642561 0.40381,-0.14852 0.70464,-0.835009 0.83095,-1.896458 0.10889,-0.914997 0.50735,-2.566546 0.88535,-3.67008 0.57555,-1.679995 0.879,-2.054987 1.86496,-2.304755 1.0359,-0.262402 0.89955,-0.321986 -1.13323,-0.495433 -1.34426,-0.114711 -2.37692,-0.03906 -2.46893,0.180864 -0.27168,0.64917 -1.00005,1.241993 -1.86206,1.515405 -0.86704,0.275054 -1.47139,1.484185 -1.06787,2.136681 0.26156,0.423005 -0.4512,1.971734 -1.1097,2.411182 -0.23308,0.155526 -0.81371,0.285426 -1.29034,0.288672 -0.89272,0.0061 -1.16204,0.547729 -0.48143,0.968166 0.58208,0.359515 0.46145,0.962258 -0.19249,0.962258 -0.31776,0 -0.57768,-0.173204 -0.57768,-0.38491 0,-0.211699 -0.43333,-0.38491 -0.96289,-0.38491 -0.52955,0 -0.96285,0.173211 -0.96285,0.38491 0,0.211706 0.26001,0.38491 0.57771,0.38491 0.31774,0 0.57769,0.259823 0.57769,0.577355 0,0.754758 1.86167,0.746817 2.86582,-0.01224 z m 2.52853,-4.655729 c -0.001,-0.450403 0.26166,-1.038008 0.58453,-1.30581 0.91347,-0.757701 0.99738,-0.269748 0.16938,0.985658 -0.66674,1.010809 -0.75164,1.046869 -0.75391,0.320152 z m -6.95924,1.034589 c 0.45122,-0.285374 0.46685,-0.514905 0.0843,-1.24504 -0.27928,-0.533165 -0.38346,-0.603007 -0.2577,-0.172675 0.12743,0.435961 -0.0588,0.927206 -0.46951,1.238705 -0.76011,0.576499 -0.22249,0.726247 0.64289,0.17901 z m 13.7517,-1.375294 c 0.33169,-0.863832 -0.60051,-1.848287 -1.2444,-1.3142 -0.40192,0.33336 -0.41216,0.577959 -0.0489,1.159466 0.55459,0.887494 0.99182,0.939801 1.29325,0.154734 z m 15.15749,-2.85918 c 0,-0.52243 -0.67961,-0.865659 -0.92577,-0.467595 -0.23019,0.372224 0.10336,0.829777 0.60482,0.829777 0.1765,0 0.32095,-0.162989 0.32095,-0.362182 z M 130.8063,72.971939 c 0.28236,-0.73554 0.0864,-0.73554 -0.52445,0 -0.27634,0.33279 -0.31376,0.577354 -0.0884,0.577354 0.21511,0 0.49086,-0.259814 0.61281,-0.577354 z m -7.35665,-1.880189 c 0.32035,-0.469854 0.2234,-4.470773 -0.10839,-4.470773 -0.11289,0 -0.73623,0.484702 -1.38522,1.077139 -1.52711,1.393983 -1.98,3.045005 -1.0312,3.759466 0.72799,0.548226 2.03021,0.359553 2.52481,-0.365832 z m 11.83891,0.354094 c 0,-0.49261 -1.08947,-1.360715 -1.70779,-1.360715 -0.39328,0 -0.22781,0.990838 0.24434,1.462647 0.63736,0.637043 1.46345,0.579527 1.46345,-0.101932 z m -9.41003,-6.217708 c 1.46012,-1.113011 1.72818,-2.071306 0.57952,-2.071306 -0.75481,0 -1.95315,0.942143 -1.95315,1.535623 0,0.179283 -0.10523,0.599916 -0.23376,0.934768 -0.33134,0.862945 0.0886,0.758666 1.60739,-0.399085 z m 11.91336,-0.916594 c -0.13087,-0.211689 -0.53108,-0.372731 -0.88925,-0.357842 -0.53089,0.02206 -0.50891,0.08818 0.119,0.357842 1.03062,0.442608 1.04394,0.442608 0.77025,0 z m 1.92568,-2.077102 c 3e-5,-0.716358 -0.2247,-0.809675 -1.9499,-0.809675 -1.74252,0 -1.93418,0.08189 -1.80201,0.769805 0.12146,0.631684 0.47133,0.776957 1.94996,0.809682 1.58739,0.03511 1.80193,-0.05653 1.80195,-0.769812 z m 75.45858,-7.117012 c 0.11608,-0.187708 -0.0334,-0.544025 -0.3321,-0.791821 -0.44383,-0.368092 -0.50523,-0.305672 -0.33596,0.341301 0.22879,0.874288 0.35382,0.958632 0.66806,0.45052 z M 153.4375,43.80888 c -0.38036,-0.377319 -0.4246,-0.333105 -0.2156,0.215457 0.14464,0.37961 0.35996,0.593245 0.47854,0.474748 0.11861,-0.118523 2.7e-4,-0.429112 -0.26294,-0.690205 z m 45.01242,-10.820023 c 0,-0.07994 -0.30329,-0.383049 -0.67398,-0.673585 -0.61086,-0.478795 -0.62444,-0.465175 -0.14539,0.145309 0.50308,0.641159 0.81937,0.845031 0.81937,0.528276 z M 170.72054,17.173183 c 0,-0.290267 -4.76886,-1.724489 -4.97727,-1.49687 -0.23347,0.255049 -0.10506,0.317505 2.6665,1.296436 1.54014,0.543975 2.31077,0.610828 2.31077,0.200434 z M 162.89652,218.7453 c -0.0854,-0.15368 -0.17718,-0.98534 -0.20406,-1.84799 -0.0398,-1.27978 0.16656,-1.77522 1.11982,-2.68818 1.01733,-0.97387 1.13767,-1.30219 0.92945,-2.53396 -0.27202,-1.60864 0.62862,-3.79406 1.5639,-3.79406 1.0716,0 4.05341,-1.63314 5.10216,-2.79502 4.24725,-4.7047 4.27529,-4.72872 4.84044,-4.12921 0.75068,0.7962 1.07147,3.70774 0.46399,4.21199 -0.26297,0.21766 -0.5922,0.28227 -0.73159,0.14312 -0.13935,-0.13916 -0.2534,0.20841 -0.2534,0.77293 0,0.56494 -0.1733,1.02652 -0.38511,1.02652 -0.21187,0 -0.38517,0.17227 -0.38517,0.38226 0,0.44223 -2.573,4.60486 -4.8141,7.78901 -1.17253,1.6657 -1.94828,2.34412 -3.24763,2.84122 -1.95562,0.74725 -3.77194,1.02924 -3.9987,0.62137 z m 20.53333,-9.6864 c 0,-0.22421 0.17331,-0.40752 0.38514,-0.40752 0.49347,0 0.49347,0.27245 0,0.57689 -0.21183,0.13091 -0.38514,0.0548 -0.38514,-0.16937 z M 92.15394,185.19455 c 0,-0.2242 0.173313,-0.40752 0.385131,-0.40752 0.493493,0 0.493493,0.27245 0,0.57748 -0.211818,0.13066 -0.385131,0.0542 -0.385131,-0.16996 z M 27.565086,181.80391 C 23.28242,175.119 17.963928,163.05276 15.385088,154.17065 c -4.113702,-14.16874 -5.6531979,-30.34771 -4.14825,-43.59461 0.624429,-5.49607 1.308057,-5.83386 1.205295,-0.59543 -0.189931,9.6847 -0.11711,13.2064 0.283075,13.68828 0.23402,0.28184 0.625889,1.72107 0.870855,3.19831 0.244942,1.47723 0.603152,2.98667 0.795998,3.35426 0.192848,0.36753 0.353232,1.49341 0.356353,2.50185 0.0031,1.00842 0.243849,2.87272 0.534883,4.14302 0.291092,1.27013 0.639736,3.17539 0.774804,4.23391 0.433248,3.39543 3.591533,11.07092 5.638268,13.70281 0.592722,0.76218 1.875017,3.05718 2.84949,5.10004 0.974489,2.0428 1.921826,3.714 2.105191,3.714 0.405248,0 0.706444,0.72119 1.414537,3.3868 0.781886,2.94316 0.683124,3.79587 -0.628489,5.42719 l -1.170326,1.4554 1.001888,3.0445 c 1.115825,3.39093 2.086332,7.08636 1.861088,7.08636 -0.08073,0 -0.78482,-0.99626 -1.564662,-2.21343 z M 183.04472,157.45877 c 0.75874,-0.49016 1.65101,-0.49016 1.34795,0 -0.13092,0.21157 -0.61774,0.38225 -1.08186,0.37906 -0.68598,-0.005 -0.73577,-0.0758 -0.26609,-0.37906 z m -22.33753,-2.53403 c 0,-0.67961 0.82909,-0.56135 1.06711,0.15245 0.0838,0.25128 -0.12194,0.45693 -0.45734,0.45693 -0.33536,0 -0.60977,-0.27418 -0.60977,-0.60938 z M 43.804224,140.88226 c -0.139622,-0.2258 -0.161374,-0.50306 -0.04835,-0.61601 0.275877,-0.27566 1.027018,0.2102 1.027018,0.66431 0,0.49193 -0.664905,0.45898 -0.978667,-0.0483 z m 1.36379,-1.51414 c 0,-0.49322 0.272693,-0.49322 0.577692,0 0.130921,0.21181 0.05448,0.38495 -0.169843,0.38495 -0.224316,0 -0.407849,-0.17314 -0.407849,-0.38495 z m -2.021941,-2.49011 c -0.770675,-1.05929 -0.83436,-1.35887 -0.288837,-1.35887 0.211804,0 0.385129,0.20287 0.385129,0.45085 0,0.24793 0.286826,0.76752 0.637381,1.15466 0.350582,0.38721 0.480544,0.69849 0.288847,0.69175 -0.191684,-0.007 -0.651818,-0.42893 -1.02252,-0.93839 z M 232.23709,125.27904 c -0.15441,-0.15439 -0.26979,-0.72812 -0.25643,-1.27499 l 0.0244,-0.99434 0.37171,0.92928 c 0.4006,1.00146 0.31763,1.79713 -0.13972,1.34005 z m -171.054212,-2.0252 c -0.165915,-0.26831 -0.197638,-0.59183 -0.07051,-0.71879 0.34467,-0.34456 0.720484,0.16214 0.534339,0.72031 -0.130481,0.39112 -0.221179,0.39081 -0.463825,-0.002 z m 2.669786,-0.66988 c 0.552026,-0.55173 1.092234,-0.91458 1.200487,-0.80638 0.299613,0.29939 -1.114482,1.80951 -1.694539,1.80951 -0.296348,0 -0.08958,-0.41984 0.494052,-1.00313 z m -4.04969,-0.92143 c 0,-0.21172 0.270196,-0.3849 0.600435,-0.3849 0.330228,0 0.493299,0.17318 0.362385,0.3849 -0.307988,0.49801 -0.96282,0.49801 -0.96282,0 z m 2.695926,-8.85284 c 0,-0.49321 0.272683,-0.49321 0.577676,0 0.13093,0.21168 0.05449,0.38492 -0.169818,0.38492 -0.224341,0 -0.407858,-0.17324 -0.407858,-0.38492 z M 56.721936,98.183276 c 0,-0.493221 0.272681,-0.493221 0.57769,0 0.130905,0.211706 0.05449,0.384903 -0.169825,0.384903 -0.224325,0 -0.407865,-0.173197 -0.407865,-0.384903 z m -2.130153,-3.098573 c -0.353748,-0.572029 -0.07242,-0.77451 0.545619,-0.392764 0.331115,0.20453 0.370474,0.402877 0.111747,0.562719 -0.219833,0.135747 -0.515626,0.05928 -0.657366,-0.169955 z M 16.344051,91.639871 c 0,-0.529232 0.0874,-0.745764 0.194254,-0.481128 0.106836,0.264625 0.106836,0.69764 0,0.962272 -0.106856,0.264611 -0.194254,0.04811 -0.194254,-0.481144 z m 0.242246,-3.507628 c -0.286612,-0.746466 0.481564,-4.190495 0.93467,-4.190495 0.317214,0 0.116693,1.690089 -0.454975,3.834373 -0.188154,0.705832 -0.310533,0.796683 -0.479695,0.356122 z m 4.318507,-13.813139 c 0,-0.21169 0.173302,-0.384905 0.385129,-0.384905 0.211821,0 0.38513,0.173215 0.38513,0.384905 0,0.2117 -0.173309,0.384908 -0.38513,0.384908 -0.211827,0 -0.385129,-0.173208 -0.385129,-0.384908 z m 1.155401,-2.136112 c 0,-0.477218 1.226731,-2.539767 1.404735,-2.361855 0.206667,0.206546 -0.917337,2.573432 -1.222081,2.573432 -0.100452,0 -0.182654,-0.09519 -0.182654,-0.211577 z m 79.734225,-2.556273 c -0.007,-0.357968 0.17265,-0.765037 0.39854,-0.904581 0.67882,-0.419274 0.77396,0.02272 0.17517,0.813745 -0.49287,0.651207 -0.56288,0.662288 -0.57371,0.09084 z M 23.600709,68.975854 c 0,-0.211698 0.17331,-0.49196 0.385139,-0.622794 0.211803,-0.13083 0.38513,-0.06467 0.38513,0.147025 0,0.211699 -0.173327,0.491956 -0.38513,0.622793 -0.211829,0.130825 -0.385139,0.06467 -0.385139,-0.147024 z M 98.48109,65.081365 c 0,-0.423396 0.228916,-0.769823 0.508706,-0.769823 0.389416,0 0.412034,0.180614 0.0965,0.769823 -0.515793,0.963155 -0.605209,0.963155 -0.605209,0 z M 48.775382,62.675701 c 0.04017,-0.264636 0.208363,-0.69765 0.373778,-0.962267 0.192335,-0.307695 0.08432,-0.481137 -0.29968,-0.481137 -0.330212,0 -0.600416,-0.25436 -0.600416,-0.565289 0,-0.367105 0.222688,-0.479857 0.635334,-0.321605 0.64232,0.246349 0.622354,-0.241771 -0.110471,-2.700476 -0.145493,-0.488241 0.03515,-0.764374 0.596004,-0.910949 0.442613,-0.11569 0.804765,-0.326472 0.804765,-0.468435 0,-0.141965 0.315095,-0.281831 0.700207,-0.310809 1.175885,-0.08853 3.932728,-1.424137 3.794778,-1.838448 -0.07138,-0.214313 -0.524406,-0.41022 -1.006719,-0.435343 -1.02488,-0.05342 -1.628959,-0.839168 -1.345568,-1.750212 0.109678,-0.352674 0.01909,-0.752594 -0.201362,-0.888765 -0.223008,-0.137748 -0.4008,0.07138 -0.4008,0.471407 0,0.395432 -0.254446,1.055189 -0.565448,1.466106 -0.884825,1.169152 -0.740375,-0.156248 0.18176,-1.667799 1.057752,-1.73387 0.967675,-2.260406 -0.434707,-2.540698 -1.891862,-0.378163 -1.990639,-0.30091 -0.859159,0.671785 1.038363,0.89265 1.046976,0.934259 0.397725,1.924534 -0.364949,0.556694 -0.919551,1.012156 -1.232393,1.012156 -0.312849,0 -0.568803,0.153019 -0.568803,0.340024 0,0.186995 -0.351621,0.431894 -0.781335,0.544211 -0.429724,0.112315 -0.753154,0.349011 -0.718741,0.526034 0.165766,0.852469 -0.584111,2.823703 -1.074173,2.823703 -0.303745,0 -0.45952,0.149987 -0.34617,0.333298 0.113364,0.183296 0.686841,0.258537 1.2744,0.167177 0.975234,-0.151599 1.009584,-0.118249 0.394323,0.382748 -0.370675,0.301857 -0.673976,0.765008 -0.673976,1.029258 0,0.601 -1.844865,0.198162 -2.726238,-0.595288 -0.334403,-0.301072 -0.90375,-0.547379 -1.265221,-0.547379 -0.550214,0 -0.58609,-0.132808 -0.220345,-0.815821 0.240303,-0.448708 0.766313,-0.901931 1.16895,-1.007164 0.402645,-0.105233 0.732082,-0.354556 0.732082,-0.554065 0,-0.199503 -0.147969,-0.271332 -0.328821,-0.159629 -0.180851,0.111721 -0.523741,-0.224472 -0.762006,-0.747093 -0.238257,-0.522605 -0.586833,-0.950202 -0.774645,-0.950202 -0.585088,0 -2.360878,1.562339 -2.267298,1.99478 0.04888,0.225998 -0.15537,0.499475 -0.453888,0.607754 -0.376213,0.136441 -0.468562,0.0036 -0.300943,-0.433012 0.133019,-0.346439 0.07399,-0.629889 -0.131185,-0.629889 -0.205184,0 -0.373062,-0.28665 -0.373062,-0.637015 0,-0.592746 -0.04892,-0.592746 -0.704291,0 -0.387364,0.350365 -0.888538,0.637015 -1.113741,0.637015 -0.225177,0 -1.257945,0.762438 -2.295014,1.69432 -1.546022,1.389174 -2.080889,1.657 -2.970069,1.487117 -0.862555,-0.164794 -1.278754,0.02014 -2.033953,0.903806 l -0.949504,1.110985 0.68033,-1.239105 c 0.37419,-0.681519 2.162583,-3.226406 3.974192,-5.655308 17.09799,-22.923922 42.033066,-38.703435 69.961025,-44.2730378 10.88658,-2.1710883 23.96797,-3.0761875 30.44924,-2.1068079 1.87146,0.2798994 3.0021,0.5731312 2.51256,0.6516206 -0.48959,0.078465 -0.98469,0.3890659 -1.10032,0.6901971 -0.12362,0.321894 -0.73929,0.5474938 -1.4942,0.5474938 -1.40973,0 -2.12415,0.6072219 -1.04539,0.8884767 0.56426,0.1471195 0.54553,0.1844866 -0.11082,0.2215975 -0.43423,0.024555 -0.99461,0.2496312 -1.24533,0.500219 -0.31349,0.313242 -2.89374,0.489038 -8.26106,0.562735 -9.29506,0.127667 -9.94182,0.198916 -12.64408,1.392374 -1.15138,0.508539 -2.99017,1.030472 -4.08598,1.159896 -1.09596,0.12938 -2.30908,0.40773 -2.6959,0.618513 -0.3869,0.210804 -1.21436,0.492246 -1.83877,0.625429 -0.84274,0.179751 -0.99627,0.327977 -0.59608,0.575202 0.29659,0.18321 0.67519,0.249095 0.84133,0.146498 0.16613,-0.102605 0.90958,-0.01893 1.65212,0.185967 0.81427,0.224694 1.4368,0.232452 1.56843,0.01954 0.1201,-0.194191 1.3e-4,-0.353055 -0.26649,-0.353055 -0.30337,0 -0.34792,-0.1323 -0.11906,-0.353336 0.65376,-0.63134 3.05086,-0.60259 3.97983,0.04775 0.84019,0.588156 0.85027,0.643844 0.1787,0.990891 -0.71703,0.370515 -3.37066,1.00129 -5.96797,1.418562 -1.04882,0.168519 -1.46162,0.451447 -1.62859,1.116081 -0.20805,0.828405 -0.41833,0.8903 -3.023993,0.890043 -3.001153,-3.27e-4 -6.546921,0.818448 -6.33586,1.463076 0.173474,0.529707 2.120301,0.731124 2.692211,0.278509 1.570528,-1.2429 5.494322,-1.488872 5.043932,-0.316188 -0.232532,0.605707 0.86078,1.157391 1.20153,0.606304 0.12523,-0.202451 0.56413,-0.368097 0.97518,-0.368097 0.42981,0 0.74759,-0.262868 0.74759,-0.618533 0,-0.405902 0.2094,-0.538229 0.6091,-0.384902 0.33516,0.128485 0.86745,0.233624 1.18299,0.233624 0.50154,0 0.49964,0.07397 -0.0151,0.588494 -0.93937,0.938783 -0.39738,1.585151 1.17511,1.401664 0.96334,-0.112406 1.3073,-0.02927 1.1216,0.27104 -0.18359,0.296893 0.28826,0.433142 1.50004,0.433142 1.21615,0 1.83704,0.180198 1.98965,0.577367 0.12188,0.317542 0.46307,0.577352 0.75813,0.577352 0.48005,0 0.69967,0.471714 0.4402,0.945699 -0.053,0.09673 0.24343,0.424192 0.6587,0.727652 0.64871,0.474058 0.69121,0.691701 0.30195,1.545561 -0.24916,0.546605 -0.87721,1.100205 -1.39556,1.230246 l -0.94258,0.236433 0.83215,0.832674 c 0.45776,0.457971 1.20907,0.864578 1.66974,0.903564 0.46068,0.03895 1.37603,0.349101 2.03406,0.689189 0.94049,0.486074 1.16845,0.826877 1.06582,1.593405 -0.0719,0.536299 -0.38022,1.132853 -0.68515,1.325674 -0.41755,0.264065 -0.42999,0.352042 -0.0502,0.35649 0.27726,0.0032 0.39696,0.179089 0.26607,0.390789 -0.13086,0.211698 0.0322,0.384895 0.36237,0.384895 0.33028,0 0.60043,0.259826 0.60043,0.577367 0,0.317554 -0.23786,0.577358 -0.52873,0.577358 -0.80632,0 -4.09277,1.530899 -4.09277,1.90651 0,0.181964 -0.38995,0.258543 -0.86661,0.170173 -0.47652,-0.08838 -0.65127,-0.05819 -0.38816,0.06708 0.35559,0.169306 0.37231,0.425832 0.065,0.999495 -0.22727,0.424454 -0.51205,0.672992 -0.63275,0.552289 -0.12077,-0.120686 -0.41475,0.04736 -0.65335,0.373421 -0.2386,0.326081 -0.74619,0.638677 -1.12797,0.694695 -0.81811,0.119976 -1.40635,0.937893 -1.15168,1.601099 0.15529,0.404621 -0.64071,0.791502 -1.98426,0.964348 -0.21187,0.02727 -0.62528,0.248726 -0.91877,0.492164 -0.29357,0.24342 -0.76977,0.445212 -1.05837,0.448402 -0.59778,0.0066 -3.607277,2.804229 -3.607277,3.35326 0,0.198566 -0.368358,0.244192 -0.818537,0.10138 -0.525036,-0.166539 -0.729472,-0.115695 -0.57024,0.141819 0.202877,0.328073 -2.812537,1.118041 -3.617966,0.947833 -3.331006,-0.703925 -4.666966,-0.753037 -7.989455,-0.293753 -1.362745,0.188384 -2.197623,0.131885 -2.56598,-0.17367 -0.422465,-0.350394 -0.858718,-0.322349 -1.927654,0.124021 -0.759881,0.317328 -1.381611,0.732652 -1.381611,0.922915 0,0.190284 -0.539796,0.36131 -1.199541,0.380068 -0.659743,0.01873 -2.374861,0.651333 -3.811349,1.405754 -3.088492,1.622004 -3.659869,1.710214 -3.275423,0.505608 0.152009,-0.476319 0.315687,-1.416796 0.363712,-2.089935 0.111775,-1.567254 1.399328,-3.235567 4.944376,-6.406518 3.323884,-2.973116 7.984932,-5.40296 7.984932,-4.162589 0,0.182336 0.43763,0.247916 0.9725,0.145728 0.906411,-0.173158 0.926034,-0.221868 0.288846,-0.716434 -0.650667,-0.505024 -0.646462,-0.559699 0.08659,-1.132362 0.426633,-0.33327 1.240734,-0.535048 1.82482,-0.452236 0.770328,0.109199 1.115471,-0.04244 1.280685,-0.562643 0.133599,-0.42071 1.553631,-1.330786 3.470123,-2.223984 3.722856,-1.735074 5.220687,-3.006613 4.915536,-4.172901 -0.162583,-0.621238 0.122107,-0.95214 1.363602,-1.585136 0.863081,-0.440009 1.703201,-0.771125 1.867211,-0.735821 0.16396,0.03531 0.59701,-0.06674 0.96237,-0.22679 0.42743,-0.187264 1.16209,0.01657 2.06105,0.571835 1.12382,0.69412 1.45965,0.761502 1.7175,0.344546 0.70924,-1.146973 -2.34075,-1.927054 -8.775496,-2.244491 -1.141588,-0.05631 -1.096107,-0.86575 0.1305,-2.322643 0.745377,-0.885317 0.84835,-1.184257 0.40787,-1.184257 -0.324063,0 -0.702158,0.182638 -0.840159,0.40582 -0.165368,0.267393 -0.588856,0.184562 -1.241438,-0.24277 -0.870662,-0.570156 -1.300274,-0.593294 -3.551096,-0.19127 -1.408359,0.25154 -3.069628,0.79266 -3.691732,1.202503 -0.622078,0.409852 -1.444599,0.746331 -1.827779,0.747705 -0.383182,0.0014 -0.589582,0.175767 -0.458677,0.387453 0.397204,0.642283 1.738593,0.433402 3.005201,-0.467972 1.312295,-0.933903 5.793576,-1.477239 6.484938,-0.786282 0.700333,0.699916 -1.4908,3.292945 -3.756011,4.444961 -1.161211,0.59056 -2.208418,1.326678 -2.327098,1.635851 -0.118711,0.309158 -0.457265,0.562122 -0.752345,0.562122 -0.295069,0 -0.541226,0.216509 -0.547039,0.48114 -0.01152,0.522926 -3.086263,2.213207 -4.026015,2.213207 -0.318474,0 -1.056996,0.554503 -1.641126,1.232231 -2.45371,2.846789 -2.682992,3.000577 -4.374586,2.934351 l -1.618439,-0.06338 1.213777,-1.083918 c 0.667599,-0.596158 1.213826,-1.179042 1.213826,-1.295316 0,-0.405884 -1.663614,0.68275 -2.873448,1.880316 -0.670666,0.663873 -1.871094,1.401723 -2.667633,1.639641 -0.997854,0.298077 -1.319603,0.304075 -1.034631,0.01925 0.714401,-0.71396 0.449149,-1.180668 -0.290695,-0.511502 -1.178664,1.066063 -1.316692,0.71923 -0.379438,-0.953399 0.490157,-0.874722 1.614183,-2.183569 2.497895,-2.908506 0.883693,-0.724959 1.784861,-1.828947 2.002665,-2.453286 0.228628,-0.655445 0.821638,-1.296986 1.403129,-1.517936 1.304137,-0.495542 1.342156,-0.489674 1.342156,0.206751 0,0.804206 1.152924,1.18897 1.573494,0.525131 0.243281,-0.383999 0.342046,-0.399991 0.346263,-0.05608 0.0032,0.264623 0.199414,0.481132 0.435944,0.481132 0.244263,0 0.340623,-0.341694 0.223091,-0.790947 -0.149758,-0.572319 0.02851,-0.8804 0.644899,-1.114609 0.468497,-0.178032 1.08257,-0.601545 1.364568,-0.941147 0.282007,-0.339605 0.924797,-0.617458 1.428427,-0.617458 0.503613,0 0.915664,-0.154964 0.915664,-0.344359 0,-0.201737 -0.598187,-0.20367 -1.444249,-0.0047 -0.794312,0.186838 -2.167242,0.23758 -3.050924,0.112729 -1.381178,-0.195147 -1.858023,-0.05419 -3.396952,1.004002 -0.984631,0.677068 -1.907807,1.113554 -2.051451,0.96999 -0.143664,-0.143564 0.05221,-0.490052 0.435237,-0.769976 0.471718,-0.344708 0.556619,-0.595268 0.26316,-0.776529 -0.685026,-0.423116 0.755927,-1.787888 1.603729,-1.518967 1.038512,0.329417 1.592264,-0.154012 0.932129,-0.81375 -0.304241,-0.304049 -0.717619,-0.552824 -0.918631,-0.552824 -0.201011,0 -0.581226,-0.259806 -0.844923,-0.577355 -0.603906,-0.727251 -2.589774,-0.736221 -3.851317,-0.0174 -0.529546,0.301725 -1.552296,0.820925 -2.272828,1.153765 -0.720505,0.332836 -2.041943,1.252546 -2.936502,2.043825 -0.894582,0.791265 -2.354672,2.022483 -3.244702,2.736045 -0.890009,0.713546 -1.800756,1.697785 -2.023846,2.187193 -0.223145,0.489406 -0.937052,1.109811 -1.586507,1.378659 -0.649424,0.26885 -1.710133,0.948566 -2.357089,1.510491 -0.646971,0.561938 -1.674867,1.279342 -2.284232,1.594278 -0.888246,0.459045 -0.983694,0.620231 -0.481422,0.812869 0.344584,0.132152 0.626532,0.07249 0.626532,-0.132551 0,-0.205059 0.182502,-0.372828 0.405573,-0.372828 0.223029,0 1.045688,-0.434729 1.828074,-0.966082 0.782412,-0.531332 1.480873,-0.791138 1.552184,-0.577352 0.344477,1.032768 4.083454,-0.189122 5.554919,-1.815324 0.371433,-0.41049 1.064665,-0.71249 1.540534,-0.671086 0.475848,0.0414 1.211802,-0.112333 1.63546,-0.341661 0.895989,-0.48499 3.329718,-1.387836 3.763905,-1.396281 0.163722,-0.0032 0.03314,0.397731 -0.290216,0.890965 -0.323362,0.493212 -0.494852,0.989787 -0.381071,1.103492 0.113773,0.1137 -0.405539,0.744104 -1.154051,1.400926 -0.748492,0.65679 -1.360892,1.370341 -1.360892,1.585677 0,0.215309 -0.647529,0.661887 -1.438978,0.992391 -1.526866,0.637598 -3.182568,1.993255 -3.182568,2.605839 0,0.210932 0.77668,0.280364 1.820621,0.162775 1.552433,-0.174886 1.720501,-0.131926 1.140935,0.291618 -0.665508,0.486339 -3.718519,3.229873 -6.457545,5.80299 -0.757767,0.711852 -1.606817,1.987969 -1.886789,2.835798 -0.279985,0.847831 -0.636412,1.462849 -0.79205,1.3667 -0.15567,-0.09614 -0.49167,0.328653 -0.746673,0.943964 -0.685716,1.654459 -2.880854,3.546369 -3.454612,2.977405 -0.34639,-0.343449 -0.396859,-0.301397 -0.214207,0.178367 0.173839,0.456658 -0.08233,0.739668 -0.940023,1.038476 -0.64844,0.225907 -1.178974,0.679576 -1.178974,1.00814 0,0.328558 -0.207968,0.597376 -0.462148,0.597376 -0.341587,0 -0.349438,0.112671 -0.03009,0.431805 0.551835,0.551533 0.208862,1.435248 -0.986859,2.542734 -0.51928,0.480999 -0.806887,0.874515 -0.639105,0.874515 0.167756,0 -0.162491,0.433023 -0.733892,0.962273 -1.13532,1.051579 -1.742068,1.230876 -1.628275,0.481131 z M 44.567848,46.413426 c 0.179691,-0.76983 0.141164,-1.026418 -0.115594,-0.76983 -0.21182,0.211724 -0.506423,0.904546 -0.654672,1.539637 -0.179689,0.769804 -0.141164,1.026422 0.115595,0.769804 0.211812,-0.211687 0.506428,-0.904521 0.654671,-1.539611 z M 43.540929,45.62247 c 0.0472,-0.569894 -0.07943,-0.884053 -0.301123,-0.747084 -0.451004,0.27856 -0.519319,1.730477 -0.08145,1.730477 0.165624,0 0.337774,-0.442524 0.382571,-0.983393 z m 4.13043,-3.635467 c 0.818253,-0.90362 0.145775,-1.052982 -0.742751,-0.164962 -0.680607,0.680223 -0.756804,0.934771 -0.279769,0.934771 0.179003,0 0.639127,-0.346413 1.02252,-0.769809 z m 2.31079,-3.464161 c 0.301229,-0.487134 -0.208609,-0.487134 -0.962829,0 -0.497836,0.321562 -0.487694,0.373934 0.07355,0.379032 0.358209,0.0032 0.758371,-0.167324 0.889284,-0.379032 z m 3.748918,-2.395013 c 0.659256,-0.614663 1.007532,-1.235936 0.842455,-1.502848 -0.186829,-0.302136 -0.115196,-0.352384 0.213221,-0.149534 0.329698,0.203646 0.435136,0.12723 0.316252,-0.229203 -0.229119,-0.686975 -0.779429,-0.579064 -1.269556,0.248948 -0.21182,0.357855 -0.861711,1.137362 -1.444226,1.732203 -0.582506,0.59482 -1.059113,1.289272 -1.059113,1.543168 0,0.501385 0.380767,0.24088 2.400967,-1.642734 z m 33.993858,-8.382353 c -0.130897,-0.211693 -0.411309,-0.384909 -0.623157,-0.384909 -0.211813,0 -0.277998,0.173216 -0.147105,0.384909 0.130936,0.211705 0.411342,0.384907 0.623154,0.384907 0.211838,0 0.278022,-0.173202 0.147108,-0.384907 z m 15.918755,-4.612968 c 0.55521,0.0051 0.56385,0.0563 0.0642,0.379002 -0.50263,0.32465 -0.4962,0.373885 0.0491,0.379029 0.34475,0.0032 0.83047,-0.239363 1.07938,-0.53911 0.36004,-0.433489 0.30193,-0.592765 -0.28367,-0.778537 -1.01485,-0.32192 -2.00638,0.122835 -1.96979,0.883583 0.0191,0.399353 0.10198,0.455081 0.22461,0.151268 0.10691,-0.264632 0.4831,-0.478473 0.83617,-0.475235 z M 92.251477,19.662446 c 0.324666,0 0.690066,-0.259799 0.811996,-0.577351 0.296838,-0.773076 -0.08381,-0.725631 -1.602582,0.199817 -0.751292,0.45778 -1.160198,0.953067 -1.000313,1.211593 0.187845,0.303781 0.412394,0.243205 0.735488,-0.198378 0.255811,-0.349621 0.73072,-0.635681 1.055411,-0.635681 z m 4.331474,-3.464145 c 0.130902,-0.211703 0.06471,-0.384918 -0.147116,-0.384918 -0.211833,0 -0.492232,0.173215 -0.623154,0.384918 -0.130916,0.211687 -0.06473,0.384895 0.147102,0.384895 0.211825,0 0.492245,-0.173208 0.623168,-0.384895 z m 3.273586,-3.079242 c 0,-0.211718 -0.25996,-0.384933 -0.577718,-0.384933 -0.317705,0 -0.577662,0.173215 -0.577662,0.384933 0,0.211698 0.259957,0.384899 0.577662,0.384899 0.317758,0 0.577718,-0.173201 0.577718,-0.384899 z M 90.613418,58.33342 c 0,-0.324185 -0.259971,-0.689147 -0.577704,-0.810985 -0.74761,-0.28672 -0.74761,-0.909006 0,-0.909006 0.317733,0 0.577704,-0.259804 0.577704,-0.577356 0,-0.31754 -0.183544,-0.577362 -0.407865,-0.577362 -0.224348,0 -0.305431,-0.165636 -0.180225,-0.368095 0.125194,-0.202449 0.51214,-0.258982 0.85985,-0.125633 0.492187,0.18877 0.571853,0.08531 0.35975,-0.467162 -0.301118,-0.784178 0.28586,-1.333216 1.435341,-1.342631 0.530332,-0.0044 0.666064,0.196005 0.517455,0.763903 -0.155319,0.593682 -0.0114,0.770295 0.629072,0.771965 0.456776,0.0012 1.490579,0.185313 2.297321,0.409213 1.345696,0.373474 1.45701,0.507659 1.347974,1.624948 -0.155821,1.596175 -1.35097,2.184661 -4.451614,2.191972 -1.90725,0.0045 -2.407059,-0.116723 -2.407059,-0.583771 z m 53.019642,-3.13131 c -0.53016,-0.529849 -0.2287,-1.283017 0.51352,-1.283017 0.51349,0 0.77023,0.256598 0.77023,0.769809 0,0.741801 -0.7536,1.043056 -1.28375,0.513208 z M 122.63222,44.395337 c -0.24097,-0.449968 -0.43809,-1.089313 -0.43809,-1.420779 0,-0.331443 -0.17332,-0.602653 -0.3851,-0.602653 -0.45444,0 -0.50475,-1.525358 -0.0728,-2.204866 0.17419,-0.274073 0.81924,-0.407207 1.53457,-0.316725 0.67883,0.08586 1.23413,0.0045 1.23413,-0.180818 0,-0.357849 2.59066,-0.225449 2.96798,0.151659 0.37585,0.375623 -0.7473,1.443841 -1.29662,1.233172 -0.70807,-0.27154 -0.64923,0.532446 0.0994,1.359258 0.71836,0.793267 0.44293,1.471782 -0.56657,1.395791 -0.47969,-0.03612 -0.64817,-0.275286 -0.52525,-0.745317 0.30886,-1.180343 -0.4459,-0.755101 -1.29994,0.732394 -0.78439,1.366146 -0.82935,1.387644 -1.25172,0.598884 z M 70.869057,39.244898 c 0.261235,-0.263058 0.572001,-0.381306 0.690582,-0.262812 0.118577,0.118514 -0.09516,0.333743 -0.474993,0.478289 -0.548895,0.208883 -0.593139,0.164658 -0.215589,-0.215477 z m 79.816963,-0.538895 c -0.70795,-0.852579 -0.30509,-0.950584 0.48916,-0.119004 0.37071,0.388124 0.52188,0.705665 0.33602,0.705665 -0.1859,0 -0.55722,-0.263998 -0.82518,-0.586661 z m -17.20273,-0.04516 c -0.3214,-0.130775 -0.26415,-0.382516 0.19251,-0.846749 0.45457,-0.462022 0.78249,-0.541564 1.09093,-0.264644 0.24254,0.217823 0.34837,0.54841 0.23524,0.734638 -0.11317,0.186261 0.035,0.255683 0.32927,0.154308 0.34267,-0.118048 0.49153,-0.620244 0.41415,-1.396928 -0.11709,-1.174511 -0.0879,-1.200046 0.93085,-0.812973 0.75874,0.288309 1.12769,0.276828 1.32444,-0.04125 0.19756,-0.319527 0.34515,-0.323645 0.53611,-0.01493 0.14484,0.234295 0.0697,0.426 -0.16718,0.426 -0.23684,0 -0.32349,0.173216 -0.19259,0.384902 0.13095,0.211695 0.0112,0.387562 -0.26611,0.390811 -0.36631,0.0043 -0.34622,0.107887 0.0736,0.379001 0.4707,0.304046 0.42315,0.374208 -0.25675,0.379026 -0.45898,0.0032 -0.92186,-0.210627 -1.02874,-0.475255 -0.12265,-0.30382 -0.20547,-0.248064 -0.22464,0.151271 -0.0446,0.928402 -1.66802,1.39123 -2.99108,0.852771 z M 63.047841,34.72025 c 0.115113,-0.186162 0.60194,-0.437319 1.081849,-0.558203 0.841802,-0.212035 0.8462,-0.200098 0.124953,0.338422 -0.827966,0.618238 -1.532546,0.746559 -1.206802,0.219781 z m 9.84956,-3.895522 c 0.754234,-0.487132 1.26408,-0.487132 0.962826,0 -0.130901,0.211704 -0.531053,0.382267 -0.889264,0.379015 -0.561248,-0.0051 -0.571403,-0.05746 -0.07356,-0.379015 z m 1.925661,-1.924536 c 0,-0.211695 0.259949,-0.384905 0.577688,-0.384905 0.317757,0 0.577706,0.17321 0.577706,0.384905 0,0.211701 -0.259949,0.38491 -0.577706,0.38491 -0.317739,0 -0.577688,-0.173209 -0.577688,-0.38491 z m 34.380918,-6.775948 c 0.12797,-0.1279 0.46018,-0.141572 0.73818,-0.03038 0.30728,0.12287 0.216,0.214056 -0.2327,0.232544 -0.40593,0.01671 -0.63342,-0.07427 -0.50548,-0.202168 z m -2.58205,-0.526791 c -0.40956,-0.144419 -0.58293,-0.351014 -0.38511,-0.459082 0.51243,-0.280094 3.84868,-0.408264 3.57765,-0.137472 -0.47285,0.472613 -2.48031,0.84772 -3.19254,0.596554 z m 2.57399,-1.806695 c -0.82135,-0.328384 -0.52861,-0.958359 0.38521,-0.828643 0.47657,0.06763 0.82319,0.296188 0.77021,0.507885 -0.11704,0.467754 -0.51279,0.577648 -1.15542,0.320758 z m -5.48807,-0.256033 c 0,-0.119641 0.39388,-0.642266 0.87528,-1.161431 0.62992,-0.679232 1.42755,-1.003453 2.84487,-1.156259 1.08326,-0.116799 2.42245,-0.325988 2.976,-0.464842 0.74701,-0.187362 1.00643,-0.104982 1.00643,0.31952 0,0.762366 -1.01232,1.569828 -1.55094,1.237101 -0.23617,-0.14585 -1.24028,-0.139506 -2.2314,0.01413 -1.4347,0.222392 -1.64498,0.342637 -1.03175,0.589906 0.70019,0.282323 0.68261,0.313525 -0.19259,0.342903 -0.52955,0.01776 -1.35273,0.136755 -1.8293,0.264392 -0.47666,0.127637 -0.8666,0.13421 -0.8666,0.01458 z m 36.86889,-7.053047 c 0.26077,-0.105433 0.7807,-0.111857 1.15543,-0.01428 0.37472,0.09761 0.16136,0.18385 -0.47407,0.191713 -0.63551,0.0078 -0.94204,-0.072 -0.68136,-0.177433 z"
+ style="fill:url(#radialGradient1506);fill-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#radialGradient2310);fill-opacity:1"
+ d="m 120.55672,7.519937 c -6.53804,0.9212832 -13.13173,1.5307595 -19.52448,3.283399 -7.540664,1.611575 -14.986334,3.888239 -22.003325,7.132702 -7.887482,3.882478 -15.496425,8.391206 -22.602176,13.615128 -2.31505,1.041969 -0.350842,1.513718 -0.613725,3.201353 -0.647812,1.475147 -2.013153,2.585781 -3.174006,3.696261 -1.286037,0.11185 -2.377904,0.8767 -3.280002,1.49972 -0.436119,1.667615 -1.378485,4.010417 -3.476543,3.633288 -1.13337,-0.870097 0.457842,-2.421599 1.384272,-2.910643 1.689951,-0.473382 0.9036,-1.867257 -0.07337,-1.051771 -1.349505,1.189595 -2.807891,2.629905 -3.808583,3.962414 0.885696,0.519794 2.374108,0.0928 1.908975,2.255759 0.130435,1.515215 -0.960647,2.833537 -1.748867,4.021562 -1.112679,-0.767918 -0.374576,-2.491549 -1.408948,-3.367524 0.09505,-2.233716 0.125532,-1.874348 -1.392124,-0.282971 -2.706422,3.303528 -5.454747,6.621695 -8.02221,10.058583 2.388186,-1.173598 4.515816,-2.754009 6.692507,-4.282961 0.440351,2.027935 1.140021,1.42123 2.364751,0.558053 1.486065,-0.652189 2.632271,1.32156 3.431147,2.286359 0.291818,1.119296 -2.187597,1.952574 -0.320217,2.386676 0.03539,-1.676458 1.468497,-2.941393 2.081402,-4.446419 0.953987,-0.868965 3.330185,-1.865199 1.883346,-3.370537 -1.551891,-1.449711 -1.695397,-2.181372 0.611798,-1.672433 1.458248,-0.103464 3.116213,0.572908 3.652991,1.969693 -0.798317,1.760991 1.110532,3.571197 2.812019,3.275801 1.970374,-0.826741 2.908857,-3.285794 4.272896,-4.927529 1.71128,-2.632092 4.423343,-4.609597 6.428176,-6.848798 -1.412166,0.448642 -2.174746,-1.469791 -0.951492,-2.221524 2.01374,-1.714177 4.362544,-3.061664 5.850789,-5.33087 -3.431513,1.069367 -6.617951,2.63803 -10.066475,3.640196 -1.803699,0.177523 -3.38065,1.060039 -4.98365,1.85246 -1.126883,-0.981931 -0.713567,-2.552953 0.585898,-3.10301 3.118286,-2.211321 6.047512,-4.655901 8.895103,-7.213893 3.137281,-2.455998 6.364527,-5.392785 10.404383,-5.834104 1.449707,0.788176 2.913797,1.550263 4.354924,2.353996 -1.083705,2.092821 1.4915,0.908336 2.657445,1.170946 1.68355,-0.107048 3.3562,0.174728 5.02773,0.33299 0.739465,1.62129 -0.821748,2.380871 -2.177201,1.965294 -1.690361,0.222166 -2.857478,1.446837 -3.714764,2.873477 -1.438869,1.372664 -2.81948,-0.529072 -4.386952,-0.294249 -1.419619,1.754591 -2.839244,3.509197 -4.258868,5.263785 2.849543,-0.602309 4.978434,-3.013665 7.81326,-3.759845 -0.315833,0.705258 -2.285063,3.024786 -1.457027,2.498163 3.222558,-2.184292 6.242226,-4.674074 9.62252,-6.61766 1.53704,-1.275082 3.074071,-2.550157 4.6111,-3.825233 -1.915144,-0.710073 -3.864555,0.844449 -5.760197,1.200641 -0.929373,0.325156 -2.60966,0.140815 -2.94966,-0.644838 0.408245,-2.39162 3.23186,-2.612368 5.092849,-3.261627 1.365338,-0.417344 3.213399,-0.504975 0.767096,-0.727084 -1.11067,0.177751 -3.334751,-0.259168 -1.953322,-1.700102 0.959325,-1.179695 2.210053,-1.839254 3.618441,-2.288613 0.594187,1.973402 2.517818,0.697895 3.963821,0.80013 1.635438,0.01315 3.173225,-0.477911 4.444735,-1.471336 2.72848,-0.657063 0.0886,-0.486673 -0.92314,-1.398536 -1.117865,-1.410734 1.16524,-2.137962 2.29098,-2.369099 4.56153,-1.48658 9.27662,-2.679396 14.04207,-3.1919707 4.75563,-0.4112656 9.52466,-0.6244378 14.2872,-0.935088 2.27451,-1.2298241 0.98806,-1.4703751 -0.92569,-1.3874215 -3.30235,-0.3036625 -6.59022,-0.1523461 -9.89761,-0.05114 z m 32.69399,7.55239 c 1.23641,1.854849 3.25616,3.594196 3.17014,6.015763 -1.10782,1.237199 2.02362,0.53713 2.78588,1.340466 0.74812,0.880212 2.04019,1.799384 1.98532,3.007879 -0.63273,1.175704 -3.03606,0.779039 -1.18479,2.125127 0.53165,1.261396 -0.68372,2.426073 -1.37692,3.269432 -1.8651,0.662515 -3.74772,-0.801061 -5.5938,0.165118 -2.06215,0.469011 -0.95952,0.285131 -0.1651,1.512455 0.22806,1.13298 -0.41794,2.48241 0.60343,3.651619 0.58129,2.333444 1.20819,4.656992 1.76119,6.996577 -1.55449,0.311782 0.15847,3.100168 -1.98535,2.288606 -1.49852,-2.144085 -1.70446,-0.330144 -0.57232,1.09629 0.74407,1.709181 2.05718,3.045294 3.10203,4.559831 -2.07274,0.09569 -4.15576,0.511921 -6.21217,0.0327 1.87423,0.407961 0.84378,2.330815 -0.26899,3.030868 -1.54844,1.176286 -3.24907,2.576419 -5.14213,3.033437 -2.16467,-0.60673 -1.59437,0.549331 -0.73893,1.861323 0.7094,1.671143 -1.5587,1.441052 -2.55981,1.065311 -4.22854,-1.629575 -8.02,-4.634118 -12.44966,-5.563934 -2.86296,0.662395 -6.10834,1.179998 -8.11675,3.546782 -1.06751,2.481387 -3.24331,4.311165 -5.14677,6.114841 -2.17359,1.806785 -5.0456,3.122521 -6.34043,5.743302 -0.14581,1.335741 -0.6235,3.196089 0.44835,4.18488 1.31573,-0.08325 2.97947,-1.110986 4.09871,-0.392334 0.41935,1.36193 0.0658,2.874525 1.15277,3.98871 0.37127,1.734436 -1.62306,3.2336 -3.13811,2.321293 -0.91993,-0.692756 1.23799,-2.243311 0.72082,-2.83816 -1.32328,0.448014 -2.58492,1.263822 -2.54966,2.861567 -0.23525,1.693988 -0.9944,3.592759 -2.93513,3.667051 -2.63411,0.244963 -4.02675,2.786151 -6.50751,3.469606 0.45863,1.201707 -1.687077,1.42719 -2.43371,1.994351 -1.320243,0.248103 -2.642536,0.388306 -3.97068,0.09809 -0.317651,1.671097 -3.371067,-0.138495 -2.677024,1.754521 1.025351,2.162003 2.249113,4.660293 1.006596,7.0175 -0.529025,1.319859 -1.401083,2.533325 -2.9709,2.125645 -2.394492,-0.312676 -4.666001,-1.521505 -7.014517,-2.168285 -2.062691,1.017056 -1.462271,3.943305 -2.840225,5.584645 -1.065077,1.45617 -1.128474,3.31222 -1.706832,4.9756 0.972974,1.16111 3.352201,1.57853 2.900857,3.56236 -0.270042,1.54367 -0.960273,3.11811 -2.503622,3.73057 -1.877651,1.29923 -3.916595,2.65653 -5.280081,4.48167 -0.740923,1.79754 -1.876892,3.64799 -3.859037,4.04945 -2.08452,0.66367 -4.112542,1.42927 -5.643781,3.09136 -2.398899,2.26978 -4.56996,4.89773 -6.232366,7.75579 -0.670038,1.93139 -0.687477,3.94989 -0.644275,5.95783 -1.289507,3.56021 -3.361539,7.26515 -2.57934,11.13722 1.601236,2.66841 3.985315,5.1409 4.020308,8.44667 2.80722,3.07324 5.614441,6.14645 8.421664,9.21958 4.085149,0.60054 7.979065,2.26592 12.072084,2.68955 2.879996,0.17654 5.851931,-0.24457 8.678835,0.20346 2.726733,0.38317 3.264369,4.11648 6.045193,4.40831 1.761554,0.51846 3.56849,0.87057 5.353529,1.29724 -1.183357,1.26902 1.478338,1.23542 0.960666,2.6812 -0.381365,2.15765 -1.396448,4.39921 -1.460908,6.4961 1.991185,3.65179 5.616926,6.14707 6.960996,10.19236 0.95512,2.46667 1.81365,5.07267 2.69737,7.60322 -1.4127,2.07418 -4.043,4.30381 -2.86416,7.08106 2.52385,3.46332 4.59697,7.30883 7.41587,10.52209 1.97424,1.88918 3.73914,4.14257 5.81619,5.83446 4.444,1.39313 9.08867,-0.0764 13.60352,-0.31361 2.69119,-0.0701 5.15012,-1.44116 7.4734,-2.69646 2.01909,-1.15766 3.85658,-2.57675 5.38,-4.34174 1.44089,-0.76774 3.69079,-1.27571 3.41063,-3.40045 -0.0474,-1.40464 0.0187,-2.82241 1.29654,-3.66188 3.35666,-2.13869 6.65769,-4.33219 9.86265,-6.702 0.0397,-2.41484 -0.0475,-4.80631 -1.0682,-7.03158 -0.86661,-1.51575 0.58529,-3.13809 -0.24773,-4.71003 -1.3e-4,-1.40505 0.49305,-2.88382 0.57942,-4.27884 4.95612,-5.70031 10.03832,-11.31095 14.91662,-17.06715 2.24513,-4.08732 4.43276,-8.2883 5.57714,-12.84811 -0.94366,-1.32055 -2.69265,0.66855 -3.88955,0.93868 -2.80416,1.37599 -5.53904,2.87074 -8.63086,3.37698 -2.32043,-2.96609 -5.00639,-5.58646 -7.71715,-8.1735 -0.95798,1.1363 -3.02039,0.0617 -2.56173,-1.40575 -0.99638,-2.90906 -3.92608,-4.60435 -4.57912,-7.68318 -0.3965,-2.14532 -2.431,-3.12825 -3.18179,-5.06535 -1.39954,-2.38072 -2.58412,-5.04697 -3.44666,-7.58742 0.22713,-1.80522 2.05966,-1.49532 3.16376,-0.71019 2.28198,2.35129 4.52215,5.07506 6.59153,7.64537 1.74031,4.54438 5.86232,7.39258 8.40947,11.35087 0.97842,2.07189 1.67178,4.29469 3.0015,6.1692 3.35734,-0.64997 5.88355,-3.34399 8.63183,-5.11921 3.18318,-2.14929 5.47276,-5.31585 8.49966,-7.66411 1.61318,-1.59716 3.15514,-3.24529 3.8729,-5.47303 1.15839,-1.99053 1.35178,-4.32559 1.92302,-6.5258 -1.3472,-0.9555 -2.92752,-1.26938 -4.48306,-1.60206 -1.26013,-0.29274 -1.23177,-3.80688 -2.27921,-1.55834 -1.02833,1.32345 -1.60432,3.21943 -3.45863,3.51171 -0.88175,0.53276 -3.11239,1.48805 -3.20211,-0.18296 0.0385,-2.26046 -0.50723,-1.5564 -1.90706,-1.24274 -1.06943,-0.67946 -1.45266,-2.36241 -2.65319,-3.09735 -1.08287,-1.23361 -3.38356,-2.78947 -2.19034,-4.62302 0.97197,-0.54104 1.66083,-2.76263 2.20949,-2.51748 1.66558,2.14634 3.42263,4.4951 6.29643,4.85112 2.1423,0.83255 4.19452,-0.28047 6.017,-1.36814 1.02644,-0.40016 3.62919,-2.40869 2.08026,-0.20915 -1.53275,1.65285 0.96712,1.88822 2.11108,1.40965 3.74639,-0.36695 7.03301,-2.73123 10.42536,-3.96419 3.1347,1.9614 6.25773,4.20583 9.99072,4.67524 2.72275,0.60685 3.10709,3.95168 4.6432,5.91689 1.95337,3.41149 4.11321,6.68721 6.30819,9.93982 1.51791,0.31511 1.12092,-2.15115 2.62579,-2.28858 0.8914,0.20956 1.37926,2.15876 1.79317,3.13866 1.17875,-1.97191 -1.07647,-3.80885 -1.66318,-5.64598 -1.3654,-2.72614 -1.35522,-5.93696 -1.9232,-8.90299 1.87554,-5.81548 2.51869,-11.96471 4.29747,-17.79158 0.47638,-1.58848 1.3109,-3.08701 2.20291,-4.44052 1.8704,-0.88678 3.31147,1.26265 4.50434,2.40469 1.1119,0.79396 1.48803,3.51962 1.90199,0.80282 0.41893,-0.68348 0.83472,-4.42684 1.27882,-2.55362 1.09357,3.42739 2.06199,6.90176 3.23419,10.2987 -0.60256,-1.9427 -0.56425,-4.02451 -0.2562,-5.98307 0.44729,-2.09133 2.96193,0.9118 2.60174,-0.84792 -0.1655,-3.484 -0.57488,-7.01871 -1.50175,-10.35021 -1.77514,-2.48257 -3.86383,-5.029072 -3.79806,-8.286052 -0.1341,-1.820667 -0.29662,-3.63925 -0.40802,-5.46158 1.3658,2.608138 0.67582,0.21658 0.30887,-1.303379 -0.82694,-3.598265 -1.6685,-7.193256 -2.48633,-10.793517 1.63985,-0.676574 -0.0929,-2.097199 -0.54438,-3.040576 -2.50083,-3.824284 -4.86133,-7.84399 -7.81211,-11.291812 -1.47479,-1.135979 -3.25174,-1.944987 -3.85202,-3.884733 -0.70268,-1.308594 -2.69916,-0.67194 -3.35406,-2.169862 -0.87882,-1.116508 -2.56458,-2.352068 -1.86927,-3.947646 0.46522,-1.250264 -1.6205,-4.088094 0.64174,-2.30441 1.5569,0.836547 2.92466,1.847768 4.26968,3.001034 -0.4401,-1.862171 -2.69786,-2.582929 -4.00615,-3.830798 -5.12533,-4.006631 -8.69268,-9.647968 -13.66813,-13.863123 -1.33038,-1.405533 -2.87185,-2.640781 -4.34871,-3.800434 -0.37396,-1.566746 -1.39326,-2.029943 -3.01625,-2.505488 -1.27074,-0.522435 -2.67063,-0.809693 -3.42567,-1.992089 -1.99823,-1.080254 -1.47991,-0.500252 -0.69669,1.074207 -0.36513,1.877928 -2.29277,0.408403 -3.43634,0.102716 -5.26195,-3.447594 -10.15644,-7.638819 -15.39888,-11.093685 -1.97127,-0.155603 -3.76182,-1.178498 -5.51119,-1.984052 0.11329,-1.677625 -0.8734,-1.637079 -2.66164,-2.070423 -4.82496,-1.217745 -9.62658,-2.684035 -14.46952,-3.735055 -2.40856,0.355438 -4.78621,-0.298502 -7.07714,-0.9949415 4.07743,1.7982035 8.15486,3.5963905 12.23224,5.3945655 z M 99.838809,11.835592 c 1.460441,0.376249 0.995071,2.411033 -0.320218,2.452072 -1.297073,0.373717 -2.293104,-1.254947 -1.110749,-2.070008 0.304857,-0.547732 0.928353,-0.316373 1.430967,-0.382064 z m -2.625805,3.171339 c 0.747089,1.09484 -0.304897,2.667008 -1.505019,2.321305 -1.384552,-0.655855 -0.828943,-2.669325 0.703647,-2.292374 0.26713,-0.0085 0.533914,-0.03473 0.801372,-0.02893 z m -0.320215,6.244628 c -2.657809,0.46269 -0.730925,0.482934 0.864579,0.65389 1.707768,-0.0066 1.892907,1.782869 0.928623,2.77902 0.413064,1.395841 2.620019,0.576601 3.764439,1.062933 1.71828,0.124819 3.6585,0.600102 4.81738,1.879548 0.38924,1.607839 -1.29618,2.189205 -2.5127,1.598087 -1.59369,-0.577589 -3.33977,-0.527935 -4.68541,0.641061 -1.372015,0.523663 -1.099353,2.485006 -2.490628,3.088065 -2.220696,1.68957 -4.662778,3.290965 -7.063731,4.615549 -1.712967,0.218687 -2.214843,0.997457 -2.859468,2.329321 -1.908306,0.600995 -4.23126,0.128566 -5.774252,1.774124 -2.926037,1.955397 -5.124933,4.754542 -7.596045,7.237808 -1.06638,2.062849 -0.0561,2.53504 1.656663,1.378965 2.465516,-0.907701 4.877518,-2.158729 7.373164,-2.871491 4.796537,0.07663 9.745436,0.895752 14.432154,-0.318124 2.737913,-1.714433 5.171353,-3.908082 8.239353,-4.989765 0.88145,-1.144629 1.82927,-2.245201 3.07755,-2.914913 0.88013,-1.268468 1.88558,-2.421747 3.48627,-2.59795 1.40084,-0.207363 2.45688,-1.231799 1.50565,-2.562641 1.13881,-1.573931 -0.33499,-2.354168 -1.64902,-2.975324 -0.90018,-0.969045 -3.79098,-1.170736 -2.87167,-2.834101 0.78314,-0.954432 2.84035,-1.780426 1.12648,-3.139921 -1.30678,-1.108594 -3.09118,-1.378726 -4.67526,-1.93787 -0.89984,1.096829 -2.55418,2.422166 -3.84256,1.177002 -1.13211,-1.19939 0.56647,-2.317379 1.02469,-3.040576 -1.15756,0.856216 -2.75097,1.538483 -3.908769,0.262735 -0.681484,-0.574192 -1.560317,-0.671985 -2.367482,-0.295432 z M 51.422192,35.669765 c -1.212675,0.735348 -2.69418,2.624953 -0.544366,1.111607 0.669453,-0.778285 2.509971,-2.900781 0.664931,-1.210093 l -0.120565,0.09849 z m 71.664198,5.459948 c -1.05534,1.729028 1.21371,1.959524 1.73107,0.237899 1.5852,-1.528689 -1.16127,-0.195562 -1.73107,-0.237899 z m 20.52587,2.190525 c -0.6358,1.978684 0.24548,4.009668 0.64041,5.950375 1.88486,1.57845 0.95568,0.434665 0.12111,-1.000786 -0.53402,-1.811868 0.0965,-3.797504 -0.21719,-5.668866 -0.18145,0.239759 -0.3629,0.479515 -0.54433,0.719277 z m -51.42664,11.14877 c -0.629341,1.123774 -1.804793,3.613767 0.511451,3.247602 1.078744,0.08411 3.431559,0.03969 3.363154,-1.253246 -1.160639,-0.876332 -3.161971,-0.333518 -3.682478,-2.027051 l -0.192127,0.0327 z m -41.660037,2.877103 c -0.872185,0.874243 -0.09187,2.360208 -0.576381,3.530987 1.13451,-0.986644 1.812567,-2.607857 2.081398,-4.152181 -0.501673,0.207063 -1.003343,0.414126 -1.505017,0.621194 z m 87.322777,3.040569 c 1.19092,0.228568 3.30126,0.724452 2.6078,2.405086 -0.18745,1.49373 -2.20372,0.73864 -1.91519,2.096949 -0.69643,1.548191 -2.40582,0.01317 -3.44645,-0.317159 1.1376,-1.254869 -0.29654,-2.330022 0.22412,-3.530985 0.68524,-0.702629 1.65102,-0.49212 2.52972,-0.653891 z m -11.04746,1.798186 c 1.48818,0.377939 1.30847,2.123688 0.32763,2.971514 -0.51391,1.488705 -3.28376,1.219734 -2.75579,3.076242 0.2114,1.636722 0.1133,4.195709 -1.9431,4.408632 -1.73601,0.505142 -3.57549,-1.594496 -2.50824,-3.225498 0.70782,-1.605964 1.8964,-2.795444 3.26106,-3.830676 0.48201,-1.5235 1.3014,-2.702878 2.83429,-3.231864 0.2188,-0.2025 0.51485,-0.146531 0.78415,-0.16835 z m 6.6925,6.865812 c 1.0198,0.24111 2.25826,1.186233 2.59378,2.22321 0.0511,1.51925 -1.92596,2.050837 -2.84994,0.94814 -1.0007,-0.922235 -0.77155,-2.137 0.0641,-3.073267 l 0.064,-0.09808 0.12806,0 z m -1.3769,1.798189 c -0.13495,1.561911 -0.70104,3.02529 -2.04936,3.890626 -1.70652,-0.465753 -0.65581,-2.294761 0.25966,-3.025988 0.29059,-0.412907 1.79904,-1.854353 1.7897,-0.864638 z m -34.935518,1.438551 c -2.307551,-0.222661 -1.433229,1.225013 -2.104856,2.474409 -1.033013,1.913896 -3.222399,2.355174 -5.029753,3.122994 -1.166378,0.686201 -1.778347,2.107342 -2.395977,3.222955 0.984391,0.802737 2.878012,-0.06306 3.68098,-0.941118 0.694317,-1.252494 2.146122,-3.103104 3.625566,-1.784854 1.784095,0.353257 1.187819,2.437666 -0.04949,3.125423 -1.456938,0.69556 -1.99012,2.222972 -2.475099,3.653562 -1.333369,1.345712 1.932674,0.642223 2.76636,1.109512 1.314645,0.05456 3.539129,1.034177 3.679419,-1.068624 -0.162685,-2.967649 -0.880038,-5.927583 -1.080729,-8.849599 0.96009,-1.359798 -0.234525,-2.877755 0.33033,-4.214753 0.426589,-0.465198 -0.890203,0.212866 -0.946746,0.150093 z m 27.570548,0.228857 c 0.8912,0.16774 3.28357,0.172597 2.77439,1.428997 -1.56688,1.445127 -0.93151,1.102523 0.1393,2.439906 0.87951,1.24843 -0.72722,3.46174 -2.0171,2.244946 -0.9951,-2.335661 -1.18929,0.150477 -1.61169,1.432667 -0.68223,1.293857 -1.09561,3.486159 -2.93492,3.292653 -1.89409,-0.403377 -3.65307,0.623893 -5.54017,0.538473 -1.08523,-0.631888 -3.47284,-1.626805 -2.08135,-3.171358 1.54831,0.167724 2.24376,-1.100303 3.36374,-1.819818 1.97432,-0.674308 1.13503,-3.610141 2.94444,-4.555579 1.36576,-1.066929 2.83689,-1.786625 4.58683,-1.779413 0.12795,0.01671 0.24938,-0.05789 0.37653,-0.05147 z m 17.2276,0.653892 c 1.28574,0.347411 1.33184,2.229525 0.19212,2.680935 -1.27431,0.2753 -2.46208,-1.228648 -1.3577,-2.216677 0.19312,-0.480178 0.75972,-0.376345 1.16558,-0.464258 z m 19.75729,22.428313 c 2.22677,1.544887 4.54498,3.072538 6.66048,4.74065 1.33399,3.14597 2.93405,6.24097 4.11523,9.41547 0.47709,1.98687 -1.85746,2.62124 -3.34369,2.66362 -1.41396,-0.18089 -2.96021,-0.91497 -4.10176,-1.61689 -0.10337,-1.6313 -0.76133,-3.54901 0.41626,-4.93688 -1.90956,-1.52906 -4.00111,-2.99539 -5.42858,-4.98879 -0.60081,-1.57518 -1.42414,-3.759081 0.081,-5.048319 0.53393,-0.07023 1.06545,-0.18312 1.60106,-0.228861 z m -15.91469,1.209687 c 1.18196,0.818988 1.01499,2.830858 -0.32023,3.302123 2.96958,1.044 5.77751,2.72266 8.26156,4.74068 -0.0257,1.67014 -1.24931,2.80436 -2.77527,3.12534 -3.00192,0.79213 -6.21271,-0.19923 -9.29685,-0.0521 -2.26712,0.538 -4.59654,1.53306 -6.91663,1.47128 0.84841,1.40306 -1.05718,2.45008 -2.14543,1.56929 -1.17788,-1.13619 1.83622,-2.16083 0.064,-3.04057 -0.93193,-1.89865 0.73204,-3.64296 1.20414,-5.43191 1.05233,-1.7251 1.51373,-4.731512 4.04736,-4.539837 1.09958,0.887916 2.15214,1.796782 3.07407,2.877067 1.02101,-0.53162 3.91498,-0.19983 1.93503,-1.384915 -1.26167,-1.84582 1.4126,-2.905015 2.86823,-2.636458 z m -34.45523,2.288604 c 2.28189,2.407769 4.2054,5.428659 7.18296,7.026359 2.40646,1.48273 1.55056,4.86533 3.01468,7.02299 0.74658,1.70997 1.33493,3.62279 2.93121,4.7172 0.85308,-0.80554 1.20389,-2.20263 2.61777,-2.1021 0.009,-1.15606 -2.07242,-1.50579 -2.55372,-2.70396 -0.50142,-1.54677 1.16347,-2.19234 2.27505,-2.6372 0.94843,-0.41399 2.50483,-1.94042 3.07239,-0.35702 0.94087,2.38125 1.5453,4.88842 2.84373,7.15432 0.37214,2.06547 1.90667,-0.67059 3.20851,0.71139 1.43279,0.31569 2.58786,-1.2296 4.05838,-0.42417 1.74917,0.78555 3.64238,-0.53712 5.32393,-0.49132 1.78105,0.74035 1.95274,2.81596 1.57974,4.50354 -0.2369,2.59812 -0.93545,5.28724 -2.15612,7.49527 -2.29926,0.89407 -4.82006,-0.0461 -7.105,0.92742 -3.37858,0.93528 -6.82632,-0.40811 -10.05395,-1.31783 -1.92645,-0.65311 -4.01314,-2.12778 -5.98801,-0.901 -1.68272,0.52086 -0.61159,3.49398 -2.66242,3.48198 -1.9778,0.31443 -3.73033,-0.91858 -5.37323,-1.85057 -2.89498,-2.66891 -6.94627,-3.57765 -9.83697,-6.19225 -0.70204,-1.35884 0.7411,-2.06831 1.26588,-2.94296 -0.48524,-1.1095 -0.31129,-2.53949 -0.60347,-3.44273 -2.81548,-0.72476 -5.929565,-0.6057 -8.859958,-1.00327 -3.41196,-0.12811 -6.809304,0.002 -10.182854,0.55585 -1.689571,-0.0933 -3.498658,-0.6082 -4.70717,-1.73282 -0.671091,-1.82446 1.316543,-3.2772 2.945983,-2.77905 2.537923,0.50582 5.07708,-0.95325 6.142035,-3.31377 1.406574,-2.91724 5.300689,-3.06393 6.634566,-6.03679 1.588935,-1.79669 4.062368,0.3657 5.978968,-0.72027 1.46655,-0.22428 3.63147,-1.34242 4.5143,0.42697 0.75974,1.68904 1.31373,3.48584 2.90301,4.59149 1.88059,1.88977 4.61032,3.39467 5.0481,6.29479 0.18992,0.93852 0.39056,-2.29113 0.13694,-3.10489 2.05645,0.61614 1.46434,0.0451 -0.10209,-1.17739 -2.18335,-1.54847 -3.54566,-3.97097 -4.96616,-6.17991 -0.45178,-1.38512 0.15695,-2.829039 1.28092,-3.661767 l 0.19207,0.163468 z m -7.30082,10.462159 c -0.28868,2.27762 0.75582,-1.72202 0,0 z m 6.7565,5.85232 c -2.07536,-0.59814 1.12374,2.05966 1.56969,0.60157 1.98033,-1.70748 -0.59912,-0.50135 -1.56969,-0.60157 z m 128.69461,13.47002 c 0.48719,1.46577 0.54749,2.97872 0.44827,4.51179 -1.14201,-0.0145 -3.50317,-0.12929 -2.43361,1.6021 0.35094,1.13282 2.12149,1.05922 2.01858,2.62294 0.47423,1.99315 0.42281,-1.85077 0.56229,-2.61486 0.14046,-2.69946 0.0341,-5.53459 -0.75422,-8.11476 -0.76661,-1.44961 -1.89434,-3.40072 -0.77362,-0.66457 0.31075,0.88578 0.62149,1.77159 0.93231,2.65736 z m -227.096836,2.51748 c 0.928595,8.10424 2.267306,16.18787 4.764569,23.95724 2.259888,7.39031 5.246134,14.56464 8.876605,21.35693 -0.182133,-1.49537 -1.496347,-3.16982 -0.07323,-4.40039 1.380108,-1.54044 1.745271,-3.74066 0.733929,-5.60109 -1.845801,-5.03382 -4.946744,-9.47801 -7.212734,-14.32519 -2.325134,-4.25778 -3.904407,-8.93209 -4.699354,-13.76121 -0.921099,-4.62179 -1.934641,-9.22487 -2.774054,-13.86322 0.1281,2.21229 0.256172,4.42464 0.384271,6.63693 z M 147.2947,186.75003 c 0.89438,1.41692 0.5226,2.60189 -0.64041,3.66184 -1.13048,0.95604 -2.88345,2.29206 -4.16283,0.78459 -0.46893,-1.51373 0.39064,-3.33019 1.99128,-3.72364 0.75447,-0.4508 2.10772,-1.11562 2.81196,-0.72279 z m -9.12612,10.62595 c 1.14038,0.24766 3.10799,0.78922 2.41097,2.37118 -0.73556,1.11757 -2.5876,-0.19264 -3.14747,-1.25977 0.0413,-0.46465 0.21685,-1.09582 0.7365,-1.11141 z m 36.47252,5.78655 c -2.09448,2.42516 -4.58308,4.51712 -7.65315,5.52529 -1.77175,1.84066 -0.76445,4.80774 -2.56172,6.63727 -1.15894,1.67022 -0.20422,2.98511 1.55649,1.74524 2.7271,-0.99525 4.01109,-3.99518 5.71952,-6.18296 1.29016,-2.52374 3.19632,-4.80253 4.11089,-7.47426 -0.0864,-1.05856 -0.65562,-1.30634 -1.17203,-0.25058 z m -26.12958,0.42508 c 1.12422,1.5524 0.3194,3.47894 0,5.16567 -1.31727,-0.79224 -2.22146,-1.77313 -1.88927,-3.43297 -0.11581,-1.32265 0.87199,-2.17185 1.88927,-1.7327 z"
+ id="path2284"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ inkscape:label="Layer 1"
+ id="layer1-4">
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:#ffffff;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ id="path1493"
+ sodipodi:cx="372.90503"
+ sodipodi:cy="376.39664"
+ sodipodi:rx="364.52515"
+ sodipodi:ry="359.63687"
+ d="m 737.43018,376.39664 c 0,198.62196 -163.20347,359.63687 -364.52515,359.63687 -201.32168,0 -364.5251472,-161.01491 -364.5251472,-359.63687 0,-198.62196 163.2034672,-359.636874 364.5251472,-359.636874 201.32168,0 364.52515,161.014914 364.52515,359.636874 z"
+ transform="matrix(0.312736,0,0,0.316987,10.37931,2.686946)" />
+ </g>
+ <g
+ inkscape:label="cercles"
+ id="layer6" />
+ </g>
+ <g
+ id="g1494"
+ transform="matrix(0.124741,0,0,0.124741,-13.36814,-87.21636)">
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ d="m 495.15625,93.84375 c -26.63382,0 -47.9375,21.27546 -47.9375,47.90625 l 0,192.71875 c 0,26.63079 21.3067,47.9375 47.9375,47.9375 l 192.6875,0 c 26.63079,0 47.9375,-21.3067 47.9375,-47.9375 l 0,-192.71875 c 0,-26.63079 -21.3037,-47.90625 -47.9375,-47.90625 l -192.6875,0 z"
+ id="path2373"
+ style="fill:url(#linearGradient2395);fill-opacity:1;stroke:none"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ inkscape:radius="-4.2074337"
+ sodipodi:type="inkscape:offset"
+ transform="translate(-291.933,627.3998)" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ style="fill:url(#linearGradient2397);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 436.05138,821.4365 c -38.42614,41.19216 -77.92277,44.4375 -136.12041,44.4375 -57.29269,0 -100.81533,27.34714 -136.86396,62.09375 l 0,33.90076 c 0,23.21989 18.05803,40.12499 40.15625,40.12499 l 192.6875,4.0313 c 24.59455,0 40.125,-19.56173 40.125,-44.15629 l 0.0156,-140.43201 z"
+ id="path2375"
+ sodipodi:nodetypes="cscccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-8"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ style="fill:none;stroke:url(#linearGradient2399);stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path2377"
+ d="M 495.15625,97.625 C 470.55593,97.625 451,117.15545 451,141.75 l 0,192.71875 c 0,24.59455 19.56169,44.15625 44.15625,44.15625 l 192.6875,0 C 712.4383,378.625 732,359.06331 732,334.46875 L 732,141.75 c 0,-24.59455 -19.55595,-44.125 -44.15625,-44.125 l -192.6875,0 z"
+ transform="translate(-291.933,627.3998)" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#729fcf;fill-opacity:1;stroke:none;filter:url(#filter3759);font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
+ x="45.054474"
+ y="17.673267"
+ id="text3635"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3637"
+ x="45.054474"
+ y="17.673267">Pulsar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#808080;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+ x="49.254459"
+ y="31.209824"
+ id="text3643"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3773"
+ x="49.254459"
+ y="31.209824">the pulseaudio planet...star</tspan></text>
+ <g
+ id="g4561"
+ transform="matrix(1.3952569,0,0,0.60435953,-71.740326,10.802604)"
+ style="filter:url(#filter4721)">
+ <path
+ transform="translate(4.96875,1.78125)"
+ inkscape:connector-curvature="0"
+ id="path4557"
+ d="m 139.71428,34.285714 c 0,-0.380952 -0.38095,-1.142857 0,-1.142857 0.38096,0 0,1.52381 0,1.142857 0,-0.571428 0,-1.142857 0,-1.714285 0,-0.128674 -0.0435,-0.770191 0,-0.857143 0.0602,-0.120468 0.19048,-0.190476 0.28572,-0.285715 0.62574,-0.625745 0.58758,-0.66229 1.42857,-1.142857 0.3698,-0.211314 0.77306,-0.360114 1.14286,-0.571428 0.70991,-0.08285 0.90565,-0.829107 1.42857,-1.142857 0.25825,-0.154951 0.58032,-0.167078 0.85714,-0.285715 2.60131,-1.300652 -0.102,-0.01634 2,-0.857142 0.19773,-0.07909 0.3737,-0.206624 0.57143,-0.285715 0.27963,-0.111851 0.57751,-0.173863 0.85714,-0.285714 0.19773,-0.07909 0.3737,-0.206623 0.57143,-0.285714 0.83744,-0.334976 1.73399,-0.522168 2.57143,-0.857143 1.26444,-0.505777 -0.22972,-0.09763 1.42857,-0.571429 0.37757,-0.107876 0.76529,-0.177837 1.14286,-0.285714 2.86923,-0.819779 -1.57276,0.321761 2,-0.571429 0.7619,-0.190476 1.54066,-0.323078 2.28571,-0.571428 0.20203,-0.06734 0.36261,-0.24395 0.57143,-0.285714 2.02649,0 0.16737,0.20203 1.14286,-0.285715 0.10332,-0.05166 1.22984,0 1.42857,0 0.0952,0 0.21837,0.06734 0.28571,0 0.0674,-0.06734 -0.0673,-0.218371 0,-0.285714 0.13469,-0.134687 0.40107,0.08518 0.57143,0 0.12047,-0.06023 0.19048,-0.190476 0.28572,-0.285714 0.38095,0 0.77328,0.09239 1.14285,0 0.41321,-0.103301 0.74406,-0.421879 1.14286,-0.571429 0.36768,-0.137878 0.76191,-0.190476 1.14286,-0.285714 0.72246,-0.180615 1.31685,-0.298169 2,-0.571429 0.39545,-0.158182 0.7619,-0.380952 1.14286,-0.571428 0.38095,-0.190476 0.78847,-0.335172 1.14285,-0.571429 0.11207,-0.07471 0.15794,-0.243122 0.28572,-0.285714 0.1807,-0.06023 0.38095,0 0.57143,0 0.19047,-0.190476 0.33049,-0.450961 0.57142,-0.571429 0.17037,-0.08518 0.39073,0.06023 0.57143,0 0.12778,-0.04259 0.16525,-0.22548 0.28572,-0.285714 0.8408,-0.420401 -0.37617,0.661881 0.57143,-0.285714"
+ style="fill:none;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ transform="translate(4.96875,1.78125)"
+ inkscape:connector-curvature="0"
+ id="path4559"
+ d="m 138,18.857143 c 0.7619,0.380952 1.54611,0.720228 2.28571,1.142857 0.59629,0.340734 1.11138,0.813995 1.71429,1.142857 0.45025,0.245591 0.96984,0.342065 1.42857,0.571429 0.30713,0.153567 0.559,0.401061 0.85714,0.571428 1.89519,1.082966 0.3973,0.170269 2,0.857143 0.39148,0.167777 0.75365,0.398447 1.14286,0.571429 0.46867,0.208297 0.95238,0.380952 1.42857,0.571428 0.47619,0.190477 0.94202,0.409244 1.42857,0.571429 0.74505,0.248351 1.55654,0.279756 2.28572,0.571429 0.12505,0.05002 0.16524,0.22548 0.28571,0.285714 0.0852,0.04259 0.20053,-0.04259 0.28572,0 0.12046,0.06023 0.16524,0.22548 0.28571,0.285714 0.17037,0.08518 0.38664,-0.0462 0.57143,0 0.58435,0.146089 1.13512,0.405954 1.71428,0.571429 0.75514,0.215753 1.54067,0.323078 2.28572,0.571428 0.20203,0.06734 0.3737,0.206624 0.57143,0.285715 0.27963,0.111851 0.57751,0.173862 0.85714,0.285714 0.66618,0.266473 0.61635,0.436058 1.42857,0.571428 2.17961,0 -0.22539,-0.127775 1.42857,0.285715 0.28323,0.07081 1.17558,-0.08433 1.42857,0 0.20204,0.06734 0.36261,0.243949 0.57143,0.285714 0.37506,0.07501 1.26003,0 1.71429,0 0.54522,0 0.0418,-0.06734 0.57143,0.285714 0.35438,0.236257 0.78847,0.335172 1.14285,0.571429 0.11207,0.07471 0.16525,0.22548 0.28572,0.285714 0.0852,0.04259 0.20053,-0.04259 0.28571,0 0.12047,0.06023 0.17365,0.211003 0.28572,0.285714 0.92769,0.618462 0.21516,-0.04703 1.14285,0.571429 0.56602,-0.02852 0.13513,0.420844 0.28572,0.571428 0.14286,0.142858 0.71428,-0.142857 0.85714,0 0.0674,0.06734 0,0.190477 0,0.285715"
+ style="fill:none;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ </g>
+</svg>
diff --git a/output/style/img/svg/pulseaudio.svg b/output/style/img/svg/pulseaudio.svg
new file mode 100644
index 0000000..a79e03d
--- /dev/null
+++ b/output/style/img/svg/pulseaudio.svg
@@ -0,0 +1,287 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg2161"
+ sodipodi:version="0.32"
+ inkscape:version="0.44"
+ sodipodi:docbase="/home/ossman/devel/pulseaudio"
+ sodipodi:docname="pulseaudio.svg">
+ <defs
+ id="defs2163">
+ <linearGradient
+ id="linearGradient3093">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop3095" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3097" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3093"
+ id="radialGradient2472"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.266476,0,283.9565)"
+ cx="224.5"
+ cy="387.11252"
+ fx="224.5"
+ fy="387.11252"
+ r="174.5" />
+ <linearGradient
+ id="linearGradient2503">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2505" />
+ <stop
+ style="stop-color:#141413;stop-opacity:1;"
+ offset="1"
+ id="stop2507" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2503"
+ id="linearGradient1476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-49.78411,-8.952609)"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541" />
+ <linearGradient
+ id="linearGradient2495">
+ <stop
+ style="stop-color:#0a0a09;stop-opacity:1;"
+ offset="0"
+ id="stop2497" />
+ <stop
+ style="stop-color:#282927;stop-opacity:1;"
+ offset="1"
+ id="stop2499" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2495"
+ id="linearGradient1474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.124741,0,0,0.124741,-49.78411,-8.952609)"
+ x1="674"
+ y1="276.11252"
+ x2="505"
+ y2="199.11252" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2399"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="390.61252"
+ x2="585"
+ y2="85.376541" />
+ <linearGradient
+ id="linearGradient2535">
+ <stop
+ id="stop2537"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.36078432;" />
+ <stop
+ id="stop2539"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2535"
+ id="linearGradient2397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-291.933,627.3998)"
+ x1="532"
+ y1="131.40625"
+ x2="667.5"
+ y2="357.40625" />
+ <linearGradient
+ id="linearGradient3072">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3074" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3076" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3072"
+ id="linearGradient2395"
+ gradientUnits="userSpaceOnUse"
+ x1="585"
+ y1="76.360481"
+ x2="585"
+ y2="170.3912" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4.9497475"
+ inkscape:cx="20.060638"
+ inkscape:cy="18.992734"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="872"
+ inkscape:window-height="624"
+ inkscape:window-x="325"
+ inkscape:window-y="224" />
+ <metadata
+ id="metadata2166">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://www.gnu.org/copyleft/gpl.html" />
+ <dc:title>PulseAudio logotype</dc:title>
+ <dc:date>2006-08-28</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Pierre Ossman &lt;ossman@cendio.se&gt; for Cendio AB</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title></dc:title>
+ </cc:Agent>
+ </dc:rights>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Rafael Jannone (basic idea)</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.36679538;color:black;fill:url(#radialGradient2472);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.81499863;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2470"
+ sodipodi:cx="224.5"
+ sodipodi:cy="387.11252"
+ sodipodi:rx="174.5"
+ sodipodi:ry="46.5"
+ d="M 399 387.11252 A 174.5 46.5 0 1 1 50,387.11252 A 174.5 46.5 0 1 1 399 387.11252 z"
+ transform="matrix(0.137443,0,0,0.154237,-6.855952,-20.43595)"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998" />
+ <rect
+ ry="6.5049205"
+ y="2.2257283"
+ x="5.4760308"
+ height="37.047943"
+ width="37.047943"
+ id="rect2371"
+ style="fill:url(#linearGradient1474);fill-opacity:1;stroke:url(#linearGradient1476);stroke-width:0.99792439;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998" />
+ <g
+ transform="matrix(0.124741,0,0,0.124741,-61.69688,-99.94425)"
+ id="g2415"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-ydpi="44.099998">
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path2417"
+ sodipodi:cx="-1"
+ sodipodi:cy="863.61249"
+ sodipodi:rx="23"
+ sodipodi:ry="23"
+ d="M 22 863.61249 A 23 23 0 1 1 -24,863.61249 A 23 23 0 1 1 22 863.61249 z"
+ transform="matrix(1.676363,0,0,1.676363,688.6772,-480.168)" />
+ <path
+ style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 666.92273,892.01313 C 633.50485,900.88553 608.86021,931.34683 608.86023,967.54442 C 608.86023,1003.7419 633.50486,1034.2345 666.92273,1043.1069 C 642.81497,1032.2877 625.48523,1002.5195 625.48523,967.54442 C 625.48522,932.56943 642.81496,902.83233 666.92273,892.01313 z M 707.07898,892.01313 C 731.18675,902.83233 748.51648,932.56933 748.51648,967.54442 C 748.51648,1002.5195 731.18674,1032.2877 707.07898,1043.1069 C 740.49686,1034.2345 765.1415,1003.7419 765.14148,967.54442 C 765.14148,931.34693 740.49687,900.88553 707.07898,892.01313 z "
+ id="path2419" />
+ <path
+ id="path2421"
+ d="M 655.64705,849.58672 C 603.46201,863.44178 564.97718,911.00985 564.97721,967.53562 C 564.97721,1024.0613 603.46203,1071.6783 655.64705,1085.5333 C 618.0006,1068.6381 590.93865,1022.1524 590.93865,967.53562 C 590.93863,912.91905 618.00059,866.48188 655.64705,849.58672 z M 718.35466,849.58672 C 756.00112,866.48188 783.06306,912.91889 783.06306,967.53562 C 783.06306,1022.1524 756.00111,1068.6381 718.35466,1085.5333 C 770.5397,1071.6783 809.02453,1024.0613 809.0245,967.53562 C 809.0245,911.01001 770.53972,863.44178 718.35466,849.58672 z "
+ style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <g
+ id="g1494"
+ transform="matrix(0.124741,0,0,0.124741,-13.36814,-87.21636)">
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ d="M 495.15625,93.84375 C 468.52243,93.84375 447.21875,115.11921 447.21875,141.75 L 447.21875,334.46875 C 447.21875,361.09954 468.52545,382.40625 495.15625,382.40625 L 687.84375,382.40625 C 714.47454,382.40625 735.78125,361.09955 735.78125,334.46875 L 735.78125,141.75 C 735.78125,115.11921 714.47755,93.84375 687.84375,93.84375 L 495.15625,93.84375 z "
+ id="path2373"
+ style="fill:url(#linearGradient2395);fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ inkscape:radius="-4.2074337"
+ sodipodi:type="inkscape:offset"
+ transform="translate(-291.933,627.3998)" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ style="fill:url(#linearGradient2397);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 436.05138,821.4365 C 397.62524,862.62866 358.12861,865.874 299.93097,865.874 C 242.63828,865.874 199.11564,893.22114 163.06701,927.96775 L 163.06701,961.86851 C 163.06701,985.0884 181.12504,1001.9935 203.22326,1001.9935 L 395.91076,1006.0248 C 420.50531,1006.0248 436.03576,986.46307 436.03576,961.86851 L 436.05138,821.4365 z "
+ id="path2375"
+ sodipodi:nodetypes="cscccccc" />
+ <path
+ inkscape:export-ydpi="44.099998"
+ inkscape:export-xdpi="44.099998"
+ inkscape:export-filename="/home/ossman/Desktop/pa4.png"
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-8"
+ inkscape:original="M 495.15625 89.625 C 466.26648 89.625 443 112.86023 443 141.75 L 443 334.46875 C 443 363.35852 466.26647 386.625 495.15625 386.625 L 687.84375 386.625 C 716.73352 386.625 740 363.35853 740 334.46875 L 740 141.75 C 740 112.86023 716.7335 89.625 687.84375 89.625 L 495.15625 89.625 z "
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient2399);stroke-width:8;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path2377"
+ d="M 495.15625,97.625 C 470.55593,97.625 451,117.15545 451,141.75 L 451,334.46875 C 451,359.0633 470.56169,378.625 495.15625,378.625 L 687.84375,378.625 C 712.4383,378.625 732,359.06331 732,334.46875 L 732,141.75 C 732,117.15545 712.44405,97.625 687.84375,97.625 L 495.15625,97.625 z "
+ transform="translate(-291.933,627.3998)" />
+ </g>
+ </g>
+</svg>
diff --git a/output/style/img/ui-bg_flat_0_aaaaaa_40x100.png b/output/style/img/ui-bg_flat_0_aaaaaa_40x100.png
new file mode 100644
index 0000000..5b5dab2
--- /dev/null
+++ b/output/style/img/ui-bg_flat_0_aaaaaa_40x100.png
Binary files differ
diff --git a/output/style/img/ui-bg_flat_75_ffffff_40x100.png b/output/style/img/ui-bg_flat_75_ffffff_40x100.png
new file mode 100644
index 0000000..ac8b229
--- /dev/null
+++ b/output/style/img/ui-bg_flat_75_ffffff_40x100.png
Binary files differ
diff --git a/output/style/img/ui-bg_glass_55_fbf9ee_1x400.png b/output/style/img/ui-bg_glass_55_fbf9ee_1x400.png
new file mode 100644
index 0000000..ad3d634
--- /dev/null
+++ b/output/style/img/ui-bg_glass_55_fbf9ee_1x400.png
Binary files differ
diff --git a/output/style/img/ui-bg_glass_65_ffffff_1x400.png b/output/style/img/ui-bg_glass_65_ffffff_1x400.png
new file mode 100644
index 0000000..42ccba2
--- /dev/null
+++ b/output/style/img/ui-bg_glass_65_ffffff_1x400.png
Binary files differ
diff --git a/output/style/img/ui-bg_glass_75_dadada_1x400.png b/output/style/img/ui-bg_glass_75_dadada_1x400.png
new file mode 100644
index 0000000..5a46b47
--- /dev/null
+++ b/output/style/img/ui-bg_glass_75_dadada_1x400.png
Binary files differ
diff --git a/output/style/img/ui-bg_glass_75_e6e6e6_1x400.png b/output/style/img/ui-bg_glass_75_e6e6e6_1x400.png
new file mode 100644
index 0000000..86c2baa
--- /dev/null
+++ b/output/style/img/ui-bg_glass_75_e6e6e6_1x400.png
Binary files differ
diff --git a/output/style/img/ui-bg_glass_95_fef1ec_1x400.png b/output/style/img/ui-bg_glass_95_fef1ec_1x400.png
new file mode 100644
index 0000000..4443fdc
--- /dev/null
+++ b/output/style/img/ui-bg_glass_95_fef1ec_1x400.png
Binary files differ
diff --git a/output/style/img/ui-bg_highlight-soft_75_cccccc_1x100.png b/output/style/img/ui-bg_highlight-soft_75_cccccc_1x100.png
new file mode 100644
index 0000000..7c9fa6c
--- /dev/null
+++ b/output/style/img/ui-bg_highlight-soft_75_cccccc_1x100.png
Binary files differ
diff --git a/output/style/nlayout.css b/output/style/nlayout.css
new file mode 100644
index 0000000..fe57055
--- /dev/null
+++ b/output/style/nlayout.css
@@ -0,0 +1,324 @@
+body {
+ margin: 0px;
+ padding: 0px;
+ font-family: sans-serif;
+ background-color: white;
+ color: black;
+}
+
+/* GNOME strip */
+
+#gnome-sites {
+ list-style: none;
+ background: #2E3436 url(img/sites-bg.png) 0 100% repeat-x;
+ text-align: right;
+ padding: 0 1ex;
+ margin: 0;
+ font-size: 70%;
+}
+
+#gnome-sites ul {
+ margin: 0;
+ padding: 0;
+}
+
+#gnome-sites li {
+ display: inline;
+ background: url(img/sites-sp.png) 0 0 no-repeat;
+ padding-top: 10px;
+ padding-bottom: 8px;
+ margin-left: 0px;
+ margin-top: 0px;
+}
+
+#gnome-sites li a {
+ font-weight: bold;
+ color: #FFFFFF;
+ margin: 0 2ex;
+ text-decoration: none;
+ line-height: 30px;
+}
+
+#gnome-sites li a:hover {
+ text-decoration: underline;
+}
+
+#gnome-sites .home {
+ float: left;
+ background: url(img/sites-sp.png) 100% 0 no-repeat;
+ padding-top: 0;
+ padding-bottom: 0;
+}
+
+#gnome-sites .home a {
+ float: left;
+ background: url(img/sites-foot.png) 7px 50% no-repeat;
+ margin-left: 0;
+ padding-left: 27px;
+}
+
+/* Site header and masthead */
+
+#header {
+ position: relative;
+ width: 100%;
+ background-color: #729FCF;
+}
+
+#masthead {
+ display: table;
+ /* req for ie */
+ border-top: 1px solid #729FCF;
+}
+
+#site-logo {
+ vertical-align: middle;
+ display: table-cell;
+ float: left;
+ border: 0;
+ padding: 10px;
+ /* req for ie */
+ margin-top: expression((this.parentElement.height - this.height)/2);
+}
+
+#site-title {
+ vertical-align: middle;
+ display: table-cell;
+ /* req for ie */
+ margin-top: expression((this.parentElement.height - this.height)/2);
+}
+
+#site-name {
+ margin: 0;
+}
+
+#site-name a {
+ font-size: xx-large;
+ font-weight: bold;
+ text-decoration: none;
+ color: black;
+}
+
+#site-slogan {
+ font-size: 80%;
+ font-style: italic;
+ margin: 0;
+}
+
+#footer-link {
+ position: absolute;
+ right: 1em;
+ bottom: 1em;
+ margin: 0;
+ font-size: 80%;
+ color: black;
+ text-decoration: none;
+ background: url(img/help-about.png) left no-repeat;
+ padding-left: 20px;
+}
+#footer-link:hover { text-decoration: underline; }
+
+div.breadcrumb {
+ font-size: 75%;
+}
+
+/* Search form */
+
+#search {
+ position: relative;
+ float: right;
+ top: 1em;
+ right: 1em;
+}
+
+#search input.form-text, #search input[name="q"] {
+ border: 1px solid #888888;
+ padding: 0.5ex;
+ background-position: center !important;
+}
+
+#search input.form-submit, #search input[name="sa"] {
+ background: white url(img/search-icon.gif) no-repeat;
+ padding: 1px 1px 1px 15px;
+ border: 1px solid #888888;
+ display: none;
+}
+
+/* Tabs */
+#site-tabs {
+ position: absolute;
+ right: 0px;
+ bottom: 0px;
+ width: 100%;
+ background: transparent url(img/bar.png) 0 100% repeat-x;
+ margin: 0;
+ padding: 0;
+}
+
+#site-tabs ul {
+ float: right;
+ list-style: none;
+ margin: 0;
+ margin-right: 3ex;
+ font-size: 75%;
+ clear: none;
+}
+
+#site-tabs ul li {
+ float: left;
+ margin: 0;
+ margin-left: 0.2ex;
+}
+
+#site-tabs ul li a:hover {
+ color: #111111;
+}
+
+#site-tabs ul li a {
+ float: left;
+ text-decoration: none;
+ color: #555555;
+ background: #eeeeee;
+ padding: 7px 7px 7px 7px;
+ border-bottom: 2px solid #CCCCCC;
+}
+
+#site-tabs ul li a.active {
+ color: #3566A5;
+ background: white;
+ border-top: 2px solid #5555ff;
+ border-bottom: 2px solid white;
+}
+
+/* Content */
+#content {
+ margin: 0px auto 0px auto;
+ padding: 0px 1em 0px 1em;
+ max-width: 65em;
+}
+
+#content h1.title {
+ margin: 0;
+}
+
+/* Feeds & Footer */
+#feeds {
+ background: #dcdcdc url(img/feeds-bg.png) repeat-x left top;
+ padding: 0.5em 0px 0.5em 0px;
+}
+#feeds h3 {
+ margin: 0px;
+ padding: 0px 3% 0px 3%;
+ font-size: 100%;
+}
+#feeds h3 a {
+ background: transparent url(img/dt-closed.png) no-repeat left top;
+ padding-left: 20px;
+ margin-left: -20px;
+ color: #000;
+ text-decoration: none;
+}
+#feeds h3.open a {
+ background: transparent url(img/dt-open.png) no-repeat left top;
+}
+#feedlist {
+ display: none;
+ margin: 0.5em 1em 0.5em 1em;
+ background-color: #eee;
+ -moz-border-radius: 1em;
+ padding: 1em;
+ column-count: 4;
+ column-gap: 1em;
+ -moz-column-count: 4;
+ -moz-column-gap: 1em;
+ -webkit-border-radius: 1em;
+ -webkit-column-count: 4;
+ -webkit-column-gap: 1em;
+ border-radius: 1em 1em 1em 1em;
+}
+#feedlist ul {
+ margin: 0px;
+ padding: 0px;
+ list-style-type: none;
+ font-size: 90%;
+}
+#feedlist ul li * {
+ vertical-align: middle;
+}
+#feedlist ul li input {
+ margin: 0.2em;
+}
+#feedlist ul li a {
+ color: #000;
+ text-decoration: none;
+}
+#feedlist ul li a:hover {
+ text-decoration: underline;
+}
+#feedlist ul li a.message {
+ color: #999;
+}
+#feedlist ul li a img {
+ margin: 0px 0.2em;
+ border: 0px;
+}
+
+#footer {
+ background: black url(img/footer-bg.png) repeat-x left top;
+ padding: 3%;
+ font-size: x-small;
+ color: #ccc;
+ overflow: hidden;
+ line-height: 150%;
+}
+
+#footer a {
+ color: #729FCF;
+ font-weight: bold;
+ text-decoration: none;
+}
+#footer a:hover {
+ text-decoration: underline;
+}
+
+#footer .column {
+ float: left;
+ width: 20%;
+ margin-right: 3%;
+}
+
+#footer .section {
+ margin-bottom: 1em;
+}
+
+#footer .section h3 {
+ margin: 0;
+ font-size: 140%;
+}
+
+#footer .section a img {
+ border: 1px solid #cccccc;
+}
+
+#footer .section ul {
+ list-style: none;
+ margin-left: 0;
+ padding-left: 0;
+}
+
+#fineprint {
+ display: inline;
+ float: right;
+ text-align: right;
+ width: 25%;
+}
+
+#ownership {
+ margin-top: 2em;
+ font-size: 90%;
+}
+
+/* Friends of GNOME ruler */
+#gnome-fog-ruler {
+ margin-bottom: 2em;
+}
diff --git a/output/style/planet.css b/output/style/planet.css
new file mode 100644
index 0000000..92e99de
--- /dev/null
+++ b/output/style/planet.css
@@ -0,0 +1,219 @@
+h2.date {
+ color: #777;
+ font-weight: normal;
+ font-size: large;
+}
+
+div.blogentry {
+ clear: both;
+ margin-bottom: 2em;
+}
+
+div.blogger {
+ position: relative;
+ z-index: 1;
+ float: left;
+ margin-top: 25px !important;
+ margin-left: -1em;
+ padding: 0 1.5em 0 1em;
+ left: 4px;
+ width: 8.5em;
+ background: url(img/bubble/nipple.png) top right no-repeat;
+ text-align: center;
+}
+
+div.blogger a {
+ text-decoration: none;
+ color: #777;
+ font-size: small;
+}
+div.blogger a:hover {
+ color: inherit;
+}
+div.blogger a img {
+ border: 0px;
+ margin-bottom: 1ex;
+}
+
+div.blogpost {
+ position: relative;
+ margin-left: 10em;
+ padding: 2em;
+ color: #555753;
+ line-height: 1.6;
+}
+
+b.cr {
+ position: absolute;
+ background-image: url(img/bubble/corners.png);
+ width: 50px;
+ height: 50px;
+}
+b.tl { top: 0px; left: 0px; background-position: top left; }
+b.tr { top: 0px; right: 0px; background-position: top right; }
+b.bl { bottom: 0px; left: 0px; background-position: bottom left; }
+b.br { bottom: 0px; right: 0px; background-position: bottom right; }
+
+b.vt {
+ position: absolute;
+ background: url(img/bubble/vertical.png) repeat-y;
+ width: 50px;
+ height: 100%;
+}
+b.lt { top: 0px; left: 0px; background-position: top left; }
+b.rt { top: 0px; right: 0px; background-position: top right; }
+
+b.hz {
+ position: absolute;
+ background: url(img/bubble/horizontal.png) repeat-x;
+ width: 100%;
+ height: 50px;
+}
+b.to { top: 0px; left: 0px; background-position: top left; }
+b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
+
+.blogpost-title {
+ position: relative;
+ z-index: 1;
+ margin-top: 0px;
+ font-size: large;
+}
+
+.blogpost-title a {
+ text-decoration: none;
+}
+
+.blogpost-title a:hover {
+ text-decoration: underline;
+}
+
+.blogpost-content {
+ position: relative;
+ z-index: 1;
+ line-height: 140%;
+}
+
+.blogpost-content h2, .blogpost-content h3, .blogpost-content h4 {
+ font-size: 100%;
+ font-weight: bold;
+}
+
+.blogpost-content img,
+.blogpost-content video {
+ width: auto;
+ max-width: 100%;
+ height: auto;
+}
+
+.blogpost-content a img {
+ border: 0px;
+}
+
+.blogpost-content blockquote, .blogpost-content pre {
+ color: #777;
+ margin: auto 1em auto 1em;
+ padding-left: 1em;
+ border-left: 5px solid #ddd;
+}
+
+.post-fixedwidth {
+ white-space: pre;
+}
+
+.blogpost-content pre {
+ overflow: auto;
+}
+
+.blogpost-content ul {
+ margin: 0px;
+ margin-left: 1em;
+ padding: 0px;
+}
+.blogpost-content ul li {
+ margin: 1em;
+ padding: 0px;
+ list-style-image: url(img/pulse-bullet.png);
+}
+
+.blogpost-content .delicious-tags {
+ text-align: right;
+ font-size: x-small;
+}
+
+.blogpost-content:after {
+ content: "";
+ display: block;
+ clear: both;
+}
+
+/* Often-used WordPress styles */
+.alignleft {
+ float:left;
+ margin-right:1em;
+ margin-bottom:1em;
+}
+.alignright {
+ float:right;
+ margin-left:1em;
+ margin-bottom:1em;
+}
+.aligncenter {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.wp-smiley {
+ vertical-align: middle;
+}
+
+.wp-caption {
+ border: 1px solid #ddd;
+ text-align: center;
+ background-color: #f3f3f3;
+ padding-top: 4px;
+ margin: 10px;
+ /* optional rounded corners for browsers that support it */
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+.wp-caption img {
+ margin: 0;
+ padding: 0;
+ border: 0 none;
+}
+.wp-caption p.wp-caption-text {
+ font-size: 11px;
+ line-height: 17px;
+ padding: 0 4px 5px;
+ margin: 0;
+}
+/* Often-used WordPress styles */
+
+.blogpost-footer {
+ margin-top: 1em;
+}
+.blogpost-footer p {
+ position: relative;
+ z-index: 1;
+ margin: 0;
+ font-size: small;
+ text-align: right;
+}
+.blogpost-footer p a {
+ text-decoration: none;
+ color: #777;
+}
+.blogpost-footer p a:hover {
+ text-decoration: underline;
+ color: inherit;
+}
+
+#copyright {
+ clear: both;
+ padding-bottom: 1em;
+ text-align: center;
+ font-size: small;
+}
diff --git a/output/style/site.css b/output/style/site.css
new file mode 100644
index 0000000..f2ed657
--- /dev/null
+++ b/output/style/site.css
@@ -0,0 +1,108 @@
+body {
+ margin: 0px;
+ padding: 0px;
+ font-family: sans-serif;
+ background-color: white;
+ color: black;
+}
+
+#global_domain_bar
+{
+ background: none repeat scroll 0 0 #FFFFFF;
+ height: 10px;
+ border: 0 none;
+ font-size: 100%;
+ margin: 0;
+ padding: 0;
+ vertical-align: baseline;
+ color: #2E3436;
+ font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+ font-size: 14px;
+ line-height: 1.7em;
+}
+
+#global_domain_bar a
+{
+ -moz-border-radius: 5px 5px 5px 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px 5px 5px 5px;
+ background: url("img/pulse-16.png") no-repeat scroll 8px 7px #FFFFFF;
+ color: #555753;
+ float: right;
+ font-size: 12px;
+ margin-right: 30px;
+ padding: 4px 12px 2px 26px;
+ text-decoration: none;
+ line-height: 1.7em;
+}
+
+#global_domain_bar div {
+ max-width: 940px;
+ margin: 0 auto;
+}
+
+#page
+{
+ background: url("img/html-bg.png") repeat-x scroll center top #FFFFFF;
+ font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+}
+
+#content {
+ margin: 2em;
+}
+
+a
+{
+ color: #0489B7;
+}
+
+div.post-contents
+{
+ background: white;
+}
+
+.post-title a
+{
+ color: #0489B7;
+ font-weight: bold;
+}
+
+#planet-banner
+{
+ margin-left: auto;
+ margin-right: auto;
+ clear: left;
+ margin-top: 0;
+ width: 65em;
+ padding: 0 1em;
+}
+
+
+#planet-subtitle
+{
+ color: #555753;
+ font-size: 100%;
+ font-weight: bold;
+ margin: 0;
+ padding: 0;
+ padding-top: 14px;
+}
+
+#planet-logo
+{
+ vertical-align: middle;
+ padding-bottom: 25px;
+ margin-left: 26px;
+ padding-right: 50px;
+}
+
+#footer
+{
+ background: none repeat scroll 0 0 #D3D7CF;
+ color: #555753;
+}
+
+#footer a
+{
+ color: inherit;
+}
diff --git a/output/style/sociable.css b/output/style/sociable.css
new file mode 100644
index 0000000..fa58b25
--- /dev/null
+++ b/output/style/sociable.css
@@ -0,0 +1,111 @@
+/* Formatting for standard Facebook button iframe */
+.sociable-fb-standard {
+ width: 450px;
+ height: 35px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+/* Formatting for standard Facebook button with faces iframe */
+.sociable-fb-standard-faces {
+ width: 450px;
+ height: 80px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+/* Formatting for small Facebook button with counts iframe */
+.sociable-fb-button-count {
+ width: 90px;
+ height: 22px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+div.sociable {
+ margin: 16px 0;
+ text-align: left;
+}
+
+/* Tagline <span> styling; note that tagline is wrapped in a <div> if positioned above icons */
+span.sociable-tagline {
+ font-weight: bold;
+}
+
+.sociable ul {
+ display: inline;
+ margin: 0 !important;
+ padding: 0 !important;
+ text-indent: 0 !important;
+}
+
+.sociable ul li {
+ background: none;
+ display: inline !important;
+ list-style-type: none;
+ margin: 0 !important;
+ padding: 1px !important;
+ font-size: 12px;
+}
+.sociable ul li:before { content: ""; }
+
+/* Use this to change the icons */
+.sociable-img {
+ float: none !important;
+ border: none !important;
+ margin: 0 !important;
+ padding: 0 2px 0 2px !important;
+ background: transparent !important;
+ vertical-align: middle !important;
+ display: inline !important;
+}
+
+.sociable a {
+ text-decoration: none !important;
+}
+
+.sociable-hovers {
+ opacity: .4;
+ -moz-opacity: .4;
+ /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=40); */
+}
+.sociable-hovers:hover {
+ opacity: 1;
+ -moz-opacity: 1;
+ /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=100); */
+}
+
+/*Tooltip and Pointer CSS*/
+.fg-tooltip {
+ padding: 0px 5px 0px 5px;
+ border: 2px solid #FFD700;
+ position: absolute;
+ z-index: 9999;
+ background: #FDFCDC;
+ text-align: center;
+ display: none;
+}
+.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
+ position: absolute;
+ width:0;
+ height:0;
+ border-bottom-width: 0;
+ background: none;
+}
+.fg-tooltip .fg-tooltip-pointer-down {
+ border-left: 7px dotted transparent;
+ border-right: 7px dotted transparent;
+ border-top-width: 14px;
+ bottom: -14px;
+ right: auto;
+ left: 50%;
+ margin-left: -7px;
+}
+.fg-tooltip .fg-tooltip-pointer-down-inner {
+ border-left: 5px dotted transparent;
+ border-right: 5px dotted transparent;
+ border-top: 10px solid #FFD700; /* Inside of the tooltip arrow */
+ bottom: auto;
+ top: -14px;
+ left: -5px;
+}
diff --git a/pulsar/config.ini b/pulsar/config.ini
new file mode 100644
index 0000000..c61721e
--- /dev/null
+++ b/pulsar/config.ini
@@ -0,0 +1,94 @@
+# Planet configuration file
+
+[Planet]
+# name: Your planet's name
+# link: Link to the main page
+# owner_name: Your name
+# owner_email: Your e-mail address
+name = Pulsar
+link = file:///home/colin/pulseplanet/examples/output/
+#http://planet.pulseaudio.org/
+owner_name = PulseAudio Community
+owner_email = planet@pulseaudio.org
+
+# cache_directory: Where cached feeds are stored
+# new_feed_items: Number of items to take from new feeds
+# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
+# feed_timeout: number of seconds to wait for any given feed
+cache_directory = cache
+new_feed_items = 0
+log_level = DEBUG
+feed_timeout = 20
+
+# template_files: Space-separated list of output template files
+template_files = pulsar/index.html.tmpl templates/default/atom.xml.tmpl templates/default/rss20.xml.tmpl templates/default/rss10.xml.tmpl templates/default/opml.xml.tmpl templates/default/foafroll.xml.tmpl
+
+# The following provide defaults for each template:
+# output_dir: Directory to place output files
+# items_per_page: How many items to put on each page
+# days_per_page: How many complete days of posts to put on each page
+# This is the absolute, hard limit (over the item limit)
+# date_format: strftime format for the default 'date' template variable
+# new_date_format: strftime format for the 'new_date' template variable
+# encoding: output encoding for the file, Python 2.3+ users can use the
+# special "xml" value to output ASCII with XML character references
+# locale: locale to use for (e.g.) strings in dates, default is taken from your
+# system. You can specify more locales separated by ':', planet will
+# use the first available one
+output_dir = output
+items_per_page = 60
+days_per_page = 0
+date_format = %B %d, %Y %I:%M %p
+new_date_format = %B %d, %Y
+encoding = utf-8
+# locale = C
+
+
+# To define a different value for a particular template you may create
+# a section with the same name as the template file's filename (as given
+# in template_files).
+
+# Provide no more than 7 days articles on the front page
+[pulsar/index.html.tmpl]
+days_per_page = 0
+
+# If non-zero, all feeds which have not been updated in the indicated
+# number of days will be marked as inactive
+activity_threshold = 0
+
+
+# Options placed in the [DEFAULT] section provide defaults for the feed
+# sections. Placing a default here means you only need to override the
+# special cases later.
+[DEFAULT]
+# Hackergotchi default size.
+# If we want to put a face alongside a feed, and it's this size, we
+# can omit these variables.
+face = default.png
+facewidth = 72
+faceheight = 72
+
+
+# Any other section defines a feed to subscribe to. The section title
+# (in the []s) is the URI of the feed itself. A section can also be
+# have any of the following options:
+#
+# name: Name of the feed (defaults to the title found in the feed)
+#
+# Additionally any other option placed here will be available in
+# the template (prefixed with channel_ for the Items loop). We use
+# this trick to make the faces work -- this isn't something Planet
+# "natively" knows about.
+
+[http://colin.guthr.ie/tag/pulseaudio/feed/]
+name = Colin Guthrie
+nick = coling
+
+[http://arunraghavan.net/tag/technical/feed/]
+name = Arun Raghavan
+nick = Ford_Prefect
+
+[http://linuxsound.wordpress.com/tag/pulseaudio/feed/]
+name = Kurt Taylor
+nick = krtaylor
+
diff --git a/pulsar/index.html.tmpl b/pulsar/index.html.tmpl
new file mode 100644
index 0000000..dc325a1
--- /dev/null
+++ b/pulsar/index.html.tmpl
@@ -0,0 +1,164 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+<head>
+ <title><TMPL_VAR name></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <link rel="shortcut icon" type="image/png" href="style/img/pulse-16.png">
+ <meta name="generator" content="<TMPL_VAR generator ESCAPE="HTML">">
+ <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
+ <link rel="stylesheet" href="style/site.css" type="text/css">
+ <link rel="stylesheet" href="style/planet.css" type="text/css">
+ <link rel="stylesheet" href="style/sociable.css" type="text/css">
+ <link rel="stylesheet" href="style/fancybox.css" type="text/css">
+ <TMPL_IF feedtype>
+ <link rel="alternate" href="<TMPL_VAR feed ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">" type="application/<TMPL_VAR feedtype>+xml">
+ </TMPL_IF>
+
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
+ <script type="text/javascript" src="js/jquery.lazyload.min.js"></script>
+ <script type="text/javascript" src="js/jquery.fancybox-1.2.6.min.js"></script>
+ <script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
+ <script type="text/javascript">
+ jQuery.noConflict();
+
+ jQuery(function(){
+ jQuery('.blogpost img').lazyload();
+
+ jQuery.fn.getTitle = function() {
+ var arr = jQuery("a.fancybox");
+ jQuery.each(arr, function() {
+ var title = jQuery(this).children("img").attr("title");
+ jQuery(this).attr('title',title);
+ })
+ }
+
+ // Supported file extensions
+ var thumbnails = 'a:has(img)[href$=".bmp"],a:has(img)[href$=".gif"],a:has(img)[href$=".jpg"],a:has(img)[href$=".jpeg"],a:has(img)[href$=".png"],a:has(img)[href$=".BMP"],a:has(img)[href$=".GIF"],a:has(img)[href$=".JPG"],a:has(img)[href$=".JPEG"],a:has(img)[href$=".PNG"]';
+
+
+ jQuery(thumbnails).addClass("fancybox").attr("rel","fancybox").getTitle();
+
+ jQuery("a.fancybox").fancybox({
+ 'imageScale': true,
+ 'padding': 10,
+ 'zoomOpacity': true,
+ 'zoomSpeedIn': 300,
+ 'zoomSpeedOut': 200,
+ 'zoomSpeedChange': 200,
+ 'overlayShow': true,
+ 'overlayColor': "#666666",
+ 'overlayOpacity': 0.3,
+ 'enableEscapeButton': true,
+ 'showCloseButton': true,
+ 'hideOnOverlayClick': true,
+ 'hideOnContentClick': false,
+ 'frameWidth': 560,
+ 'frameHeight': 340,
+ 'centerOnScroll': true,
+ 'easingIn': "easeOutBack",
+ 'easingOut': "easeInBack",
+ 'easingChange': "easeInOutQuart"
+ });
+});
+ </script>
+
+</head>
+
+<body>
+ <div id="page">
+ <div id="global_domain_bar">
+ <div>
+ <a href="http://pulseaudio.org/"><strong>PulseAudio</strong>.org</a>
+ </div>
+ </div>
+ <div id="planet-banner">
+ <p id="planet-subtitle">
+ <img title="Planet PulseAudio" alt="Planet PulseAudio" src="style/img/sitelogo.png" id="planet-logo" width="630" height="114">
+ </p>
+ </div>
+
+ <div id="content">
+<TMPL_LOOP Items>
+<TMPL_IF new_date>
+<TMPL_UNLESS __FIRST__>
+### End <div class="blogentry">
+</div>
+</TMPL_UNLESS>
+<h2 class="date"><TMPL_VAR new_date></h2>
+</TMPL_IF>
+
+<TMPL_IF new_channel>
+<TMPL_UNLESS new_date>
+### End <div class="blogentry">
+</div>
+</TMPL_UNLESS>
+<div class="blogentry">
+
+<div class="blogger">
+ <a href="<TMPL_VAR channel_link ESCAPE="HTML">" title="<TMPL_VAR channel_title_plain ESCAPE="HTML">">
+ <TMPL_IF channel_face>
+ <img class="face" src="heads/<TMPL_VAR channel_face ESCAPE="HTML">" width="<TMPL_VAR channel_facewidth ESCAPE="HTML">" height="<TMPL_VAR channel_faceheight ESCAPE="HTML">" alt="Face<TMPL_IF author> for <TMPL_VAR author ESCAPE="HTML"></TMPL_IF>" />
+ </TMPL_IF>
+ <br /><TMPL_VAR channel_name>
+ <TMPL_IF channel_nick><br />(<TMPL_VAR channel_nick>)</TMPL_IF>
+ </a>
+</div>
+
+
+</TMPL_IF>
+
+
+<div class="blogpost" <TMPL_IF channel_language> lang="<TMPL_VAR channel_language>"</TMPL_IF>>
+ <TMPL_IF title>
+ <div class="blogpost-header">
+ <h3 class="blogpost-title"<TMPL_IF title_language> lang="<TMPL_VAR title_language>"</TMPL_IF>><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR title></a></h3>
+ </div>
+ </TMPL_IF>
+ <div class="blogpost-content"<TMPL_IF content_language> lang="<TMPL_VAR content_language>"</TMPL_IF>>
+ <TMPL_VAR content>
+
+### Planet also makes available all of the information from the feed
+### that it can. Use the 'planet-cache' tool on the cache file for
+### a particular feed to find out what additional keys it supports.
+### Comment extra fields are 'author' and 'category' which we
+### demonstrate below.
+
+ </div>
+
+ <div class="blogpost-footer">
+ <p><a href="<TMPL_VAR link ESCAPE="HTML">"><TMPL_VAR date></a></p>
+ </div>
+
+ <b class="vt lt"></b><b class="vt rt"></b><b class="hz to"></b><b class="hz bo"></b>
+ <b class="cr tl"></b><b class="cr tr"></b><b class="cr bl"></b><b class="cr br"></b>
+</div>
+
+<TMPL_IF __LAST__>
+### End <div class="blogentry">
+</div>
+</TMPL_IF>
+</TMPL_LOOP>
+
+</div>
+
+<div id="footer">
+ <p><strong>Disclaimer:</strong> Planet PulseAudio automatically reposts blog entries from the PulseAudio community. Entries on this page are owned by their authors. We do not edit, endorse or vouch for the contents of individual posts.</p>
+
+ <h2>Subscriptions</h2>
+ <ul>
+ <TMPL_LOOP Channels>
+ <li>
+ <a href="<TMPL_VAR url ESCAPE="HTML">" title="subscribe"><img src="images/feed-icon-10x10.png" alt="(feed)"></a> <a <TMPL_IF link>href="<TMPL_VAR link ESCAPE="HTML">" </TMPL_IF><TMPL_IF message>class="message" title="<TMPL_VAR message ESCAPE="HTML">"</TMPL_IF><TMPL_UNLESS message>title="<TMPL_VAR title_plain ESCAPE="HTML">"</TMPL_UNLESS>><TMPL_VAR name></a>
+ </li>
+ </TMPL_LOOP>
+ </ul>
+
+ <p><strong>Last updated:</strong> <TMPL_VAR date> <em>All times are UTC.</em></p>
+ <p>Powered by: <a href="http://www.planetplanet.org/"><img src="images/planet.png" width="80" height="15" alt="Planet" border="0"></a></p>
+ <p>Design and layout based on <a href="http://planet.gnome.org/">Planet GNOME</a></p>
+</div>
+</div>
+</body>
+</html>
diff --git a/templates/default/atom.xml.tmpl b/templates/default/atom.xml.tmpl
new file mode 100644
index 0000000..c444d01
--- /dev/null
+++ b/templates/default/atom.xml.tmpl
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+ <title><TMPL_VAR name></title>
+ <link rel="self" href="<TMPL_VAR feed ESCAPE="HTML">"/>
+ <link href="<TMPL_VAR link ESCAPE="HTML">"/>
+ <id><TMPL_VAR feed ESCAPE="HTML"></id>
+ <updated><TMPL_VAR date_iso></updated>
+ <generator uri="http://www.planetplanet.org/"><TMPL_VAR generator ESCAPE="HTML"></generator>
+
+<TMPL_LOOP Items>
+ <entry<TMPL_IF channel_language> xml:lang="<TMPL_VAR channel_language>"</TMPL_IF>>
+ <title type="html"<TMPL_IF title_language> xml:lang="<TMPL_VAR title_language>"</TMPL_IF>><TMPL_VAR title ESCAPE="HTML"></title>
+ <link href="<TMPL_VAR link ESCAPE="HTML">"/>
+ <id><TMPL_VAR id ESCAPE="HTML"></id>
+ <updated><TMPL_VAR date_iso></updated>
+ <content type="html"<TMPL_IF content_language> xml:lang="<TMPL_VAR content_language>"</TMPL_IF>><TMPL_VAR content ESCAPE="HTML"></content>
+ <author>
+<TMPL_IF author_name>
+ <name><TMPL_VAR author_name ESCAPE="HTML"></name>
+<TMPL_IF author_email>
+ <email><TMPL_VAR author_email ESCAPE="HTML"></email>
+</TMPL_IF author_email>
+<TMPL_ELSE>
+<TMPL_IF channel_author_name>
+ <name><TMPL_VAR channel_author_name ESCAPE="HTML"></name>
+<TMPL_IF channel_author_email>
+ <email><TMPL_VAR channel_author_email ESCAPE="HTML"></email>
+</TMPL_IF channel_author_email>
+<TMPL_ELSE>
+ <name><TMPL_VAR channel_name ESCAPE="HTML"></name>
+</TMPL_IF>
+</TMPL_IF>
+ <uri><TMPL_VAR channel_link ESCAPE="HTML"></uri>
+ </author>
+ <source>
+<TMPL_IF channel_title>
+ <title type="html"><TMPL_VAR channel_title ESCAPE="HTML"></title>
+<TMPL_ELSE>
+ <title type="html"><TMPL_VAR channel_name ESCAPE="HTML"></title>
+</TMPL_IF>
+<TMPL_IF channel_subtitle>
+ <subtitle type="html"><TMPL_VAR channel_subtitle ESCAPE="HTML"></subtitle>
+</TMPL_IF>
+ <link rel="self" href="<TMPL_VAR channel_url ESCAPE="HTML">"/>
+<TMPL_IF channel_id>
+ <id><TMPL_VAR channel_id ESCAPE="HTML"></id>
+<TMPL_ELSE>
+ <id><TMPL_VAR channel_url ESCAPE="HTML"></id>
+</TMPL_IF>
+<TMPL_IF channel_updated_iso>
+ <updated><TMPL_VAR channel_updated_iso></updated>
+</TMPL_IF>
+<TMPL_IF channel_rights>
+ <rights type="html"><TMPL_VAR channel_rights ESCAPE="HTML"></rights>
+</TMPL_IF>
+ </source>
+ </entry>
+
+</TMPL_LOOP>
+</feed>
diff --git a/templates/default/foafroll.xml.tmpl b/templates/default/foafroll.xml.tmpl
new file mode 100644
index 0000000..a78e3e8
--- /dev/null
+++ b/templates/default/foafroll.xml.tmpl
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:rss="http://purl.org/rss/1.0/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+>
+<foaf:Group>
+ <foaf:name><TMPL_VAR name ESCAPE="HTML"></foaf:name>
+ <foaf:homepage><TMPL_VAR link ESCAPE="HTML"></foaf:homepage>
+ <rdfs:seeAlso rdf:resource="<TMPL_VAR url ESCAPE="HTML">" />
+
+<TMPL_LOOP Channels>
+ <foaf:member>
+ <foaf:Agent>
+ <foaf:name><TMPL_VAR name ESCAPE="HTML"></foaf:name>
+ <foaf:weblog>
+ <foaf:Document rdf:about="<TMPL_VAR link ESCAPE="HTML">">
+ <dc:title><TMPL_VAR title_plain ESCAPE="HTML"></dc:title>
+ <rdfs:seeAlso>
+ <rss:channel rdf:about="<TMPL_VAR url ESCAPE="HTML">" />
+ </rdfs:seeAlso>
+ </foaf:Document>
+ </foaf:weblog>
+ </foaf:Agent>
+ </foaf:member>
+</TMPL_LOOP>
+
+</foaf:Group>
+</rdf:RDF>
diff --git a/templates/default/opml.xml.tmpl b/templates/default/opml.xml.tmpl
new file mode 100644
index 0000000..b56ee5f
--- /dev/null
+++ b/templates/default/opml.xml.tmpl
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<opml version="1.1">
+ <head>
+ <title><TMPL_VAR name ESCAPE="HTML"></title>
+ <dateModified><TMPL_VAR date_822></dateModified>
+ <ownerName><TMPL_VAR owner_name></ownerName>
+ <ownerEmail><TMPL_VAR owner_email></ownerEmail>
+ </head>
+
+ <body>
+ <TMPL_LOOP Channels>
+ <outline type="rss" text="<TMPL_VAR name ESCAPE="HTML">" xmlUrl="<TMPL_VAR url ESCAPE="HTML">" title="<TMPL_IF title><TMPL_VAR title ESCAPE="HTML"></TMPL_IF><TMPL_UNLESS title><TMPL_VAR name ESCAPE="HTML"></TMPL_UNLESS>"<TMPL_IF channel_link> htmlUrl="<TMPL_VAR channel_link ESCAPE="HTML">"</TMPL_IF> />
+ </TMPL_LOOP>
+ </body>
+</opml>
diff --git a/templates/default/rss10.xml.tmpl b/templates/default/rss10.xml.tmpl
new file mode 100644
index 0000000..cdaaa79
--- /dev/null
+++ b/templates/default/rss10.xml.tmpl
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:content="http://purl.org/rss/1.0/modules/content/"
+ xmlns="http://purl.org/rss/1.0/"
+>
+<channel rdf:about="<TMPL_VAR link ESCAPE="HTML">">
+ <title><TMPL_VAR name ESCAPE="HTML"></title>
+ <link><TMPL_VAR link ESCAPE="HTML"></link>
+ <description><TMPL_VAR name ESCAPE="HTML"> - <TMPL_VAR link ESCAPE="HTML"></description>
+
+ <items>
+ <rdf:Seq>
+<TMPL_LOOP Items>
+ <rdf:li rdf:resource="<TMPL_VAR id ESCAPE="HTML">" />
+</TMPL_LOOP>
+ </rdf:Seq>
+ </items>
+</channel>
+
+<TMPL_LOOP Items>
+<item rdf:about="<TMPL_VAR id ESCAPE="HTML">">
+ <title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
+ <link><TMPL_VAR link ESCAPE="HTML"></link>
+ <TMPL_IF content>
+ <content:encoded><TMPL_VAR content ESCAPE="HTML"></content:encoded>
+ </TMPL_IF>
+ <dc:date><TMPL_VAR date_iso></dc:date>
+ <TMPL_IF author_name>
+ <dc:creator><TMPL_VAR author_name></dc:creator>
+ </TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</rdf:RDF>
diff --git a/templates/default/rss20.xml.tmpl b/templates/default/rss20.xml.tmpl
new file mode 100644
index 0000000..81cbffb
--- /dev/null
+++ b/templates/default/rss20.xml.tmpl
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<rss version="2.0">
+
+<channel>
+ <title><TMPL_VAR name></title>
+ <link><TMPL_VAR link ESCAPE="HTML"></link>
+ <language>en</language>
+ <description><TMPL_VAR name ESCAPE="HTML"> - <TMPL_VAR link ESCAPE="HTML"></description>
+
+<TMPL_LOOP Items>
+<item>
+ <title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
+ <guid><TMPL_VAR id ESCAPE="HTML"></guid>
+ <link><TMPL_VAR link ESCAPE="HTML"></link>
+ <TMPL_IF content>
+ <description><TMPL_VAR content ESCAPE="HTML"></description>
+ </TMPL_IF>
+ <pubDate><TMPL_VAR date_822></pubDate>
+ <TMPL_IF author_email>
+ <TMPL_IF author_name>
+ <author><TMPL_VAR author_email> (<TMPL_VAR author_name>)</author>
+ <TMPL_ELSE>
+ <author><TMPL_VAR author_email></author>
+ </TMPL_IF>
+ </TMPL_IF>
+</item>
+</TMPL_LOOP>
+
+</channel>
+</rss>