diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 00:37:48 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-22 00:37:48 +0800 |
commit | 84e30dab1428affe335ef904377d07f8b5fdeb66 (patch) | |
tree | fee9c8ec124a2b5804f6bb4ee31772db56a6e374 /data | |
parent | fd8e9c5dc2584055177c7a79021cdd53ca431c22 (diff) | |
parent | 3803736b4326d4bc00d58ccd25f910907f0b4521 (diff) | |
download | gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.tar gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.tar.gz gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.tar.bz2 gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.tar.lz gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.tar.xz gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.tar.zst gsoc2013-empathy-84e30dab1428affe335ef904377d07f8b5fdeb66.zip |
Merge back from master
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 6 | ||||
-rw-r--r-- | data/codec-preferences | 36 | ||||
-rw-r--r-- | data/element-properties | 32 | ||||
-rw-r--r-- | data/empathy.schemas.in | 10 | ||||
-rw-r--r-- | data/icons/hicolor_apps_16x16_im-msn.png | bin | 762 -> 835 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_22x22_im-msn.png | bin | 1086 -> 1281 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_24x24_im-msn.png | bin | 1203 -> 1407 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_32x32_im-msn.png | bin | 1734 -> 1660 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_48x48_im-msn.png | bin | 2876 -> 2778 bytes | |||
-rw-r--r-- | data/icons/hicolor_apps_scalable_im-msn.svg | 380 |
10 files changed, 205 insertions, 259 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2182ed0f5..43c3bb66c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,6 +10,11 @@ schemas_in_files = empathy.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ +streamingprefsdir = $(datadir)/empathy +streamingprefs_DATA = \ + codec-preferences \ + element-properties + if GCONF_SCHEMAS_INSTALL install-data-local: if test -z "$(DESTDIR)" ; then \ @@ -29,6 +34,7 @@ EXTRA_DIST = \ $(desktop_DATA) \ $(schemas_in_files) \ $(schemas_DATA) \ + $(streamingprefs_DATA) \ $(html_DATA) DISTCLEANFILES = \ diff --git a/data/codec-preferences b/data/codec-preferences new file mode 100644 index 000000000..0cb0910bc --- /dev/null +++ b/data/codec-preferences @@ -0,0 +1,36 @@ +# Favorite audio codecs + +[audio/SPEEX:8000] +clock-rate=8000 + +[audio/SPEEX:16000] +clock-rate=16000 + +[audio/AMR] + +[audio/G729] + +[audio/ILBC] + +# Disabled audio codecs + +[audio/DV] +id=-1 + +[audio/MPA] +id=-1 + +[audio/VORBIS] +id=-1 + +[audio/MP3] +id=-1 + + +# Favorite video codecs + +[video/H264] + +[video/H263] + +[video/THEORA] diff --git a/data/element-properties b/data/element-properties new file mode 100644 index 000000000..17a283ada --- /dev/null +++ b/data/element-properties @@ -0,0 +1,32 @@ +# Put the desired properties in the style of +# +# [element name] +# prop1=val1 + +[gstrtpbin] +latency=100 + +[x264enc] +byte-stream=1 +bframes=0 +b-adapt=0 +cabac=0 +dct8x8=0 + +[ffenc_h263] +rtp-payload-size=1 + +# Work around bug in the re-timestamp slaving method in +# GStreamer (2 is skew) +[alsasrc] +slave-method=2 + +[osssrc] +slave-method=2 + +[oss4src] +slave-method=2 + +[sunaudiosrc] +slave-method=2 + diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index f85c616b0..bb9068725 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -479,15 +479,15 @@ </schema> <schema> - <key>/schemas/apps/empathy/use_nm</key> - <applyto>/apps/empathy/use_nm</applyto> + <key>/schemas/apps/empathy/use_conn</key> + <applyto>/apps/empathy/use_conn</applyto> <owner>empathy</owner> <type>bool</type> <default>true</default> <locale name="C"> - <short>NetworkManager should be used</short> + <short>Connection managers should be used</short> <long> - Whether or not the network manager should be used to automatically + Whether or not connectivity managers should be used to automatically disconnect/reconnect. </long> </locale> @@ -596,7 +596,7 @@ <applyto>/apps/empathy/location/reduce_accuracy</applyto> <owner>empathy</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> <short>Empathy should reduce the location's accuracy</short> <long> diff --git a/data/icons/hicolor_apps_16x16_im-msn.png b/data/icons/hicolor_apps_16x16_im-msn.png Binary files differindex ebd6e2cd2..943ba35f6 100644 --- a/data/icons/hicolor_apps_16x16_im-msn.png +++ b/data/icons/hicolor_apps_16x16_im-msn.png diff --git a/data/icons/hicolor_apps_22x22_im-msn.png b/data/icons/hicolor_apps_22x22_im-msn.png Binary files differindex c1baa2160..97977f2ed 100644 --- a/data/icons/hicolor_apps_22x22_im-msn.png +++ b/data/icons/hicolor_apps_22x22_im-msn.png diff --git a/data/icons/hicolor_apps_24x24_im-msn.png b/data/icons/hicolor_apps_24x24_im-msn.png Binary files differindex 11bb9d4cc..3c2adcd1b 100644 --- a/data/icons/hicolor_apps_24x24_im-msn.png +++ b/data/icons/hicolor_apps_24x24_im-msn.png diff --git a/data/icons/hicolor_apps_32x32_im-msn.png b/data/icons/hicolor_apps_32x32_im-msn.png Binary files differindex 09613e8d5..c06eed2aa 100644 --- a/data/icons/hicolor_apps_32x32_im-msn.png +++ b/data/icons/hicolor_apps_32x32_im-msn.png diff --git a/data/icons/hicolor_apps_48x48_im-msn.png b/data/icons/hicolor_apps_48x48_im-msn.png Binary files differindex 124b27b98..1b960dd32 100644 --- a/data/icons/hicolor_apps_48x48_im-msn.png +++ b/data/icons/hicolor_apps_48x48_im-msn.png diff --git a/data/icons/hicolor_apps_scalable_im-msn.svg b/data/icons/hicolor_apps_scalable_im-msn.svg index eb6511638..561969416 100644 --- a/data/icons/hicolor_apps_scalable_im-msn.svg +++ b/data/icons/hicolor_apps_scalable_im-msn.svg @@ -2,301 +2,173 @@ <!-- 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: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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.43" width="48" height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" version="1.0" - inkscape:export-filename="/home/vinicius/tango-icon-theme-code/protocols/msn-48.png" + sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/protocols/48" + sodipodi:docname="msn.svg" + inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/protocols/48/msn.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" - sodipodi:docbase="/home/vinicius/tango-icon-theme-code/protocols/scalable" - sodipodi:docname="msn.svg"> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>MSN Protocol</dc:title> - <dc:date>2006-11-29</dc:date> - <dc:creator> - <cc:Agent> - <dc:title>Vinicius Scopel Depizzol</dc:title> - </cc:Agent> - </dc:creator> - <dc:source>vdepizzol@gmail.com</dc:source> - <dc:subject> - <rdf:Bag> - <rdf:li>MSN</rdf:li> - <rdf:li>Protocol</rdf:li> - </rdf:Bag> - </dc:subject> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </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> + inkscape:output_extension="org.inkscape.output.svg.inkscape"> <defs - id="defs5"> + id="defs4"> <linearGradient - id="linearGradient3286"> - <stop - id="stop3288" - offset="0" - style="stop-color:#c7d9ec;stop-opacity:1;" /> - <stop - id="stop3290" - offset="1" - style="stop-color:#dfe9f4;stop-opacity:0;" /> - </linearGradient> - <linearGradient - id="linearGradient7013"> - <stop - style="stop-color:#c7d9ec;stop-opacity:1;" - offset="0" - id="stop7015" /> - <stop - style="stop-color:#dfe9f4;stop-opacity:1;" - offset="1" - id="stop7017" /> - </linearGradient> - <linearGradient - id="linearGradient4380"> + inkscape:collect="always" + id="linearGradient3816"> <stop - style="stop-color:#000000;stop-opacity:0.60344827;" + style="stop-color:#000000;stop-opacity:1;" offset="0" - id="stop4382" /> + id="stop3818" /> <stop style="stop-color:#000000;stop-opacity:0;" offset="1" - id="stop4384" /> + id="stop3820" /> </linearGradient> <linearGradient - id="linearGradient16408"> + inkscape:collect="always" + id="linearGradient2228"> <stop - style="stop-color:#87b2e0;stop-opacity:1;" + style="stop-color:#f56600;stop-opacity:1;" offset="0" - id="stop16410" /> + id="stop2230" /> <stop - style="stop-color:#3f7ab9;stop-opacity:1;" + style="stop-color:#f56600;stop-opacity:0;" offset="1" - id="stop16412" /> + id="stop2232" /> </linearGradient> <linearGradient - id="linearGradient14652"> + inkscape:collect="always" + id="linearGradient2219"> <stop - style="stop-color:#badcff;stop-opacity:1;" + style="stop-color:#3465a4;stop-opacity:1;" offset="0" - id="stop14654" /> + id="stop2221" /> <stop - style="stop-color:#729fcf;stop-opacity:1;" + style="stop-color:#3465a4;stop-opacity:0;" offset="1" - id="stop14656" /> + id="stop2223" /> </linearGradient> <radialGradient inkscape:collect="always" - xlink:href="#linearGradient14652" - id="radialGradient14658" - cx="24.80966" - cy="3.1118734" - fx="24.80966" - fy="3.1118734" - r="4.045774" + xlink:href="#linearGradient3816" + id="radialGradient1358" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1.143376,-1.546375e-15,1.755727e-15,1.33519,-3.557111,-1.043069)" /> + cx="31.112698" + cy="19.008621" + fx="31.112698" + fy="19.008621" + r="8.6620579" + gradientTransform="matrix(1.904859,0,0,0.57723,-32.76529,27.09015)" /> <linearGradient inkscape:collect="always" - xlink:href="#linearGradient16408" - id="linearGradient2630" + xlink:href="#linearGradient2219" + id="linearGradient1360" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.56247,0,0,2.753017,3.471512,0.653917)" - x1="7.3585782" - y1="10.033006" - x2="7.4242849" - y2="15.283006" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4380" - id="radialGradient4386" - cx="11.403918" - cy="11.820429" - fx="11.403918" - fy="11.820429" - r="3.9179103" - gradientTransform="matrix(1,0,0,0.4375,-9.43595e-18,6.648991)" - gradientUnits="userSpaceOnUse" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient4380" - id="radialGradient4390" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.4375,4.14469e-15,6.648991)" - cx="11.403918" - cy="11.820429" - fx="11.403918" - fy="11.820429" - r="3.9179103" /> + gradientTransform="matrix(1.427299,0,0,1.408267,0.332861,3.39912)" + x1="10.329217" + y1="14.96656" + x2="16.580788" + y2="20.092552" /> <linearGradient inkscape:collect="always" - xlink:href="#linearGradient7013" - id="linearGradient7019" - x1="27.18845" - y1="8.5750885" - x2="23.755941" - y2="1.5480845" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient3286" - id="linearGradient7027" - x1="14.197828" - y1="20.762081" - x2="5.7143059" - y2="8.1650333" + xlink:href="#linearGradient2228" + id="linearGradient1362" gradientUnits="userSpaceOnUse" - gradientTransform="matrix(2.045145,0,0,2.025318,0.739154,0.465862)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient16408" - id="linearGradient7946" - x1="7.0555573" - y1="33.672562" - x2="11.832954" - y2="35.06567" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.927935,0,0,1,1.147813,0)" /> + gradientTransform="matrix(1.489007,0,0,1.428565,1.731241,3.002037)" + x1="20.998175" + y1="11.741063" + x2="18.544895" + y2="23.366545" /> </defs> <sodipodi:namedview - inkscape:window-height="714" - inkscape:window-width="1014" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#ffffff" id="base" - showgrid="false" - fill="#729fcf" - showborder="false" - inkscape:zoom="1" - inkscape:cx="37.5" - inkscape:cy="19" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:current-layer="svg2" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="14.778489" + inkscape:cx="32.469518" + inkscape:cy="22.977647" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + fill="#edd400" showguides="true" - inkscape:guide-bbox="true" /> - <path - transform="matrix(4.526985,0,0,3.006648,-28.23745,5.709214)" - sodipodi:open="true" - sodipodi:end="6.2799944" - sodipodi:start="0" - d="M 15.321829,11.820429 A 3.9179103,1.7140858 0 1 1 15.321809,11.814959" - sodipodi:ry="1.7140858" - sodipodi:rx="3.9179103" - sodipodi:cy="11.820429" - sodipodi:cx="11.403918" - id="path4388" - style="opacity:1;fill:url(#radialGradient4390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.48917751" - sodipodi:type="arc" /> - <path - style="fill:url(#linearGradient7946);fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.00000048px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" - d="M 15.46346,24.414244 C 10.785493,28.476792 1.6101807,34.975993 7.2307622,38.679967 C 12.779079,42.336318 14.894624,28.872343 14.894624,28.872343" - id="path8525" - sodipodi:nodetypes="czc" /> - <path - sodipodi:nodetypes="czc" - id="path7071" - d="M 15.353246,25.591713 C 11.734612,29.238525 3.2531464,35.09652 7.7417982,37.899128 C 12.001173,40.558581 14.043096,28.138937 14.043096,28.138937" - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#c7d9ec;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" /> - <path - style="fill:url(#linearGradient2630);fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.00000048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 24.292455,17.301321 C 16.935857,17.428878 -2.1890432,43.377295 23.394922,43.377293 C 28.775671,43.377293 32.295389,42.22196 34.344814,40.402607 C 34.359882,40.38923 34.389733,40.416057 34.404649,40.402607 C 35.545703,40.890781 38.571551,39.598037 39.909512,38.693744 C 45.082133,35.19771 36.500579,26.909532 31.532546,22.301325 C 31.401541,22.179808 26.294466,17.48873 24.531797,17.364612 C 24.447957,17.358794 24.379687,17.299808 24.292455,17.301321 z " - id="path5023" - sodipodi:nodetypes="cssssssc" /> - <path - style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient7027);stroke-width:1.00000083px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 23.624857,42.414249 C -0.59814104,42.64502 18.255106,18.509032 24.039065,18.512059 C 26.410046,18.588582 38.20781,29.175081 40.119099,34.372181 C 41.916319,37.111847 36.635193,40.539824 34.716977,38.456356 C 33.320614,40.39141 29.993406,42.401612 23.624857,42.414249 z " - id="path5900" - sodipodi:nodetypes="ccccc" /> - <path - style="fill:#000000;fill-opacity:0.12987013;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 30.401802,32.658992 C 30.401802,32.658992 29.835279,40.428683 33.786549,40.24678 C 36.824985,40.104721 30.583172,32.660882 30.401802,32.658992 z " - id="path5265" - sodipodi:nodetypes="csc" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:url(#radialGradient4386);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.48917751" - id="path3505" - sodipodi:cx="11.403918" - sodipodi:cy="11.820429" - sodipodi:rx="3.9179103" - sodipodi:ry="1.7140858" - d="M 15.321829,11.820429 A 3.9179103,1.7140858 0 1 1 15.321809,11.814959" - sodipodi:start="0" - sodipodi:end="6.2799944" - sodipodi:open="true" - transform="matrix(2.166658,0,0,3.055838,-1.154206,-14.5643)" /> - <path - sodipodi:type="arc" - style="opacity:1;fill:url(#radialGradient14658);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:0.34177133;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path2396" - sodipodi:cx="26.385618" - sodipodi:cy="4.5758967" - sodipodi:rx="3.595403" - sodipodi:ry="3.595403" - d="M 29.981021,4.5758967 A 3.595403,3.595403 0 1 1 29.981003,4.5644242" - sodipodi:start="0" - sodipodi:end="6.2799944" - sodipodi:open="true" - transform="matrix(2.924455,0,0,2.927415,-53.17815,-0.370312)" /> - <path - transform="matrix(2.645712,0,0,2.622481,-45.82115,0.928673)" - sodipodi:open="true" - sodipodi:end="6.2799944" - sodipodi:start="0" - d="M 29.981021,4.5758967 A 3.595403,3.595403 0 1 1 29.981003,4.5644242" - sodipodi:ry="3.595403" - sodipodi:rx="3.595403" - sodipodi:cy="4.5758967" - sodipodi:cx="26.385618" - id="path2398" - style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7019);stroke-width:0.37964022;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - sodipodi:type="arc" /> - <path - sodipodi:nodetypes="cc" - id="path14660" - d="M 34.763497,38.506802 C 32.960413,37.064271 31.152443,33.19781 31.176374,32.550651" - style="fill:none;fill-opacity:0.92941176;fill-rule:evenodd;stroke:#c7d9ec;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> - <path - style="fill:none;fill-opacity:0.92941176;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" - d="M 36.615639,40.197689 C 31.377707,39.46 30.570319,32.555681 30.570319,32.555681" - id="path10279" - sodipodi:nodetypes="cc" /> + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="971" + inkscape:window-x="6" + inkscape:window-y="21" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="opacity:0.4;color:#000000;fill:url(#radialGradient1358);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 43.00001,38.062496 C 43.00001,40.822496 35.608012,43.062496 26.500013,43.062496 C 17.392013,43.062496 10.000014,40.822496 10.000014,38.062496 C 10.000014,35.302496 17.392013,33.062496 26.500013,33.062496 C 35.608012,33.062496 43.00001,35.302496 43.00001,38.062496 z " + id="path4318" /> + <path + style="fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:1.00000083;stroke-miterlimit:4;stroke-opacity:1" + d="M 34.662639,20.335823 C 39.495137,21.781376 40.098879,38.560591 34.609432,38.560591 C 29.18649,38.560591 17.111515,15.085731 34.662639,20.335823 z " + id="rect2194" /> + <path + style="opacity:0.5;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1" + d="M 29.5,20.59375 C 28.488762,20.699063 27.850577,20.9863 27.40625,21.40625 C 26.961923,21.8262 26.695785,22.399576 26.5625,23.15625 C 26.295929,24.669599 26.724448,26.888006 27.625,29.09375 C 28.525552,31.299494 29.853318,33.518217 31.21875,35.125 C 32.584182,36.731783 34.047656,37.59375 34.625,37.59375 C 35.065414,37.59375 35.396266,37.452251 35.75,37.125 C 36.103734,36.797749 36.436723,36.267837 36.71875,35.5625 C 37.282805,34.151825 37.566795,32.092358 37.53125,30 C 37.495705,27.907642 37.16426,25.762788 36.5625,24.125 C 35.96074,22.487212 35.097603,21.497403 34.375,21.28125 C 32.261511,20.64904 30.658881,20.473061 29.5,20.59375 z " + id="path2259" /> + <path + style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 24.98559,40.707419 C 20.31754,40.707419 7.959768,29.343494 17.418553,22.824249 C 26.869109,16.310672 29.725145,40.707419 24.98559,40.707419 z " + id="rect2201" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999911;stroke-miterlimit:4;stroke-opacity:1" + d="M 20.429472,22.564494 C 19.813992,22.53919 18.946491,22.754031 17.792299,23.48193 C 15.396153,24.993077 14.598274,26.486625 14.509287,28.117394 C 14.420299,29.74816 15.197952,31.630592 16.500622,33.380577 C 17.803294,35.130559 19.637587,36.743254 21.398232,37.871181 C 23.158877,38.999109 24.734359,39.505165 25.355011,39.505165 C 25.714095,39.505165 25.973542,38.578409 26.134382,37.774606 C 26.456061,36.166999 26.487926,33.806821 26.080561,31.449134 C 25.673198,29.091442 24.821426,26.682961 23.766308,25.027083 C 22.711189,23.371206 21.583796,22.611947 20.429472,22.564494 z " + id="path2254" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 38.290982,9.1309894 C 35.842841,9.5672523 32.283411,12.929344 29.603482,16.28724 C 27.08796,19.439138 25.478582,22.11333 25.259732,22.47474 L 28.572232,30.03724 C 34.665525,29.832673 38.559865,27.128092 38.853482,26.91224 C 39.014293,26.551466 40.549044,23.055678 41.478482,19.03724 C 41.967713,16.922043 42.260097,14.730906 42.072232,12.97474 C 41.884367,11.218574 41.30548,10.015388 40.103482,9.3809894 C 39.532517,9.0796416 38.992058,9.0060564 38.290982,9.1309894 z " + id="path2245" /> + <path + style="fill:url(#linearGradient1360);fill-opacity:1;stroke:#204a87;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.9244668,13.205506 C 5.4909473,8.9616426 31.868508,26.916697 20.798169,29.292473 C 9.7422309,31.665159 0.38413836,17.406122 2.9244668,13.205506 z " + id="rect2197" /> + <path + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999905;stroke-miterlimit:4;stroke-opacity:1" + d="M 4.0077208,17.150417 C 4.6613048,18.933996 5.9435775,21.021975 7.6235197,22.895457 C 10.983405,26.64242 15.833733,29.401717 20.89796,28.310863 C 21.928379,28.088904 22.232928,27.802155 22.334374,27.651594 C 22.435813,27.501039 22.52111,27.289844 22.334374,26.709786 C 21.960899,25.54967 20.384396,23.482994 18.173725,21.529832 C 15.963059,19.576669 13.153701,17.6285 10.545878,16.161517 C 7.9380537,14.694536 5.1976761,13.680027 3.975949,13.563989 C 3.3254548,13.502207 3.3541371,15.366838 4.0077208,17.150417 z " + id="path2249" /> + <path + style="fill:url(#linearGradient1362);fill-opacity:1;stroke:#ce5d00;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1" + d="M 23.497613,20.84222 C 23.497613,20.84222 33.747199,3.7130144 39.940221,6.9816102 C 46.183621,10.276795 39.032218,26.044415 39.032218,26.044415 C 39.032218,26.044415 34.34592,29.558038 27.298467,29.558038 L 23.497613,20.84222 z " + id="rect1317" /> + <path + style="opacity:0.25;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1" + d="M 37.65625,7.5937494 C 35.207156,8.0301823 31.648755,11.392008 28.96875,14.75 C 26.453156,17.901987 24.843855,20.576081 24.625,20.9375 L 27.9375,28.5 C 34.029365,28.295478 37.922857,25.592475 38.21875,25.375 C 38.379566,25.014217 39.91427,21.518622 40.84375,17.5 C 41.333003,15.384706 41.625396,13.193957 41.4375,11.4375 C 41.249604,9.6810425 40.671312,8.4784456 39.46875,7.8437494 C 38.897466,7.5422332 38.357596,7.4687683 37.65625,7.5937494 z " + id="path1328" /> + <path + style="fill:#75507b;fill-opacity:1;stroke:#5c3566;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" + d="M 25.75715,25.780775 C 27.420525,29.605605 28.313593,33.06003 27.750608,33.491546 C 27.187623,33.923061 25.380722,31.169067 23.717348,27.344236 C 22.053974,23.519407 21.160905,20.064982 21.72389,19.633467 C 22.286875,19.201951 24.093776,21.955945 25.75715,25.780775 z " + id="path2192" /> + </g> </svg> |