mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
modify new game actionbar icons to derive from game status icons
This commit is contained in:
parent
641d83ab48
commit
ddd1efd8dd
4 changed files with 581 additions and 63 deletions
|
@ -54,29 +54,30 @@ public final class R {
|
|||
public static final int in_arrow=0x7f020012;
|
||||
public static final int in_arrow_active=0x7f020013;
|
||||
public static final int multigame__gen=0x7f020014;
|
||||
public static final int new_group__gen=0x7f020015;
|
||||
public static final int next_hint=0x7f020016;
|
||||
public static final int origin=0x7f020017;
|
||||
public static final int out_arrow=0x7f020018;
|
||||
public static final int out_arrow_active=0x7f020019;
|
||||
public static final int prefs__gen=0x7f02001a;
|
||||
public static final int prev_hint=0x7f02001b;
|
||||
public static final int refresh=0x7f02001c;
|
||||
public static final int relabel__gen=0x7f02001d;
|
||||
public static final int reset__gen=0x7f02001e;
|
||||
public static final int rightarrow=0x7f02001f;
|
||||
public static final int save__gen=0x7f020020;
|
||||
public static final int search__gen=0x7f020021;
|
||||
public static final int select_all__gen=0x7f020022;
|
||||
public static final int send__gen=0x7f020023;
|
||||
public static final int shuffle=0x7f020024;
|
||||
public static final int sologame__gen=0x7f020025;
|
||||
public static final int stat_notify_chat=0x7f020026;
|
||||
public static final int stat_notify_sync=0x7f020027;
|
||||
public static final int undo=0x7f020028;
|
||||
public static final int up__gen=0x7f020029;
|
||||
public static final int values=0x7f02002a;
|
||||
public static final int zoom=0x7f02002b;
|
||||
public static final int multigame_new__gen=0x7f020015;
|
||||
public static final int new_group__gen=0x7f020016;
|
||||
public static final int next_hint=0x7f020017;
|
||||
public static final int origin=0x7f020018;
|
||||
public static final int out_arrow=0x7f020019;
|
||||
public static final int out_arrow_active=0x7f02001a;
|
||||
public static final int prefs__gen=0x7f02001b;
|
||||
public static final int prev_hint=0x7f02001c;
|
||||
public static final int refresh=0x7f02001d;
|
||||
public static final int relabel__gen=0x7f02001e;
|
||||
public static final int reset__gen=0x7f02001f;
|
||||
public static final int rightarrow=0x7f020020;
|
||||
public static final int save__gen=0x7f020021;
|
||||
public static final int search__gen=0x7f020022;
|
||||
public static final int select_all__gen=0x7f020023;
|
||||
public static final int send__gen=0x7f020024;
|
||||
public static final int shuffle=0x7f020025;
|
||||
public static final int sologame__gen=0x7f020026;
|
||||
public static final int stat_notify_chat=0x7f020027;
|
||||
public static final int stat_notify_sync=0x7f020028;
|
||||
public static final int undo=0x7f020029;
|
||||
public static final int up__gen=0x7f02002a;
|
||||
public static final int values=0x7f02002b;
|
||||
public static final int zoom=0x7f02002c;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int about_xlator=0x7f090001;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
|
@ -8,17 +10,20 @@
|
|||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Capa_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="120"
|
||||
height="120"
|
||||
viewBox="0 0 120 120"
|
||||
xml:space="preserve"
|
||||
id="svg2"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="content_new_net.svg"><metadata
|
||||
id="metadata11"><rdf:RDF><cc:Work
|
||||
id="metadata3234"><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><defs
|
||||
id="defs9" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3232" /><sodipodi:namedview
|
||||
pagecolor="#36ffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
|
@ -26,24 +31,215 @@
|
|||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview7"
|
||||
inkscape:window-width="1453"
|
||||
inkscape:window-height="1057"
|
||||
id="namedview3230"
|
||||
showgrid="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:zoom="1.9666667"
|
||||
inkscape:cx="60"
|
||||
inkscape:cy="60"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:zoom="6.8571429"
|
||||
inkscape:cx="40.031592"
|
||||
inkscape:cy="59.0625"
|
||||
inkscape:window-x="1760"
|
||||
inkscape:window-y="61"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" /><g
|
||||
id="g12"
|
||||
transform="matrix(0.74950434,0,0,-0.77851858,0.4814188,74.843468)"><g
|
||||
transform="translate(83.05,50.93)"
|
||||
id="g1336"><path
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
d="m 0,0 -32.12,0 0,32.12 -5.86,0 0,-32.12 -32.12,0 0,-5.861 32.12,0 0,-32.119 5.86,0 0,32.119 32.12,0 L 0,0 z"
|
||||
id="path1338"
|
||||
inkscape:connector-curvature="0" /></g></g></svg>
|
||||
inkscape:current-layer="Capa_1"
|
||||
showborder="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 57.93546,38.858345 c -0.82566,-0.131364 -0.844479,-2.401482 -0.844479,-2.401482 0,0 2.425901,-2.401555 2.954634,-5.630934 1.422277,0 2.30081,-3.433258 0.878309,-4.641205 0.05943,-1.271574 1.828237,-9.981859 -7.126699,-9.981859 -8.954935,0 -7.186068,8.710285 -7.126847,9.981859 -1.422429,1.207947 -0.544043,4.641205 0.87831,4.641205 0.528658,3.229379 2.954633,5.630934 2.954633,5.630934 0,0 -0.01881,2.270118 -0.844405,2.401482 -2.65935,0.423135 -12.589977,4.803182 -12.589977,9.606218 h 16.728286 16.728289 c 0,-4.803036 -9.930629,-9.183083 -12.590054,-9.606218 z"
|
||||
id="path4374" /><path
|
||||
d="M 71.001029,-2.3030774e-7 H 36.876959 C 34.034015,-2.3030774e-7 31.707174,2.0569816 31.707174,4.5745098 V 63.151073 c 0,2.517528 2.326841,4.576445 5.169785,4.576445 h 34.12407 c 2.842943,0 5.169784,-2.056981 5.169784,-4.574509 V 4.5745098 C 76.170813,2.0569816 73.843972,-2.3030774e-7 71.001029,-2.3030774e-7 z M 48.480542,3.2973626 h 10.916904 c 0.345526,0 0.625446,0.2476895 0.625446,0.5553655 0,0.3057413 -0.27992,0.5534309 -0.625446,0.5534309 H 48.480542 c -0.345528,0 -0.625448,-0.2476896 -0.625448,-0.5534309 0,-0.307676 0.27992,-0.5553655 0.625448,-0.5553655 z m 5.45845,62.1429004 c -1.428032,0 -2.58489,-1.023657 -2.58489,-2.287254 0,-1.263603 1.156858,-2.287254 2.58489,-2.287254 1.428033,0 2.584894,1.023651 2.584894,2.287254 0,1.263597 -1.156861,2.287254 -2.584894,2.287254 z M 72.573396,59.261577 H 35.304591 V 7.254585 h 37.268805 v 52.006992 z"
|
||||
id="path3198"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g3200"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3202"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3204"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3206"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3208"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3210"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3212"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3214"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3216"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3218"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3220"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3222"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3224"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3226"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3228"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3316" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3318" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3320" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3322" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3324" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3326" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3328" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3330" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3332" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3334" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3336" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3338" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3340" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3342" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3344" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3316-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3318-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3320-6" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3322-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3324-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3326-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3328-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3330-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3332-7" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3334-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3336-6" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3338-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3340-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3342-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3344-0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 25.946489,61.538692 c -0.825668,-0.131364 -0.844497,-2.401483 -0.844497,-2.401483 0,0 2.425912,-2.401555 2.954641,-5.630935 1.422276,0 2.30081,-3.433256 0.878306,-4.641205 0.05936,-1.271574 1.828239,-9.981857 -7.126684,-9.981857 -8.954943,0 -7.186077,8.710283 -7.126855,9.981857 -1.42243,1.207949 -0.544044,4.641205 0.878308,4.641205 0.528659,3.22938 2.954634,5.630935 2.954634,5.630935 0,0 -0.01881,2.270119 -0.844406,2.401483 -2.659348,0.423131 -12.5899764,4.803183 -12.5899764,9.606215 H 21.808255 38.53653 c 0,-4.803032 -9.930632,-9.183084 -12.590041,-9.606215 z"
|
||||
id="path4374-2" /><path
|
||||
d="M 39.012046,22.680345 H 4.887978 c -2.8429423,0 -5.169782,2.056983 -5.169782,4.574511 V 85.83142 c 0,2.517526 2.3268397,4.576442 5.169782,4.576442 h 34.124068 c 2.842942,0 5.169787,-2.056979 5.169787,-4.574504 V 27.254856 c 0,-2.517528 -2.326845,-4.574511 -5.169787,-4.574511 z m -22.520483,3.297364 h 10.916902 c 0.345522,0 0.625448,0.247689 0.625448,0.555365 0,0.305741 -0.279926,0.553431 -0.625448,0.553431 H 16.491563 c -0.345527,0 -0.625448,-0.24769 -0.625448,-0.553431 0,-0.307676 0.279921,-0.555365 0.625448,-0.555365 z m 5.458448,62.1429 c -1.42803,0 -2.584889,-1.023656 -2.584889,-2.287251 0,-1.263604 1.156859,-2.28726 2.584889,-2.28726 1.428038,0 2.5849,1.023656 2.5849,2.28726 0,1.263595 -1.156862,2.287251 -2.5849,2.287251 z M 40.584416,81.941927 H 3.315613 V 29.93493 h 37.268803 v 52.006997 z"
|
||||
id="path3198-0"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g3200-5"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3202-7"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3204-5"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3206-2"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3208-4"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3210-6"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3212-4"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3214-2"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3216-7"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3218-6"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3220-0"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3222-7"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3224-8"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3226-0"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3228-4"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3316-7" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3318-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3320-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3322-0" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3324-1" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3326-23" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3328-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3330-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3332-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3334-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3336-0" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3338-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3340-7" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3342-5" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3344-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3316-8-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3318-8-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3320-6-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3322-3-6" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3324-3-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3326-2-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3328-4-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3330-8-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3332-7-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3334-4-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3336-6-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3338-3-5" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3340-3-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3342-8-5" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3344-0-0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1390"
|
||||
d="m 88.625344,78.3375 0,-16.625 -5.2,0 0,16.625 -16.375,0 0,5.2025 16.375,0 0,16.6225 5.2,0 0,-16.6225 16.387496,0 0,-5.2025 -16.387496,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /></svg>
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 13 KiB |
|
@ -1,11 +1,332 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120"
|
||||
height="120" xml:space="preserve">
|
||||
<g
|
||||
id="g12"
|
||||
transform="matrix(1.25,0,0,-1.25,0,120)">
|
||||
<g transform='translate(83.05,50.93)' id='g1336'>
|
||||
<path style='fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none' d='M 0,0 -32.12,0 -32.12,32.12 -37.98,32.12 -37.98,0 -70.1,0 -70.1,-5.861 -37.98,-5.861 -37.98,-37.98 -32.12,-37.98 -32.12,-5.861 0,-5.861 0,0 z' id='path1338'/>
|
||||
</g></g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Capa_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="120"
|
||||
height="120"
|
||||
viewBox="0 0 120 120"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="content_new_solo.svg"><metadata
|
||||
id="metadata3234"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3232" /><sodipodi:namedview
|
||||
pagecolor="#36ffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1453"
|
||||
inkscape:window-height="1057"
|
||||
id="namedview3230"
|
||||
showgrid="false"
|
||||
inkscape:zoom="6.8571429"
|
||||
inkscape:cx="40.031592"
|
||||
inkscape:cy="59.0625"
|
||||
inkscape:window-x="1756"
|
||||
inkscape:window-y="29"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Capa_1"
|
||||
showborder="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><g
|
||||
id="g3200"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3202"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3204"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3206"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3208"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3210"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3212"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3214"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3216"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3218"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3220"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3222"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3224"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3226"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
id="g3228"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,1.854167,-1.1800553e-7)" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3316" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3318" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3320" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3322" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3324" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3326" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3328" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3330" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3332" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3334" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3336" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3338" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3340" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3342" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,6.6125603,12.820461)"
|
||||
id="g3344" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3316-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3318-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3320-6" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3322-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3324-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3326-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3328-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3330-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3332-7" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3334-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3336-6" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3338-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3340-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3342-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,21.163624,15.187248)"
|
||||
id="g3344-0" /><g
|
||||
id="g3200-5"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3202-7"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3204-5"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3206-2"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3208-4"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3210-6"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3212-4"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3214-2"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3216-7"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3218-6"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3220-0"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3222-7"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3224-8"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3226-0"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
id="g3228-4"
|
||||
transform="matrix(1.8893863,0,0,1.6718332,36.20463,15.838175)" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3316-7" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3318-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3320-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3322-0" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3324-1" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3326-23" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3328-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3330-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3332-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3334-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3336-0" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3338-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3340-7" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3342-5" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,40.963023,28.658636)"
|
||||
id="g3344-4" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3316-8-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3318-8-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3320-6-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3322-3-6" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3324-3-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3326-2-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3328-4-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3330-8-2" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3332-7-8" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3334-4-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3336-6-3" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3338-3-5" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3340-3-9" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3342-8-5" /><g
|
||||
transform="matrix(2.4897914,0,0,2.203105,55.514087,31.025423)"
|
||||
id="g3344-0-0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 27.058121,34.596816 c -0.77207,-0.122836 -0.789668,-2.245608 -0.789668,-2.245608 0,0 2.268444,-2.245677 2.762859,-5.265449 1.329962,0 2.151473,-3.210416 0.821301,-4.339959 0.05559,-1.18904 1.709572,-9.333967 -6.664128,-9.333967 -8.373699,0 -6.719644,8.144927 -6.664267,9.333967 -1.330102,1.129543 -0.50873,4.339959 0.821302,4.339959 0.494345,3.019772 2.762858,5.265449 2.762858,5.265449 0,0 -0.0176,2.122772 -0.789598,2.245608 -2.48674,0.395673 -11.7728024,4.491425 -11.7728024,8.98271 H 23.188485 38.830994 c 0,-4.491285 -9.286064,-8.587037 -11.772873,-8.98271 z"
|
||||
id="path4374" /><path
|
||||
d="M 51.047927,-0.124999 H 7.2998526 c -3.6447381,0 -6.6278156,2.6371119 -6.6278156,5.864658 v 75.096896 c 0,3.227545 2.9830775,5.867137 6.6278156,5.867137 H 51.047927 c 3.644738,0 6.627815,-2.63711 6.627815,-5.864655 V 5.739659 c 0,-3.2275461 -2.983077,-5.864658 -6.627815,-5.864658 z M 22.175993,4.102318 h 13.995794 c 0.442976,0 0.80184,0.3175459 0.80184,0.711995 0,0.39197 -0.358864,0.709515 -0.80184,0.709515 H 22.175993 c -0.442976,0 -0.801844,-0.317545 -0.801844,-0.709515 0,-0.3944491 0.358868,-0.711995 0.801844,-0.711995 z m 6.997897,79.669046 c -1.830781,0 -3.313909,-1.312358 -3.313909,-2.932327 0,-1.619978 1.483128,-2.932328 3.313909,-2.932328 1.830779,0 3.313908,1.31235 3.313908,2.932328 0,1.619969 -1.483129,2.932327 -3.313908,2.932327 z M 53.063747,75.850106 H 5.2840331 V 9.1755949 H 53.063747 V 75.850106 z"
|
||||
id="path3198"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g3200-9"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3202-71"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3204-9"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3206-1"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3208-5"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3210-2"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3212-2"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3214-4"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3216-2"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3218-67"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3220-7"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3222-3"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3224-2"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3226-3"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
id="g3228-7"
|
||||
transform="matrix(2.8036449,0,0,2.4808197,0.672037,-0.124999)" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3316-6" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3318-5" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3320-3" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3322-4" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3324-4" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3326-8" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3328-92" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3330-94" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3332-9" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3334-9" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3336-9" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3338-1" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3340-8" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3342-6" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,7.7329784,18.899179)"
|
||||
id="g3344-49" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3316-8-9" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3318-8-9" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3320-6-1" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3322-3-2" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3324-3-6" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3326-2-6" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3328-4-8" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3330-8-3" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3332-7-3" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3334-4-3" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3336-6-7" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3338-3-6" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3340-3-0" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3342-8-54" /><g
|
||||
transform="matrix(3.6945812,0,0,3.2691696,29.325183,22.411234)"
|
||||
id="g3344-0-5" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 38.944225,61.952209 c -0.82608,-0.131429 -0.844909,-2.402703 -0.844909,-2.402703 0,0 2.427136,-2.402775 2.956139,-5.6338 1.423,0 2.301981,-3.435005 0.878755,-4.643565 0.05947,-1.272221 1.829168,-9.986939 -7.130324,-9.986939 -8.959493,0 -7.189727,8.714718 -7.130476,9.986939 -1.423151,1.20856 -0.544319,4.643565 0.878758,4.643565 0.528928,3.231024 2.956137,5.6338 2.956137,5.6338 0,0 -0.01883,2.271274 -0.844835,2.402703 -2.660703,0.423351 -12.596384,4.805628 -12.596384,9.611107 h 16.736799 16.7368 c 0,-4.805479 -9.935682,-9.187756 -12.59646,-9.611107 z"
|
||||
id="path4374-1" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1390"
|
||||
d="m 88.927083,78.170834 0,-16.625 -5.2,0 0,16.625 -16.375,0 0,5.2025 16.375,0 0,16.6225 5.2,0 0,-16.6225 16.387497,0 0,-5.2025 -16.387497,0 z"
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" /></svg>
|
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 16 KiB |
|
@ -21,7 +21,7 @@
|
|||
sodipodi:docname="multigame.svg"><metadata
|
||||
id="metadata3234"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3232" /><sodipodi:namedview
|
||||
pagecolor="#36ffff"
|
||||
bordercolor="#666666"
|
||||
|
@ -48,9 +48,9 @@
|
|||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 38.002662,53.555566 c -1.137946,-0.181047 -1.163883,-3.309782 -1.163883,-3.309782 0,0 3.343439,-3.309884 4.072153,-7.760699 1.960218,0 3.171037,-4.731803 1.210508,-6.396627 0.08192,-1.752516 2.519723,-13.757253 -9.822199,-13.757253 -12.341922,0 -9.904024,12.004737 -9.822404,13.757253 -1.960427,1.664824 -0.749814,6.396627 1.210509,6.396627 0.728611,4.450814 4.072152,7.760699 4.072152,7.760699 0,0 -0.02593,3.128735 -1.163781,3.309782 C 22.930533,54.138743 9.2438869,60.175437 9.2438869,66.795104 H 32.29924 55.354597 c 0,-6.619667 -13.686648,-12.656361 -17.351935,-13.239538 z"
|
||||
d="m 94.002662,53.555566 c -1.137946,-0.181047 -1.163883,-3.309782 -1.163883,-3.309782 0,0 3.343439,-3.309884 4.072153,-7.760699 1.960218,0 3.171038,-4.731803 1.210508,-6.396627 0.08192,-1.752516 2.51972,-13.757253 -9.822199,-13.757253 -12.341922,0 -9.904024,12.004737 -9.822404,13.757253 -1.960427,1.664824 -0.749814,6.396627 1.210509,6.396627 0.728611,4.450814 4.072152,7.760699 4.072152,7.760699 0,0 -0.02593,3.128735 -1.163781,3.309782 -3.665184,0.583177 -17.35183,6.619871 -17.35183,13.239538 H 88.29924 111.3546 c 0,-6.619667 -13.686651,-12.656361 -17.351938,-13.239538 z"
|
||||
id="path4374" /><path
|
||||
d="M 56.009965,-2.3030773e-7 H 8.9792946 C 5.0610773,-2.3030773e-7 1.854167,2.8349848 1.854167,6.3047069 V 87.036428 c 0,3.469722 3.2069103,6.307373 7.1251276,6.307373 H 56.009965 c 3.918217,0 7.125127,-2.834983 7.125127,-6.304704 V 6.3047069 C 63.135092,2.8349848 59.928182,-2.3030773e-7 56.009965,-2.3030773e-7 z M 24.971652,4.5445097 h 15.045956 c 0.476213,0 0.862005,0.3413722 0.862005,0.7654191 0,0.4213804 -0.385792,0.7627527 -0.862005,0.7627527 H 24.971652 c -0.476215,0 -0.862009,-0.3413723 -0.862009,-0.7627527 0,-0.4240469 0.385794,-0.7654191 0.862009,-0.7654191 z m 7.522977,85.6469393 c -1.968151,0 -3.562564,-1.410829 -3.562564,-3.152352 0,-1.741531 1.594413,-3.152353 3.562564,-3.152353 1.96815,0 3.562565,1.410822 3.562565,3.152353 0,1.741523 -1.594415,3.152352 -3.562565,3.152352 z M 58.17704,81.675826 H 6.8122195 V 9.9984551 H 58.17704 V 81.675826 z"
|
||||
d="M 112.00996,-2.3030773e-7 H 64.979295 C 61.061077,-2.3030773e-7 57.854167,2.8349848 57.854167,6.3047069 V 87.036428 c 0,3.469722 3.20691,6.307373 7.125128,6.307373 h 47.030665 c 3.91822,0 7.12513,-2.834983 7.12513,-6.304704 V 6.3047069 c 0,-3.4697221 -3.20691,-6.30470713030773 -7.12513,-6.30470713030773 z M 80.971652,4.5445097 h 15.045956 c 0.476213,0 0.862005,0.3413722 0.862005,0.7654191 0,0.4213804 -0.385792,0.7627527 -0.862005,0.7627527 H 80.971652 c -0.476215,0 -0.862009,-0.3413723 -0.862009,-0.7627527 0,-0.4240469 0.385794,-0.7654191 0.862009,-0.7654191 z m 7.522977,85.6469393 c -1.968151,0 -3.562564,-1.410829 -3.562564,-3.152352 0,-1.741531 1.594413,-3.152353 3.562564,-3.152353 1.96815,0 3.562565,1.410822 3.562565,3.152353 0,1.741523 -1.594415,3.152352 -3.562565,3.152352 z M 114.17704,81.675826 H 62.812219 V 9.9984551 H 114.17704 V 81.675826 z"
|
||||
id="path3198"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g3200"
|
||||
|
@ -144,9 +144,9 @@
|
|||
transform="matrix(3.9718007,0,0,3.5144686,32.657275,24.227219)"
|
||||
id="g3344-0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 92.799699,78.82117 c -1.137946,-0.18105 -1.163883,-3.309786 -1.163883,-3.309786 0,0 3.343439,-3.309884 4.072153,-7.760699 1.960218,0 3.171037,-4.731803 1.210508,-6.396627 0.08192,-1.752516 2.519723,-13.757253 -9.822199,-13.757253 -12.341922,0 -9.904024,12.004737 -9.822404,13.757253 -1.960427,1.664824 -0.749814,6.396627 1.210509,6.396627 0.728611,4.450814 4.072152,7.760699 4.072152,7.760699 0,0 -0.02593,3.128736 -1.163781,3.309786 -3.665184,0.58317 -17.35183,6.61987 -17.35183,13.23953 h 23.055353 23.055353 c 0,-6.61966 -13.686644,-12.65636 -17.351931,-13.23953 z"
|
||||
d="m 36.799699,78.82117 c -1.137946,-0.18105 -1.163883,-3.309786 -1.163883,-3.309786 0,0 3.343439,-3.309884 4.072153,-7.760699 1.960218,0 3.171037,-4.731803 1.210508,-6.396627 0.08192,-1.752516 2.519723,-13.757253 -9.822199,-13.757253 -12.341922,0 -9.904024,12.004737 -9.822404,13.757253 -1.960427,1.664824 -0.749814,6.396627 1.210509,6.396627 0.728611,4.450814 4.072152,7.760699 4.072152,7.760699 0,0 -0.02593,3.128736 -1.163781,3.309786 C 21.72757,79.40434 8.040924,85.44104 8.040924,92.0607 H 31.096277 54.15163 c 0,-6.61966 -13.686644,-12.65636 -17.351931,-13.23953 z"
|
||||
id="path4374-2" /><path
|
||||
d="M 110.807,25.2656 H 63.776331 c -3.918217,0 -7.125127,2.834985 -7.125127,6.304707 v 80.731723 c 0,3.46972 3.20691,6.30737 7.125127,6.30737 H 110.807 c 3.91822,0 7.12513,-2.83498 7.12513,-6.3047 V 31.570307 c 0,-3.469722 -3.20691,-6.304707 -7.12513,-6.304707 z m -31.038311,4.54451 h 15.045956 c 0.476213,0 0.862005,0.341372 0.862005,0.765419 0,0.42138 -0.385792,0.762752 -0.862005,0.762752 H 79.768689 c -0.476215,0 -0.862009,-0.341372 -0.862009,-0.762752 0,-0.424047 0.385794,-0.765419 0.862009,-0.765419 z m 7.522977,85.64694 c -1.968151,0 -3.562564,-1.41083 -3.562564,-3.15235 0,-1.74153 1.594413,-3.15236 3.562564,-3.15236 1.96815,0 3.562565,1.41083 3.562565,3.15236 0,1.74152 -1.594415,3.15235 -3.562565,3.15235 z m 25.682414,-8.51562 H 61.609256 V 35.264055 h 51.364824 v 71.677375 z"
|
||||
d="M 54.807,25.2656 H 7.776331 c -3.918217,0 -7.125127,2.834985 -7.125127,6.304707 v 80.731723 c 0,3.46972 3.20691,6.30737 7.125127,6.30737 H 54.807 c 3.91822,0 7.12513,-2.83498 7.12513,-6.3047 V 31.570307 c 0,-3.469722 -3.20691,-6.304707 -7.12513,-6.304707 z m -31.038311,4.54451 h 15.045956 c 0.476213,0 0.862005,0.341372 0.862005,0.765419 0,0.42138 -0.385792,0.762752 -0.862005,0.762752 H 23.768689 c -0.476215,0 -0.862009,-0.341372 -0.862009,-0.762752 0,-0.424047 0.385794,-0.765419 0.862009,-0.765419 z m 7.522977,85.64694 c -1.968151,0 -3.562564,-1.41083 -3.562564,-3.15235 0,-1.74153 1.594413,-3.15236 3.562564,-3.15236 1.96815,0 3.562565,1.41083 3.562565,3.15236 0,1.74152 -1.594415,3.15235 -3.562565,3.15235 z M 56.97408,106.94143 H 5.609256 V 35.264055 H 56.97408 v 71.677375 z"
|
||||
id="path3198-0"
|
||||
inkscape:connector-curvature="0" /><g
|
||||
id="g3200-5"
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in a new issue