gossip r2732 - in trunk: . data/packaging/mac data/pixmaps data/pixmaps/16x16 data/pixmaps/22x22 data/pixmaps/24x24 data/pixmaps/32x32 data/pixmaps/48x48 data/svg src
- From: rhult svn gnome org
- To: svn-commits-list gnome org
- Subject: gossip r2732 - in trunk: . data/packaging/mac data/pixmaps data/pixmaps/16x16 data/pixmaps/22x22 data/pixmaps/24x24 data/pixmaps/32x32 data/pixmaps/48x48 data/svg src
- Date: Thu, 14 Feb 2008 22:27:36 +0000 (GMT)
Author: rhult
Date: Thu Feb 14 22:27:36 2008
New Revision: 2732
URL: http://svn.gnome.org/viewvc/gossip?rev=2732&view=rev
Log:
2008-02-14 Richard Hult <richard imendio com>
* data/packaging/mac/gossip.bundle: Clean up bundle definition.
* data/pixmaps: New icons from Andreas, woho!
* src/gossip-ui-utils.c: Use GDK_WINDOWING defines instead of our
own.
Added:
trunk/data/pixmaps/16x16/gossip.svg
trunk/data/pixmaps/22x22/gossip.svg
trunk/data/pixmaps/24x24/
trunk/data/pixmaps/24x24/gossip.png (contents, props changed)
trunk/data/pixmaps/32x32/gossip.svg
Modified:
trunk/ChangeLog
trunk/data/packaging/mac/Gossip.icns
trunk/data/packaging/mac/gossip.bundle
trunk/data/pixmaps/16x16/gossip.png
trunk/data/pixmaps/22x22/gossip.png
trunk/data/pixmaps/32x32/gossip.png
trunk/data/pixmaps/48x48/gossip.png
trunk/data/pixmaps/Makefile.am
trunk/data/pixmaps/gossip-logo.png
trunk/data/pixmaps/gossip.svg
trunk/data/svg/gossip.svg
trunk/src/gossip-ui-utils.c
Modified: trunk/data/packaging/mac/Gossip.icns
==============================================================================
Binary files. No diff available.
Modified: trunk/data/packaging/mac/gossip.bundle
==============================================================================
--- trunk/data/packaging/mac/gossip.bundle (original)
+++ trunk/data/packaging/mac/gossip.bundle Thu Feb 14 22:27:36 2008
@@ -2,94 +2,25 @@
<app-bundle>
<meta>
- <!-- Where to pick up the GTK+ installation, icon themes,
- etc. Note that "${env:PREFIX}" is evaluated to the value of
- the environment variable PREFIX, and likewise with HOME. You
- can define additional prefixes and refer to them in paths
- throughout this file on the form "${prefix:name}". This is
- useful for installing certain libraries or even the
- application itself separately.
- -->
<prefix name="default">${env:PREFIX}</prefix>
-
- <!-- The project directory is the default location of the created
- app. If you leave out the path, the current directory is
- used.
- -->
<destination overwrite="yes">${env:HOME}/Desktop</destination>
-
- <image>
- <!-- Not implemented yet (DMG image). -->
- </image>
-
- <!-- Optionally specify a launcher script to use. If the
- application sets up everything needed itself, like
- environment variable, linker paths, etc, a launcher script is
- not needed. If the source path is left out, the default
- script will be used.
- -->
- <!--launcher-script>${project}/launcher.sh</launcher-script-->
-
- <!-- Not implemented: Optional runtime, could be python or mono
- for example.
- -->
- <!--runtime copy="yes">/usr/bin/python</runtime-->
+ <image><!-- Not implemented yet (DMG image). --></image>
</meta>
- <!-- The special macro "${project}" refers to the directory where
- this bundle file is located. The application name and bundle
- identifier are taken from the plist file.
- -->
<plist>${project}/Info.plist</plist>
<main-binary>${prefix}/bin/gossip</main-binary>
- <!-- Copy in GTK+ and Pango modules. Note the use of the
- "${pkg:module:variable}" macro, which evaluates to a pkg-config
- variable in the specified module. Note that any libraries that
- binaries link to are also copied in automatically.
- -->
- <binary>
- ${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/loaders/*.so
- </binary>
- <binary>
- ${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/engines/libclearlooks.so
- </binary>
- <binary>
- ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/pango-basic-atsui.so
- </binary>
-
- <!-- Data to copy in, usually Glade/UI files, images, sounds files
- etc. The destination inside the bundle can be specified if the
- files should end up at a different location, by using the
- "dest" property. The destination must then start with the macro
- "${bundle}", which refers to the bundle root directory.
- -->
- <data>
- ${prefix}/share/gossip
- </data>
-
- <data>
- ${prefix}/share/themes/Clearlooks
- </data>
-
- <data dest="${bundle}/Contents/Resources">
- ${project}/Gossip.icns
- </data>
-
- <data dest="${bundle}/Contents/Resources/etc/gtk-2.0/gtkrc">
- ${project}/gtkrc
- </data>
-
- <!-- Icon themes to copy. The "icons" property can be either of
- "auto", "all", or "none". All or none should be
- self-explanatory, while auto means that the script will try to
- figure out which icons are needed. This is done by getting all
- the strings from all copied binaries, and matching them against
- icon names. To be safe, you should use "all". "none" is useful
- if you want just the index.theme file but no icons, mostly
- needed for the "hicolor" base theme.
- -->
+ <binary>${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/loaders/*.so</binary>
+ <binary>${prefix}/lib/gtk-2.0/${pkg:gtk+-2.0:gtk_binary_version}/engines/libclearlooks.so</binary>
+ <binary>${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/pango-basic-atsui.so</binary>
+
+ <data dest="${bundle}/Contents/Resources">${project}/Gossip.icns</data>
+ <data>${prefix}/share/gossip</data>
+
+ <data>${prefix}/share/themes/Clearlooks</data>
+ <data dest="${bundle}/Contents/Resources/etc/gtk-2.0/gtkrc">${project}/gtkrc</data>
+
<icon-theme icons="auto">Tango</icon-theme>
<icon-theme icons="auto">gnome</icon-theme>
Modified: trunk/data/pixmaps/16x16/gossip.png
==============================================================================
Binary files. No diff available.
Added: trunk/data/pixmaps/16x16/gossip.svg
==============================================================================
--- (empty file)
+++ trunk/data/pixmaps/16x16/gossip.svg Thu Feb 14 22:27:36 2008
@@ -0,0 +1,568 @@
+<?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="16"
+ height="16"
+ id="svg4811"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ version="1.0"
+ sodipodi:docbase="/home/andreas/imendio/gossip/16x16/apps"
+ sodipodi:docname="gossip2.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/andreas/imendio/gossip/16x16/apps/gossip2.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4813">
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8377543,-2.139761e-7,9.6744259e-8,0.4751244,15.26523,119.87447)"
+ r="58.689861"
+ fy="206.1393"
+ fx="94.037064"
+ cy="206.1393"
+ cx="94.037064"
+ id="radialGradient8704"
+ xlink:href="#linearGradient10428"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10428">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop10430" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop10432" />
+ </linearGradient>
+ <radialGradient
+ r="58.689861"
+ fy="206.1393"
+ fx="94.037064"
+ cy="206.1393"
+ cx="94.037064"
+ gradientTransform="matrix(0.8377543,-2.139761e-7,9.6744259e-8,0.4751244,15.26523,119.87447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9456"
+ xlink:href="#linearGradient10428"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9440"
+ inkscape:collect="always">
+ <stop
+ id="stop9442"
+ offset="0"
+ style="stop-color:#173664;stop-opacity:1" />
+ <stop
+ style="stop-color:#225094;stop-opacity:1"
+ offset="0.65629578"
+ id="stop9448" />
+ <stop
+ id="stop9444"
+ offset="1"
+ style="stop-color:#1d447d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9440"
+ id="linearGradient2529"
+ gradientUnits="userSpaceOnUse"
+ x1="78.842407"
+ y1="130.48856"
+ x2="91.954872"
+ y2="176.55254"
+ gradientTransform="matrix(7.6024756e-2,0,0,6.9912674e-2,-0.8247273,-0.4489882)" />
+ <linearGradient
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ id="linearGradient9046"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0">
+ <stop
+ id="stop9048"
+ offset="0.000000"
+ style="stop-color:#8fb1de;stop-opacity:1" />
+ <stop
+ id="stop9050"
+ offset="1.000000"
+ style="stop-color:#1b4887;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9046"
+ id="radialGradient3793"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(9.5523852e-2,0,0,0.2095559,-2.706812,-15.931368)"
+ cx="66.793938"
+ cy="102.09823"
+ fx="66.793938"
+ fy="102.09823"
+ r="80.124489" />
+ <linearGradient
+ id="linearGradient9067"
+ inkscape:collect="always">
+ <stop
+ id="stop9069"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9071"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9067"
+ id="radialGradient2523"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1086073,1.8344483e-2,-1.4314832e-2,7.1670543e-2,-2.8714373,-2.0414733)"
+ cx="60.686848"
+ cy="59.3456"
+ fx="60.686848"
+ fy="59.3456"
+ r="45.8125" />
+ <linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ id="linearGradient9032"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.000000"
+ id="stop9034" />
+ <stop
+ style="stop-color:#d6d6d6;stop-opacity:1"
+ offset="1.000000"
+ id="stop9036" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9032"
+ id="radialGradient2519"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(7.8030146e-2,0,0,6.1243888e-2,-1.3733324,10.781777)"
+ cx="204.12776"
+ cy="111.6533"
+ fx="204.12776"
+ fy="111.6533"
+ r="47.005688" />
+ <radialGradient
+ r="186"
+ fy="675.86218"
+ fx="401"
+ cy="675.86218"
+ cx="401"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11339"
+ xlink:href="#linearGradient2238"
+ inkscape:collect="always" />
+ <filter
+ height="1.5195962"
+ y="-0.25979808"
+ width="1.1969436"
+ x="-0.098471858"
+ id="filter5909"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur5911"
+ stdDeviation="15.263138"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient2238"
+ inkscape:collect="always">
+ <stop
+ id="stop2240"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2242"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2238"
+ id="radialGradient3791"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ cx="401"
+ cy="675.86218"
+ fx="401"
+ fy="675.86218"
+ r="186" />
+ <linearGradient
+ id="linearGradient10488"
+ inkscape:collect="always">
+ <stop
+ id="stop10490"
+ offset="0"
+ style="stop-color:#555753;stop-opacity:1" />
+ <stop
+ id="stop10492"
+ offset="1"
+ style="stop-color:#181b1c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10513"
+ inkscape:collect="always">
+ <stop
+ id="stop10515"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10517"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10513"
+ id="radialGradient2485"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.5416506e-3,-3.8829218e-2,4.5330989e-2,3.496581e-3,-4.6720995,17.275588)"
+ cx="104.61115"
+ cy="218.22229"
+ fx="104.61115"
+ fy="218.22229"
+ r="42.414829" />
+ <linearGradient
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ id="linearGradient596"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0">
+ <stop
+ id="stop597"
+ offset="0.00000000"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop598"
+ offset="1.00000000"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient596"
+ id="linearGradient3769"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4121863e-2,0,0,2.2766299e-2,-0.1926597,-0.1141342)"
+ spreadMethod="pad"
+ x1="212.05606"
+ y1="62.083363"
+ x2="263.46866"
+ y2="120.98656" />
+ <linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ id="linearGradient10323"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad">
+ <stop
+ style="stop-color:#f8f8f7;stop-opacity:1"
+ offset="0.000000"
+ id="stop10325" />
+ <stop
+ id="stop10329"
+ offset="0.65853721"
+ style="stop-color:#d9d9d8;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e1e1e1;stop-opacity:1"
+ offset="0.78532833"
+ id="stop10331" />
+ <stop
+ style="stop-color:#efefef;stop-opacity:1"
+ offset="1.000000"
+ id="stop10327" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9999"
+ inkscape:collect="always">
+ <stop
+ id="stop10001"
+ offset="0"
+ style="stop-color:#565656;stop-opacity:1" />
+ <stop
+ id="stop10003"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9999"
+ id="radialGradient3785"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3576011,0,0,0.9692309,-130.77555,7.9358555)"
+ cx="364.89313"
+ cy="273.82373"
+ fx="364.89313"
+ fy="273.82373"
+ r="41.394272" />
+ <linearGradient
+ id="linearGradient10343"
+ inkscape:collect="always">
+ <stop
+ id="stop10345"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10347"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10343"
+ id="radialGradient3783"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9601022,0,0,1.7941177,-154.54361,-37.363196)"
+ cx="161.45641"
+ cy="41.846905"
+ fx="161.45641"
+ fy="41.846905"
+ r="12.020815" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10488"
+ id="radialGradient4995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2253538,0.7074583,-0.5,0.8660254,26.552127,-126.89586)"
+ cx="207.01106"
+ cy="146.22397"
+ fx="207.01106"
+ fy="146.22397"
+ r="3.5355339" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2238"
+ id="radialGradient8057"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ cx="401"
+ cy="675.86218"
+ fx="401"
+ fy="675.86218"
+ r="186" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9999"
+ id="radialGradient8065"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3576011,0,0,0.9692309,-130.77555,7.9358555)"
+ cx="364.89313"
+ cy="273.82373"
+ fx="364.89313"
+ fy="273.82373"
+ r="41.394272" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient596"
+ id="linearGradient4190"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4566232e-2,0,0,2.1874843e-2,3.4806125,1.7269932e-2)"
+ spreadMethod="pad"
+ x1="212.05606"
+ y1="62.083363"
+ x2="263.46866"
+ y2="120.98656" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="9.7256971"
+ inkscape:cy="4.7736389"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="16px"
+ height="16px"
+ showgrid="true"
+ inkscape:window-width="1181"
+ inkscape:window-height="748"
+ inkscape:window-x="299"
+ inkscape:window-y="175" />
+ <metadata
+ id="metadata4816">
+ <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
+ sodipodi:type="arc"
+ style="opacity:0.40825686;fill:url(#radialGradient8704);fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path8696"
+ sodipodi:cx="94.045204"
+ sodipodi:cy="222.05887"
+ sodipodi:rx="58.689861"
+ sodipodi:ry="23.334524"
+ d="M 152.73507 222.05887 A 58.689861 23.334524 0 1 1 35.355343,222.05887 A 58.689861 23.334524 0 1 1 152.73507 222.05887 z"
+ transform="matrix(7.6024752e-2,0,0,6.2422403e-2,-1.6442478,0.6819548)" />
+ <path
+ style="fill:url(#linearGradient2529);fill-opacity:1;fill-rule:evenodd;stroke:#193b6b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 5.3508012,7.5319594 C 5.6481775,7.6818486 5.4107779,9.8937724 5.5323828,10.73855 C 5.6539877,11.583329 7.8302459,12.67811 7.8302459,12.67811 L 4.3778788,13.442873 L 3.6640319,9.0940193 L 4.2822447,6.3750533 L 5.3508012,7.5319594 z "
+ id="path9428"
+ sodipodi:nodetypes="czccccc" />
+ <path
+ d="M 8.8787876,11.287326 C 10.011865,12.048862 10.053463,12.540163 9.9575328,12.999283 C 9.6274038,13.802449 6.8896492,16.402536 4.2049989,14.955438 C 1.0318945,13.086537 -0.2168021,7.3048412 0.90333054,4.3597788 C 2.0220836,1.478568 5.6100744,-0.16346163 10.326996,2.3718981 C 12.603002,3.7033116 12.943325,7.4495569 12.31501,8.5584277 L 7.9358822,8.4842211 C 5.2811781,8.7342129 3.7379936,6.5208455 3.4986969,7.1201318 C 3.3019243,7.7448971 3.9418383,11.430906 4.8525418,12.364202 C 5.8255682,12.914739 6.7266853,11.696032 7.1054225,10.935422 C 7.3873018,10.200262 8.9002538,11.300188 8.8787876,11.287326 z "
+ style="font-size:12px;fill:url(#radialGradient3793);fill-opacity:1;fill-rule:evenodd;stroke:#1a3d71;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2443"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ style="opacity:0.12962964;fill:url(#radialGradient2523);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ d="M 5.2091024,1.9409013 C 2.0509513,1.7925945 0.91763044,4.3053416 0.91763054,7.0751265 C 0.91763054,7.6568349 1.3726764,8.4791657 1.5416319,8.9988497 C 2.1564902,5.5976794 1.9336327,3.438022 7.1390153,3.5535726 C 6.4568056,3.1294509 6.0524623,1.9409013 5.2091024,1.9409013 z "
+ id="path10401"
+ sodipodi:nodetypes="csccc" />
+ <path
+ d="M 6.450218,13.180192 C 7.225936,12.805068 7.3101303,12.349063 7.7812204,11.769728 C 8.2573666,11.882011 8.5020539,12.193484 8.8582168,12.533848 C 7.9165376,14.100459 6.6328298,15.103035 4.6299412,14.09335 C 1.9782974,12.432452 0.98364161,7.1865913 1.9196941,4.5693059 C 2.7744035,2.3245992 5.6231666,1.3517596 9.5649215,3.6049408 C 11.466895,4.7881718 12.05167,6.589358 11.52661,7.5748159 L 7.9111796,7.5690446 C 6.419006,7.6099168 4.6159067,5.9189272 4.4159359,6.4515151"
+ style="font-size:12px;opacity:0.44354839;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3652"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ transform="matrix(1.3193217e-2,0,0,2.7292424e-2,4.7730804,-13.117623)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path11337"
+ style="opacity:0.74096386;fill:url(#radialGradient11339);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.343626e-2,0,0,2.6223739e-2,4.6579927,-12.572407)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path8025"
+ style="opacity:0.74096386;fill:url(#radialGradient8057);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ d="M 8.759112,3.5702489 C 8.6288861,3.4260627 8.8621759,1.9252777 9.6388446,1.539961 C 10.41676,1.1032709 11.222409,1.6414754 11.222409,1.6414754 C 11.222409,1.6414754 10.558124,1.6407206 9.7710133,2.2760682 C 9.0501881,2.8175317 8.8281368,3.7623314 8.759112,3.5702489 z "
+ style="font-size:12px;opacity:0.85;fill:url(#linearGradient4190);fill-rule:evenodd;stroke:none;stroke-width:0.99999981pt"
+ id="path8027" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:2.04983449;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path8029"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.5535087,0,0,0.4299698,11.374561,-0.8094884)" />
+ <ellipse
+ cx="354.71704"
+ cy="257.91602"
+ rx="41.394272"
+ ry="40.120605"
+ transform="matrix(2.4157933e-2,0,0,2.4854499e-2,1.4307698,-2.4075508)"
+ style="font-size:12px;fill:url(#radialGradient8065);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15.42423153;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse8031"
+ sodipodi:cx="354.71704"
+ sodipodi:cy="257.91602"
+ sodipodi:rx="41.394272"
+ sodipodi:ry="40.120605" />
+ <path
+ transform="matrix(1.3193217e-2,0,0,2.7292424e-2,0.9634233,-13.216873)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path6241"
+ style="opacity:0.74096386;fill:url(#radialGradient3791);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ style="opacity:0.09174314;fill:url(#radialGradient2485);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ d="M 8.8152084,12.323931 C 8.1210283,13.107157 6.9286645,13.623535 5.5735951,13.623535 C 4.2416265,13.623535 3.0650423,13.124412 2.3660565,12.363525 C 2.6491374,13.703148 3.9841931,14.585601 5.5872246,14.5856 C 7.2061248,14.5856 8.5504421,13.683234 8.8152084,12.323931 z "
+ id="path10508"
+ sodipodi:nodetypes="cscsc" />
+ <path
+ d="M 4.990359,3.5836378 C 4.8624889,3.4335757 5.0915586,1.8716299 5.8541788,1.4706105 C 6.6180222,1.0161242 7.4090987,1.5762619 7.4090987,1.5762619 C 7.4090987,1.5762619 6.7568298,1.5754764 5.9839568,2.236716 C 5.2761698,2.8002455 5.0581352,3.7835485 4.990359,3.5836378 z "
+ style="font-size:12px;opacity:0.85;fill:url(#linearGradient3769);fill-rule:evenodd;stroke:none;stroke-width:0.99999981pt"
+ id="path10369" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:2.04939032;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3676"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.5555556,0,0,0.4285714,7.3888889,-0.7857143)" />
+ <ellipse
+ cx="354.71704"
+ cy="257.91602"
+ rx="41.394272"
+ ry="40.120605"
+ transform="matrix(2.4157932e-2,0,0,2.4924848e-2,-2.5692303,-2.4285174)"
+ style="font-size:12px;fill:url(#radialGradient3785);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15.42423153;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse3698"
+ sodipodi:cx="354.71704"
+ sodipodi:cy="257.91602"
+ sodipodi:rx="41.394272"
+ sodipodi:ry="40.120605" />
+ <path
+ style="opacity:1;fill:#f1f1f1;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 12.5,5.5 C 10.844,5.5 9.5,6.8440001 9.5,8.4999999 C 9.5,9.1368293 9.692424,9.7328915 10.03125,10.21875 L 8.15625,11.5 L 12.5,11.5 C 14.156,11.5 15.5,10.156 15.5,8.4999999 C 15.5,6.8439999 14.156,5.5 12.5,5.5 z "
+ id="path10984"
+ sodipodi:nodetypes="cscccsc" />
+ <rect
+ style="opacity:1;fill:#424545;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect10980"
+ width="1.0000001"
+ height="2"
+ x="12"
+ y="7"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#424545;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect10978"
+ width="1"
+ height="0.99999964"
+ x="12"
+ y="10"
+ rx="0"
+ ry="0" />
+ </g>
+</svg>
Modified: trunk/data/pixmaps/22x22/gossip.png
==============================================================================
Binary files. No diff available.
Added: trunk/data/pixmaps/22x22/gossip.svg
==============================================================================
--- (empty file)
+++ trunk/data/pixmaps/22x22/gossip.svg Thu Feb 14 22:27:36 2008
@@ -0,0 +1,678 @@
+<?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="22"
+ height="22"
+ id="svg4811"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ version="1.0"
+ sodipodi:docbase="/home/andreas/imendio/gossip/22x22/apps"
+ sodipodi:docname="gossip2.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/andreas/imendio/gossip/22x22/apps/gossip2.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4813">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7050">
+ <stop
+ style="stop-color:#70726d;stop-opacity:1"
+ offset="0"
+ id="stop7052" />
+ <stop
+ style="stop-color:#858783;stop-opacity:1"
+ offset="1"
+ id="stop7054" />
+ </linearGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8377543,-2.139761e-7,9.6744259e-8,0.4751244,15.26523,119.87447)"
+ r="58.689861"
+ fy="206.1393"
+ fx="94.037064"
+ cy="206.1393"
+ cx="94.037064"
+ id="radialGradient8704"
+ xlink:href="#linearGradient10428"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10428">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop10430" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop10432" />
+ </linearGradient>
+ <radialGradient
+ r="58.689861"
+ fy="206.1393"
+ fx="94.037064"
+ cy="206.1393"
+ cx="94.037064"
+ gradientTransform="matrix(0.8377543,-2.139761e-7,9.6744259e-8,0.4751244,15.26523,119.87447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9456"
+ xlink:href="#linearGradient10428"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9440"
+ inkscape:collect="always">
+ <stop
+ id="stop9442"
+ offset="0"
+ style="stop-color:#173664;stop-opacity:1" />
+ <stop
+ style="stop-color:#225094;stop-opacity:1"
+ offset="0.65629578"
+ id="stop9448" />
+ <stop
+ id="stop9444"
+ offset="1"
+ style="stop-color:#1d447d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9440"
+ id="linearGradient2529"
+ gradientUnits="userSpaceOnUse"
+ x1="78.842407"
+ y1="130.48856"
+ x2="91.954872"
+ y2="176.55254"
+ gradientTransform="matrix(9.325391e-2,0,0,9.3105768e-2,-0.1164116,-0.5878747)" />
+ <linearGradient
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ id="linearGradient9046"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0">
+ <stop
+ id="stop9048"
+ offset="0.000000"
+ style="stop-color:#8fb1de;stop-opacity:1" />
+ <stop
+ id="stop9050"
+ offset="1.000000"
+ style="stop-color:#1b4887;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9046"
+ id="radialGradient3793"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.117172,0,0,0.2790748,-2.4250248,-21.206438)"
+ cx="66.793938"
+ cy="102.09823"
+ fx="66.793938"
+ fy="102.09823"
+ r="80.124489" />
+ <linearGradient
+ id="linearGradient9067"
+ inkscape:collect="always">
+ <stop
+ id="stop9069"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9071"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9067"
+ id="radialGradient2523"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1332205,2.4430152e-2,-1.7558939e-2,9.5446802e-2,-2.6269584,-2.708657)"
+ cx="60.686848"
+ cy="59.3456"
+ fx="60.686848"
+ fy="59.3456"
+ r="45.8125" />
+ <linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ id="linearGradient9032"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.000000"
+ id="stop9034" />
+ <stop
+ style="stop-color:#d6d6d6;stop-opacity:1"
+ offset="1.000000"
+ id="stop9036" />
+ </linearGradient>
+ <radialGradient
+ r="186"
+ fy="675.86218"
+ fx="401"
+ cy="675.86218"
+ cx="401"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11339"
+ xlink:href="#linearGradient2238"
+ inkscape:collect="always" />
+ <filter
+ height="1.5195962"
+ y="-0.25979808"
+ width="1.1969436"
+ x="-0.098471858"
+ id="filter5909"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur5911"
+ stdDeviation="15.263138"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient2238"
+ inkscape:collect="always">
+ <stop
+ id="stop2240"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2242"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2238"
+ id="radialGradient3791"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ cx="401"
+ cy="675.86218"
+ fx="401"
+ fy="675.86218"
+ r="186" />
+ <linearGradient
+ id="linearGradient10488"
+ inkscape:collect="always">
+ <stop
+ id="stop10490"
+ offset="0"
+ style="stop-color:#555753;stop-opacity:1" />
+ <stop
+ id="stop10492"
+ offset="1"
+ style="stop-color:#181b1c;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10513"
+ inkscape:collect="always">
+ <stop
+ id="stop10515"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10517"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10513"
+ id="radialGradient2485"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.3442792e-3,-5.1710571e-2,5.560415e-2,4.6565501e-3,-4.8356967,23.016719)"
+ cx="104.61115"
+ cy="218.22229"
+ fx="104.61115"
+ fy="218.22229"
+ r="42.414829" />
+ <linearGradient
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ id="linearGradient596"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0">
+ <stop
+ id="stop597"
+ offset="0.00000000"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop598"
+ offset="1.00000000"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient596"
+ id="linearGradient3769"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9588494e-2,0,0,3.0318878e-2,0.6588987,-0.1419349)"
+ spreadMethod="pad"
+ x1="212.05606"
+ y1="62.083363"
+ x2="263.46866"
+ y2="120.98656" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7050"
+ id="linearGradient3789"
+ gradientUnits="userSpaceOnUse"
+ x1="-2.8958459"
+ y1="14.985028"
+ x2="-2.8750863"
+ y2="6.3317719" />
+ <linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ id="linearGradient10323"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad">
+ <stop
+ style="stop-color:#f8f8f7;stop-opacity:1"
+ offset="0.000000"
+ id="stop10325" />
+ <stop
+ id="stop10329"
+ offset="0.65853721"
+ style="stop-color:#d9d9d8;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e1e1e1;stop-opacity:1"
+ offset="0.78532833"
+ id="stop10331" />
+ <stop
+ style="stop-color:#efefef;stop-opacity:1"
+ offset="1.000000"
+ id="stop10327" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10323"
+ id="radialGradient3787"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1838197,-3.8445922e-2,5.1911508e-2,1.9272351,-0.1290437,-9.9256338)"
+ cx="-2.5"
+ cy="11.338392"
+ fx="-2.5"
+ fy="11.338392"
+ r="4.8929524" />
+ <linearGradient
+ id="linearGradient9999"
+ inkscape:collect="always">
+ <stop
+ id="stop10001"
+ offset="0"
+ style="stop-color:#565656;stop-opacity:1" />
+ <stop
+ id="stop10003"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9999"
+ id="radialGradient3785"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3576011,0,0,0.9692309,-130.77555,7.9358555)"
+ cx="364.89313"
+ cy="273.82373"
+ fx="364.89313"
+ fy="273.82373"
+ r="41.394272" />
+ <linearGradient
+ id="linearGradient10343"
+ inkscape:collect="always">
+ <stop
+ id="stop10345"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10347"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10343"
+ id="radialGradient3783"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9601022,0,0,1.7941177,-154.54361,-37.363196)"
+ cx="161.45641"
+ cy="41.846905"
+ fx="161.45641"
+ fy="41.846905"
+ r="12.020815" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10488"
+ id="radialGradient4995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2253538,0.7074583,-0.5,0.8660254,26.552127,-126.89586)"
+ cx="207.01106"
+ cy="146.22397"
+ fx="207.01106"
+ fy="146.22397"
+ r="3.5355339" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2238"
+ id="radialGradient8057"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ cx="401"
+ cy="675.86218"
+ fx="401"
+ fy="675.86218"
+ r="186" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient596"
+ id="linearGradient8059"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.9588494e-2,0,0,3.0318878e-2,4.2213985,4.9024456)"
+ spreadMethod="pad"
+ x1="212.05606"
+ y1="62.083363"
+ x2="263.46866"
+ y2="120.98656" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10323"
+ id="radialGradient8061"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1838197,-3.8445922e-2,5.1911508e-2,1.9272351,-0.1290437,-9.9256338)"
+ cx="-2.5"
+ cy="11.338392"
+ fx="-2.5"
+ fy="11.338392"
+ r="4.8929524" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7050"
+ id="linearGradient8063"
+ gradientUnits="userSpaceOnUse"
+ x1="-2.8958459"
+ y1="14.985028"
+ x2="-2.8750863"
+ y2="6.3317719" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9999"
+ id="radialGradient8065"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3576011,0,0,0.9692309,-130.77555,7.9358555)"
+ cx="364.89313"
+ cy="273.82373"
+ fx="364.89313"
+ fy="273.82373"
+ r="41.394272" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10343"
+ id="radialGradient8067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9601022,0,0,1.7941177,-154.54361,-37.363196)"
+ cx="161.45641"
+ cy="41.846905"
+ fx="161.45641"
+ fy="41.846905"
+ r="12.020815" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="8.7291565"
+ inkscape:cy="10.245488"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="22px"
+ height="22px"
+ showgrid="true"
+ inkscape:window-width="1038"
+ inkscape:window-height="689"
+ inkscape:window-x="182"
+ inkscape:window-y="160" />
+ <metadata
+ id="metadata4816">
+ <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
+ sodipodi:type="arc"
+ style="opacity:0.40825686;fill:url(#radialGradient8704);fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path8696"
+ sodipodi:cx="94.045204"
+ sodipodi:cy="222.05887"
+ sodipodi:rx="58.689861"
+ sodipodi:ry="23.334524"
+ d="M 152.73507 222.05887 A 58.689861 23.334524 0 1 1 35.355343,222.05887 A 58.689861 23.334524 0 1 1 152.73507 222.05887 z"
+ transform="matrix(9.3253904e-2,0,0,8.3130649e-2,-1.1216564,0.9182516)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.40825686;fill:url(#radialGradient9456);fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path9454"
+ sodipodi:cx="94.045204"
+ sodipodi:cy="222.05887"
+ sodipodi:rx="58.689861"
+ sodipodi:ry="23.334524"
+ d="M 152.73507 222.05887 A 58.689861 23.334524 0 1 1 35.355343,222.05887 A 58.689861 23.334524 0 1 1 152.73507 222.05887 z"
+ transform="matrix(0.1290613,0,0,0.115051,-4.5366952,-6.4081891)" />
+ <path
+ style="fill:url(#linearGradient2529);fill-opacity:1;fill-rule:evenodd;stroke:#193b6b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 8.3802147,10.158413 C 8.744984,10.358027 8.3995739,12.950611 8.5487376,14.075638 C 8.6979013,15.200666 10.5,16.894056 10.5,16.894056 L 6.8073351,17.618247 L 5.3896153,12.120966 L 6.1479309,8.5 L 8.3802147,10.158413 z "
+ id="path9428"
+ sodipodi:nodetypes="czccccc" />
+ <path
+ d="M 11.786168,15.041888 C 13.17603,16.056059 13.227055,16.710346 13.109384,17.321776 C 12.70444,18.391388 9.34624,21.854037 6.0531792,19.926873 C 2.1609683,17.437976 0.629285,9.7382393 2.0032684,5.8161708 C 3.3755595,1.9791363 7.7766808,-0.20762643 13.562577,3.168823 C 16.354385,4.9419246 16.963493,7.101008 16.192786,8.5777397 C 15.422168,10.054255 14.206934,11.143258 10.552912,11.475339 C 7.2965841,11.808264 5.8055968,8.6941578 5.5120693,9.4922536 C 5.270703,10.324281 5.7303797,15.2331 6.8474719,16.476011 C 8.041011,17.209185 9.1463443,15.58618 9.610913,14.573242 C 9.9566734,13.594198 11.812499,15.059017 11.786168,15.041888 z "
+ style="font-size:12px;fill:url(#radialGradient3793);fill-opacity:1;fill-rule:evenodd;stroke:#1b4077;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2443"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ style="opacity:0.12962964;fill:url(#radialGradient2523);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ d="M 7.2848383,2.5948458 C 3.4109694,2.3973391 2.0208089,5.7436746 2.0208091,9.4323185 C 2.0208091,10.207005 2.57898,11.302139 2.7862252,11.994225 C 3.5404261,7.4647375 3.2670633,4.588627 9.6521188,4.7425108 C 8.8153029,4.1776894 8.3193251,2.5948458 7.2848383,2.5948458 z "
+ id="path10401"
+ sodipodi:nodetypes="csccc" />
+ <path
+ d="M 6.2127836,17.242544 C 7.6780592,18.609423 9.9224267,16.279003 10.331422,15.392271 C 10.946727,15.539566 11.891141,15.832213 12.008734,16.974406 C 10.791839,19.029515 9.132954,20.344713 6.5446998,19.020189 C 3.1180849,16.841392 1.7185096,9.6119273 2.9281334,6.178524 C 4.0326407,3.2338763 7.828206,0.91414204 12.92198,3.8699067 C 15.379825,5.422091 15.812443,7.2085862 15.133929,8.5013282 C 14.455494,9.7938781 13.440256,10.149333 10.077808,10.461485"
+ style="font-size:12px;opacity:0.29508197;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3652"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ transform="matrix(1.6183137e-2,0,0,3.6346517e-2,6.7500025,-17.459251)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path11337"
+ style="opacity:0.74096386;fill:url(#radialGradient11339);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <g
+ id="g8049"
+ transform="translate(1.4374996,-5.0443806)">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.74096386;fill:url(#radialGradient8057);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ id="path8025"
+ sodipodi:cx="401"
+ sodipodi:cy="675.86218"
+ sodipodi:rx="186"
+ sodipodi:ry="70.5"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ transform="matrix(1.6183137e-2,0,0,3.6346517e-2,5.6394795,-12.547046)" />
+ <path
+ id="path8027"
+ style="font-size:12px;opacity:0.85;fill:url(#linearGradient8059);fill-rule:evenodd;stroke:none;stroke-width:0.99999981pt"
+ d="M 10.579022,9.8269305 C 10.422173,9.6270862 10.703156,7.5469745 11.638605,7.0129195 C 12.575555,6.4076601 13.54591,7.15362 13.54591,7.15362 C 13.54591,7.15362 12.74582,7.1525739 11.797794,8.0331757 C 10.929605,8.7836526 10.662158,10.09316 10.579022,9.8269305 z " />
+ <path
+ transform="matrix(0.6666667,0,0,0.5714286,13.729167,3.8300948)"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ sodipodi:ry="7"
+ sodipodi:rx="4.5"
+ sodipodi:cy="10"
+ sodipodi:cx="-2.5"
+ id="path8029"
+ style="fill:url(#radialGradient8061);fill-opacity:1;stroke:url(#linearGradient8063);stroke-width:1.62018502;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <ellipse
+ sodipodi:ry="40.120605"
+ sodipodi:rx="41.394272"
+ sodipodi:cy="257.91602"
+ sodipodi:cx="354.71704"
+ id="ellipse8031"
+ style="font-size:12px;fill:url(#radialGradient8065);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15.42423153;stroke-miterlimit:4;stroke-dasharray:none"
+ transform="matrix(3.6236896e-2,0,0,3.7387271e-2,-0.7913448,0.9016045)"
+ ry="40.120605"
+ rx="41.394272"
+ cy="257.91602"
+ cx="354.71704" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient8067);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ id="path8033"
+ sodipodi:cx="161.92746"
+ sodipodi:cy="47.049946"
+ sodipodi:rx="12.020815"
+ sodipodi:ry="21.566757"
+ d="M 173.94827 47.049946 A 12.020815 21.566757 0 1 1 149.90664,47.049946 A 12.020815 21.566757 0 1 1 173.94827 47.049946 z"
+ transform="matrix(0.1247835,0,0,0.1022637,-8.1433812,3.4383753)" />
+ <path
+ transform="matrix(0.4444444,0,0,0.4285714,13.173611,5.2586662)"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ sodipodi:ry="7"
+ sodipodi:rx="4.5"
+ sodipodi:cy="10"
+ sodipodi:cx="-2.5"
+ id="path8035"
+ style="opacity:0.48633878;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.29128766;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ </g>
+ <path
+ transform="matrix(1.6183137e-2,0,0,3.6346517e-2,2.0769797,-17.591427)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path6241"
+ style="opacity:0.74096386;fill:url(#radialGradient3791);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ style="opacity:0.09174314;fill:url(#radialGradient2485);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ d="M 11.70818,16.422381 C 10.856681,17.465438 9.3940971,18.15312 7.7319343,18.15312 C 6.0981076,18.15312 4.6548793,17.488417 3.7974854,16.47511 C 4.1447197,18.259145 5.7823332,19.610912 7.7486526,19.610911 C 9.734437,19.610911 11.383411,18.232624 11.70818,16.422381 z "
+ id="path10508" />
+ <path
+ d="M 7.016522,4.78255 C 6.8596733,4.5827057 7.140656,2.502594 8.0761055,1.968539 C 9.0130553,1.3632796 9.9834099,2.1092395 9.9834099,2.1092395 C 9.9834099,2.1092395 9.1833202,2.1081934 8.2352945,2.9887952 C 7.3671048,3.7392721 7.099658,5.0487798 7.016522,4.78255 z "
+ style="font-size:12px;opacity:0.85;fill:url(#linearGradient3769);fill-rule:evenodd;stroke:none;stroke-width:0.99999981pt"
+ id="path10369" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3787);fill-opacity:1;stroke:url(#linearGradient3789);stroke-width:1.62018502;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3676"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.6666667,0,0,0.5714286,10.166667,-1.2142857)" />
+ <ellipse
+ cx="354.71704"
+ cy="257.91602"
+ rx="41.394272"
+ ry="40.120605"
+ transform="matrix(3.6236896e-2,0,0,3.7387271e-2,-4.3538446,-4.142776)"
+ style="font-size:12px;fill:url(#radialGradient3785);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15.42423153;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse3698"
+ sodipodi:cx="354.71704"
+ sodipodi:cy="257.91602"
+ sodipodi:rx="41.394272"
+ sodipodi:ry="40.120605" />
+ <path
+ transform="matrix(0.1247835,0,0,0.1022637,-11.705881,-1.6060052)"
+ d="M 173.94827 47.049946 A 12.020815 21.566757 0 1 1 149.90664,47.049946 A 12.020815 21.566757 0 1 1 173.94827 47.049946 z"
+ sodipodi:ry="21.566757"
+ sodipodi:rx="12.020815"
+ sodipodi:cy="47.049946"
+ sodipodi:cx="161.92746"
+ id="path10387"
+ style="fill:url(#radialGradient3783);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.48633878;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.29128766;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3828"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.4444444,0,0,0.4285714,9.6111112,0.2142857)" />
+ <path
+ style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#777c6d;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 17.5,7.5 C 15.292,7.5 13.5,9.2920001 13.5,11.5 C 13.5,12.506924 13.322645,12.484105 13.9375,13.1875 L 11.5625,15.5 L 17.5,15.5 C 19.708,15.5 21.5,13.708 21.5,11.5 C 21.5,9.292 19.708,7.5000001 17.5,7.5 z "
+ id="path3216"
+ sodipodi:nodetypes="cscccsc" />
+ <path
+ d="M 20.440975,11.900668 C 19.840162,14.50766 17.89322,14.387593 15.540044,14.502797 C 15.881756,13.75989 14.148338,12.71299 14.545275,10.567038 C 14.871126,9.1038364 16.45622,8.2150444 18.083441,8.5831284 C 19.710652,8.9512104 20.766827,10.437468 20.440975,11.900668 z "
+ style="font-size:12px;opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3795"
+ sodipodi:nodetypes="cccsc" />
+ <rect
+ style="opacity:1;fill:#424545;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect10978"
+ width="1"
+ height="1"
+ x="17"
+ y="13"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#424545;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect10980"
+ width="1"
+ height="3"
+ x="17"
+ y="9"
+ rx="0"
+ ry="0" />
+ </g>
+</svg>
Added: trunk/data/pixmaps/24x24/gossip.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/pixmaps/32x32/gossip.png
==============================================================================
Binary files. No diff available.
Added: trunk/data/pixmaps/32x32/gossip.svg
==============================================================================
--- (empty file)
+++ trunk/data/pixmaps/32x32/gossip.svg Thu Feb 14 22:27:36 2008
@@ -0,0 +1,730 @@
+<?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="32"
+ height="32"
+ id="svg4811"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ version="1.0"
+ sodipodi:docbase="/home/andreas/imendio/gossip/32x32/apps"
+ sodipodi:docname="gossip.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/andreas/imendio/gossip/32x32/apps/gossip.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4813">
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8377543,-2.139761e-7,9.6744259e-8,0.4751244,15.26523,119.87447)"
+ r="58.689861"
+ fy="206.1393"
+ fx="94.037064"
+ cy="206.1393"
+ cx="94.037064"
+ id="radialGradient8704"
+ xlink:href="#linearGradient10428"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient10428">
+ <stop
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0"
+ id="stop10430" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop10432" />
+ </linearGradient>
+ <radialGradient
+ r="58.689861"
+ fy="206.1393"
+ fx="94.037064"
+ cy="206.1393"
+ cx="94.037064"
+ gradientTransform="matrix(0.8377543,-2.139761e-7,9.6744259e-8,0.4751244,15.26523,119.87447)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient9456"
+ xlink:href="#linearGradient10428"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient9440"
+ inkscape:collect="always">
+ <stop
+ id="stop9442"
+ offset="0"
+ style="stop-color:#173664;stop-opacity:1" />
+ <stop
+ style="stop-color:#225094;stop-opacity:1"
+ offset="0.65629578"
+ id="stop9448" />
+ <stop
+ id="stop9444"
+ offset="1"
+ style="stop-color:#1d447d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9440"
+ id="linearGradient2529"
+ gradientUnits="userSpaceOnUse"
+ x1="78.842407"
+ y1="130.48856"
+ x2="91.954872"
+ y2="176.55254"
+ gradientTransform="matrix(0.1303003,0,0,0.1302093,-1.6040142,-1.0099359)" />
+ <linearGradient
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ id="linearGradient9046"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0">
+ <stop
+ id="stop9048"
+ offset="0.000000"
+ style="stop-color:#8fb1de;stop-opacity:1" />
+ <stop
+ id="stop9050"
+ offset="1.000000"
+ style="stop-color:#1b4887;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9046"
+ id="radialGradient3793"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1637202,0,0,0.396443,-3.8926237,-29.804334)"
+ cx="66.793938"
+ cy="102.09823"
+ fx="66.793938"
+ fy="102.09823"
+ r="80.124489" />
+ <linearGradient
+ id="linearGradient9067"
+ inkscape:collect="always">
+ <stop
+ id="stop9069"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop9071"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9067"
+ id="radialGradient2523"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1861442,3.4165799e-2,-2.453447e-2,0.1334832,-3.7073183,-3.3099411)"
+ cx="60.686848"
+ cy="59.3456"
+ fx="60.686848"
+ fy="59.3456"
+ r="45.8125" />
+ <linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ id="linearGradient9032"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0.000000"
+ id="stop9034" />
+ <stop
+ style="stop-color:#d6d6d6;stop-opacity:1"
+ offset="1.000000"
+ id="stop9036" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9032"
+ id="radialGradient2519"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1303003,0,0,0.1039696,-1.6040142,2.4901934)"
+ cx="204.12776"
+ cy="111.6533"
+ fx="204.12776"
+ fy="111.6533"
+ r="47.005688" />
+ <radialGradient
+ r="186"
+ fy="675.86218"
+ fx="401"
+ cy="675.86218"
+ cx="401"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient11339"
+ xlink:href="#linearGradient2238"
+ inkscape:collect="always" />
+ <filter
+ height="1.5195962"
+ y="-0.25979808"
+ width="1.1969436"
+ x="-0.098471858"
+ id="filter5909"
+ inkscape:collect="always">
+ <feGaussianBlur
+ id="feGaussianBlur5911"
+ stdDeviation="15.263138"
+ inkscape:collect="always" />
+ </filter>
+ <linearGradient
+ id="linearGradient2238"
+ inkscape:collect="always">
+ <stop
+ id="stop2240"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop2242"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2238"
+ id="radialGradient3791"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9073458,1.0097604e-6,-3.2314996e-7,0.379032,37.154558,419.6882)"
+ cx="401"
+ cy="675.86218"
+ fx="401"
+ fy="675.86218"
+ r="186" />
+ <linearGradient
+ id="linearGradient10420"
+ inkscape:collect="always">
+ <stop
+ id="stop10422"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10424"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.3933835,0,0,1,-79.677251,0)"
+ gradientUnits="userSpaceOnUse"
+ r="17"
+ fy="111.50686"
+ fx="199.36073"
+ cy="111.50686"
+ cx="199.36073"
+ id="radialGradient10426"
+ xlink:href="#linearGradient10420"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10488"
+ inkscape:collect="always">
+ <stop
+ id="stop10490"
+ offset="0"
+ style="stop-color:#555753;stop-opacity:1" />
+ <stop
+ id="stop10492"
+ offset="1"
+ style="stop-color:#181b1c;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ gradientTransform="matrix(1.2253538,0.7074583,-0.5,0.8660254,26.552127,-126.89586)"
+ gradientUnits="userSpaceOnUse"
+ r="3.5355339"
+ fy="146.22397"
+ fx="207.01106"
+ cy="146.22397"
+ cx="207.01106"
+ id="radialGradient10494"
+ xlink:href="#linearGradient10488"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient10513"
+ inkscape:collect="always">
+ <stop
+ id="stop10515"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10517"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10513"
+ id="radialGradient2485"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(6.0701039e-3,-7.2317723e-2,7.7693664e-2,6.5122294e-3,-6.7935084,32.667241)"
+ cx="104.61115"
+ cy="218.22229"
+ fx="104.61115"
+ fy="218.22229"
+ r="42.414829" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10343"
+ id="radialGradient3752"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9601022,0,0,1.7941177,-154.54361,-37.363196)"
+ cx="161.45641"
+ cy="41.846905"
+ fx="161.45641"
+ fy="41.846905"
+ r="12.020815" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9999"
+ id="radialGradient3750"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3576011,0,0,0.9692309,-130.77555,7.9358555)"
+ cx="364.89313"
+ cy="273.82373"
+ fx="364.89313"
+ fy="273.82373"
+ r="41.394272" />
+ <linearGradient
+ id="linearGradient3777"
+ inkscape:collect="always">
+ <stop
+ id="stop3779"
+ offset="0"
+ style="stop-color:#797b76;stop-opacity:1" />
+ <stop
+ id="stop3781"
+ offset="1"
+ style="stop-color:#91938f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3777"
+ id="linearGradient3748"
+ gradientUnits="userSpaceOnUse"
+ x1="-2.8958459"
+ y1="14.985028"
+ x2="-2.8750863"
+ y2="6.3317719" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10323"
+ id="radialGradient3746"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1838197,-3.8445922e-2,5.1911508e-2,1.9272351,-0.1290437,-9.9256338)"
+ cx="-2.5"
+ cy="11.338392"
+ fx="-2.5"
+ fy="11.338392"
+ r="4.8929524" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient596"
+ id="linearGradient3744"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(6.209645e-2,0,0,6.3730503e-2,0.3275896,0.8262662)"
+ spreadMethod="pad"
+ x1="212.05606"
+ y1="62.083363"
+ x2="263.46866"
+ y2="120.98656" />
+ <linearGradient
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ id="linearGradient596"
+ y2="0"
+ x2="1"
+ y1="0"
+ x1="0">
+ <stop
+ id="stop597"
+ offset="0.00000000"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop598"
+ offset="1.00000000"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient596"
+ id="linearGradient3769"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.134293e-2,0,0,4.2401238e-2,0.8838908,0.2796441)"
+ spreadMethod="pad"
+ x1="212.05606"
+ y1="62.083363"
+ x2="263.46866"
+ y2="120.98656" />
+ <linearGradient
+ id="linearGradient3771"
+ inkscape:collect="always">
+ <stop
+ id="stop3773"
+ offset="0"
+ style="stop-color:#7e807b;stop-opacity:1" />
+ <stop
+ id="stop3775"
+ offset="1"
+ style="stop-color:#949692;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3771"
+ id="linearGradient3789"
+ gradientUnits="userSpaceOnUse"
+ x1="-2.8958459"
+ y1="14.985028"
+ x2="-2.8750863"
+ y2="6.3317719" />
+ <linearGradient
+ x1="0"
+ y1="0"
+ x2="1"
+ y2="0"
+ id="linearGradient10323"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad">
+ <stop
+ style="stop-color:#f8f8f7;stop-opacity:1"
+ offset="0.000000"
+ id="stop10325" />
+ <stop
+ id="stop10329"
+ offset="0.65853721"
+ style="stop-color:#d9d9d8;stop-opacity:1;" />
+ <stop
+ style="stop-color:#e1e1e1;stop-opacity:1"
+ offset="0.78532833"
+ id="stop10331" />
+ <stop
+ style="stop-color:#efefef;stop-opacity:1"
+ offset="1.000000"
+ id="stop10327" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10323"
+ id="radialGradient3787"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1838197,-3.8445922e-2,5.1911508e-2,1.9272351,-0.1290437,-9.9256338)"
+ cx="-2.5"
+ cy="11.338392"
+ fx="-2.5"
+ fy="11.338392"
+ r="4.8929524" />
+ <linearGradient
+ id="linearGradient9999"
+ inkscape:collect="always">
+ <stop
+ id="stop10001"
+ offset="0"
+ style="stop-color:#565656;stop-opacity:1" />
+ <stop
+ id="stop10003"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9999"
+ id="radialGradient3785"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3576011,0,0,0.9692309,-130.77555,7.9358555)"
+ cx="364.89313"
+ cy="273.82373"
+ fx="364.89313"
+ fy="273.82373"
+ r="41.394272" />
+ <linearGradient
+ id="linearGradient10343"
+ inkscape:collect="always">
+ <stop
+ id="stop10345"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop10347"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10343"
+ id="radialGradient3783"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9601022,0,0,1.7941177,-154.54361,-37.363196)"
+ cx="161.45641"
+ cy="41.846905"
+ fx="161.45641"
+ fy="41.846905"
+ r="12.020815" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="11.313708"
+ inkscape:cx="24.791514"
+ inkscape:cy="10.423649"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ width="32px"
+ height="32px"
+ showgrid="true"
+ inkscape:window-width="872"
+ inkscape:window-height="617"
+ inkscape:window-x="317"
+ inkscape:window-y="249" />
+ <metadata
+ id="metadata4816">
+ <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
+ sodipodi:type="arc"
+ style="opacity:0.40825686;fill:url(#radialGradient8704);fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path8696"
+ sodipodi:cx="94.045204"
+ sodipodi:cy="222.05887"
+ sodipodi:rx="58.689861"
+ sodipodi:ry="23.334524"
+ d="M 152.73507 222.05887 A 58.689861 23.334524 0 1 1 35.355343,222.05887 A 58.689861 23.334524 0 1 1 152.73507 222.05887 z"
+ transform="matrix(0.1303003,0,0,0.116259,-1.6040144,1.7623249)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.40825686;fill:url(#radialGradient9456);fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path9454"
+ sodipodi:cx="94.045204"
+ sodipodi:cy="222.05887"
+ sodipodi:rx="58.689861"
+ sodipodi:ry="23.334524"
+ d="M 152.73507 222.05887 A 58.689861 23.334524 0 1 1 35.355343,222.05887 A 58.689861 23.334524 0 1 1 152.73507 222.05887 z"
+ transform="matrix(0.1803327,0,0,0.1608999,-6.3757244,-8.4837723)" />
+ <path
+ style="fill:url(#linearGradient2529);fill-opacity:1;fill-rule:evenodd;stroke:#193b6b;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 10.268013,14.018849 C 10.777692,14.298011 10.295063,17.923765 10.503484,19.497125 C 10.711905,21.070487 13.229912,23.438709 13.229912,23.438709 L 8.0702855,24.451498 L 6.0893571,16.763497 L 7.148924,11.699543 L 10.268013,14.018849 z "
+ id="path9428"
+ sodipodi:nodetypes="czccccc" />
+ <path
+ d="M 15.96416,21.688667 C 17.843029,23.12936 17.977458,24.058814 17.813042,24.927389 C 17.247228,26.446839 12.554937,31.365748 7.9536627,28.628091 C 2.5152178,25.092458 0.37505259,14.154503 2.2948695,8.582961 C 4.2123221,3.132215 10.361849,0.025782586 18.446271,4.8222389 C 22.347163,7.3410399 23.198247,10.408152 22.121367,12.505941 C 21.04461,14.603422 19.433937,15.884065 14.328304,16.355806 C 9.7783563,16.828746 7.6077249,12.67132 7.1975896,13.805065 C 6.8603372,14.987012 7.5026267,21.960295 9.0634991,23.725926 C 10.731188,24.767446 12.27563,22.461867 12.924755,21.022925 C 13.407873,19.632132 16.000951,21.712999 15.96416,21.688667 z "
+ style="font-size:12px;fill:url(#radialGradient3793);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path2443"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ style="opacity:0.12962964;fill:url(#radialGradient2523);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ d="M 10.142076,4.1070579 C 4.7292593,3.8308429 2.1693294,8.3871129 2.1693297,13.545716 C 2.1693297,14.629123 2.3317324,15.666229 2.6213086,16.634118 C 3.6751262,10.299588 4.4046828,6.4009319 13.326289,6.6161399 C 12.157037,5.8262319 11.587527,4.1070579 10.142076,4.1070579 z "
+ id="path10401"
+ sodipodi:nodetypes="csccc" />
+ <path
+ d="M 15.117223,22.475123 C 17.204853,23.549419 16.97888,23.569433 16.826848,24.354775 C 15.04096,27.370116 12.282124,29.753736 8.4836581,27.810337 C 3.4548318,24.613514 1.4008454,14.00614 3.176063,8.9685064 C 4.7970141,4.6479954 10.367304,1.2443839 17.842816,5.5812059 C 21.449896,7.8586359 22.084797,10.479857 21.089025,12.376622 C 20.093369,14.273105 18.850382,14.875221 14.129298,15.301756 C 11.121605,15.981912 6.5293201,11.198062 6.1500768,12.223163 C 5.8382251,14.659627 6.8998928,22.860977 8.1911201,24.229448 C 10.341527,26.23499 12.662436,23.853197 13.26267,22.552146 C 13.7094,21.29463 15.151244,22.497124 15.117223,22.475123 z "
+ style="font-size:12px;opacity:0.17486339;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3652"
+ sodipodi:nodetypes="ccccccccccc" />
+ <path
+ d="M 31.473567,16.594437 C 30.396121,21.06103 23.506766,21.410905 19.329711,19.868049 C 25.634785,18.383951 20.188899,17.986198 20.900732,14.309512 C 21.485086,11.802591 24.386501,9.9957806 27.30462,10.626424 C 30.222718,11.257063 32.057921,14.087517 31.473567,16.594437 z "
+ style="font-size:12px;fill:url(#radialGradient2519);fill-opacity:1;fill-rule:evenodd;stroke:#8e9386;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path864"
+ sodipodi:nodetypes="cccsc" />
+ <path
+ style="font-size:20.23008537px;font-style:normal;font-weight:normal;fill:#1b1e1f;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ d="M 25.004398,15.888047 C 25.077685,14.719772 24.878757,13.537878 25.139894,12.389214 C 25.404771,11.95983 25.874489,11.972264 26.194599,12.027692 C 26.514706,12.083121 27.074896,12.38243 26.99167,12.761077 C 26.766227,13.873738 26.08626,14.920359 25.633556,16"
+ id="text3823"
+ sodipodi:nodetypes="cczcc" />
+ <path
+ transform="matrix(2.2612111e-2,0,0,5.0830948e-2,9.3947693,-23.938786)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path11337"
+ style="opacity:0.74096386;fill:url(#radialGradient11339);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(2.2612111e-2,0,0,5.0830948e-2,2.8653238,-24.123636)"
+ d="M 587 675.86218 A 186 70.5 0 1 1 215,675.86218 A 186 70.5 0 1 1 587 675.86218 z"
+ sodipodi:ry="70.5"
+ sodipodi:rx="186"
+ sodipodi:cy="675.86218"
+ sodipodi:cx="401"
+ id="path6241"
+ style="opacity:0.74096386;fill:url(#radialGradient3791);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;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;filter:url(#filter5909);enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.59677417;fill:url(#radialGradient10426);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ id="path10418"
+ sodipodi:cx="205.5"
+ sodipodi:cy="115"
+ sodipodi:rx="17"
+ sodipodi:ry="17"
+ d="M 222.5 115 A 17 17 0 1 1 188.5,115 A 17 17 0 1 1 222.5 115 z"
+ transform="matrix(0.1898381,0,0,0.1368006,-13.873916,-2.0576846)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient10494);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ id="path10486"
+ sodipodi:cx="208.06618"
+ sodipodi:cy="147.28233"
+ sodipodi:rx="3.5355339"
+ sodipodi:ry="3.5355339"
+ d="M 211.60171 147.28233 A 3.5355339 3.5355339 0 1 1 204.53064,147.28233 A 3.5355339 3.5355339 0 1 1 211.60171 147.28233 z"
+ transform="matrix(0.2828427,0,0,0.2828427,-33.849999,-23.657733)" />
+ <path
+ style="opacity:0.09174314;fill:url(#radialGradient2485);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ d="M 16.32265,23.444997 C 15.132883,24.903721 13.089267,25.865452 10.766787,25.865452 C 8.4839002,25.865452 6.4673296,24.935859 5.2693241,23.518739 C 5.7545021,26.013729 8.04268,27.904187 10.790147,27.904186 C 13.564811,27.904186 15.868863,25.976638 16.32265,23.444997 z "
+ id="path10508" />
+ <g
+ id="g3732"
+ transform="matrix(0.6657719,0,0,0.6481038,7.5201325,-0.1202605)">
+ <path
+ id="path3734"
+ style="font-size:12px;opacity:0.85;fill:url(#linearGradient3744);fill-rule:evenodd;stroke:none;stroke-width:0.99999981pt"
+ d="M 13.670135,11.177569 C 13.340962,10.757496 13.930651,6.3850854 15.893851,5.2624976 C 17.860198,3.9902386 19.896652,5.5582516 19.896652,5.5582516 C 19.896652,5.5582516 18.217528,5.5560527 16.227936,7.4070844 C 14.405893,8.9845911 13.84461,11.737186 13.670135,11.177569 z " />
+ <path
+ transform="matrix(1.3333333,0,0,1.2142856,19.833333,-1.1428552)"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ sodipodi:ry="7"
+ sodipodi:rx="4.5"
+ sodipodi:cy="10"
+ sodipodi:cx="-2.5"
+ id="path3736"
+ style="opacity:1;fill:url(#radialGradient3746);fill-opacity:1;stroke:url(#linearGradient3748);stroke-width:1.19642425;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <ellipse
+ sodipodi:ry="40.120605"
+ sodipodi:rx="41.394272"
+ sodipodi:cy="257.91602"
+ sodipodi:cx="354.71704"
+ id="ellipse3738"
+ style="font-size:12px;fill:url(#radialGradient3750);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15.42423153;stroke-miterlimit:4;stroke-dasharray:none"
+ transform="matrix(7.2571197e-2,0,0,7.4774544e-2,-10.001312,-5.299256)"
+ ry="40.120605"
+ rx="41.394272"
+ cy="257.91602"
+ cx="354.71704" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3752);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ id="path3740"
+ sodipodi:cx="161.92746"
+ sodipodi:cy="47.049946"
+ sodipodi:rx="12.020815"
+ sodipodi:ry="21.566757"
+ d="M 173.94827 47.049946 A 12.020815 21.566757 0 1 1 149.90664,47.049946 A 12.020815 21.566757 0 1 1 173.94827 47.049946 z"
+ transform="matrix(0.3709965,0,0,0.2149591,-43.614844,-1.4778433)" />
+ <path
+ transform="matrix(0.7510082,0,0,0.7353701,2.9737883,3.7048174)"
+ d="M 17 13 A 1 1 0 1 1 15,13 A 1 1 0 1 1 17 13 z"
+ sodipodi:ry="1"
+ sodipodi:rx="1"
+ sodipodi:cy="13"
+ sodipodi:cx="16"
+ id="path3742"
+ style="opacity:1;fill:#e4e4e3;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ sodipodi:type="arc" />
+ </g>
+ <path
+ d="M 9.7671673,7.1665829 C 9.5480083,6.8870989 9.9406153,3.9780429 11.247685,3.2311619 C 12.556851,2.3847009 13.912693,3.4279329 13.912693,3.4279329 C 13.912693,3.4279329 12.794756,3.4264699 11.470114,4.6579999 C 10.257024,5.7075489 9.8833303,7.5389079 9.7671673,7.1665829 z "
+ style="font-size:12px;opacity:0.85;fill:url(#linearGradient3769);fill-rule:evenodd;stroke:none;stroke-width:0.99999981pt"
+ id="path10369" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.48633878;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.52752507;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3839"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.6666667,0,0,0.6428571,20.166667,0.5714287)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient3787);fill-opacity:1;stroke:url(#linearGradient3789);stroke-width:1.19658589;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3676"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.8888889,0,0,0.7857143,13.722222,-0.857143)" />
+ <ellipse
+ cx="354.71704"
+ cy="257.91602"
+ rx="41.394272"
+ ry="40.120605"
+ transform="matrix(4.8252018e-2,0,0,4.9749069e-2,-6.1131702,-3.8351189)"
+ style="font-size:12px;fill:url(#radialGradient3785);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:15.42423153;stroke-miterlimit:4;stroke-dasharray:none"
+ id="ellipse3698"
+ sodipodi:cx="354.71704"
+ sodipodi:cy="257.91602"
+ sodipodi:rx="41.394272"
+ sodipodi:ry="40.120605" />
+ <path
+ transform="matrix(0.2470042,0,0,0.1430168,-28.372354,-1.2533281)"
+ d="M 173.94827 47.049946 A 12.020815 21.566757 0 1 1 149.90664,47.049946 A 12.020815 21.566757 0 1 1 173.94827 47.049946 z"
+ sodipodi:ry="21.566757"
+ sodipodi:rx="12.020815"
+ sodipodi:cy="47.049946"
+ sodipodi:cx="161.92746"
+ id="path10387"
+ style="fill:url(#radialGradient3783);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;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;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#e4e4e3;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3709"
+ sodipodi:cx="16"
+ sodipodi:cy="13"
+ sodipodi:rx="1"
+ sodipodi:ry="1"
+ d="M 17 13 A 1 1 0 1 1 15,13 A 1 1 0 1 1 17 13 z"
+ transform="matrix(0.5,0,0,0.5,2.5,2)" />
+ <path
+ d="M 30.414188,16.255865 C 29.540684,19.901768 26.040949,19.831866 22.8125,19.374918 C 24.725534,17.924524 21.265525,17.391905 21.842619,14.390771 C 22.316363,12.34447 24.620879,11.101487 26.986645,11.616256 C 29.352395,12.131021 30.887933,14.209566 30.414188,16.255865 z "
+ style="font-size:12px;opacity:0.53551911;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3795"
+ sodipodi:nodetypes="cccsc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.48633878;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.52752507;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="path3828"
+ sodipodi:cx="-2.5"
+ sodipodi:cy="10"
+ sodipodi:rx="4.5"
+ sodipodi:ry="7"
+ d="M 2 10 A 4.5 7 0 1 1 -7,10 A 4.5 7 0 1 1 2 10 z"
+ transform="matrix(0.6666667,0,0,0.6428572,13.166667,0.5714284)" />
+ </g>
+</svg>
Modified: trunk/data/pixmaps/48x48/gossip.png
==============================================================================
Binary files. No diff available.
Modified: trunk/data/pixmaps/Makefile.am
==============================================================================
--- trunk/data/pixmaps/Makefile.am (original)
+++ trunk/data/pixmaps/Makefile.am Thu Feb 14 22:27:36 2008
@@ -21,6 +21,9 @@
icon22dir = $(datadir)/icons/hicolor/22x22/apps
icon22_DATA = 22x22/gossip.png
+icon24dir = $(datadir)/icons/hicolor/24x24/apps
+icon24_DATA = 24x24/gossip.png
+
icon32dir = $(datadir)/icons/hicolor/32x32/apps
icon32_DATA = 32x32/gossip.png
@@ -46,9 +49,8 @@
EXTRA_DIST = \
$(icon16_DATA) \
$(icon22_DATA) \
+ $(icon24_DATA) \
$(icon32_DATA) \
$(icon48_DATA) \
$(svgicon_DATA) \
$(image_DATA)
-
-
Modified: trunk/data/pixmaps/gossip-logo.png
==============================================================================
Binary files. No diff available.
Modified: trunk/data/pixmaps/gossip.svg
==============================================================================
Binary files. No diff available.
Modified: trunk/data/svg/gossip.svg
==============================================================================
Binary files. No diff available.
Modified: trunk/src/gossip-ui-utils.c
==============================================================================
--- trunk/src/gossip-ui-utils.c (original)
+++ trunk/src/gossip-ui-utils.c Thu Feb 14 22:27:36 2008
@@ -458,9 +458,9 @@
void
gossip_window_set_default_icon_name (const gchar *name)
{
-#ifdef HAVE_PLATFORM_X11
+#ifndef GDK_WINDOWING_QUARTZ
gtk_window_set_default_icon_name (name);
-#elif defined(HAVE_PLATFORM_OSX)
+#else
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
gchar *path;
NSString *tmp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]