* src/images/16x16/gramps-zoom-fit-width.png: delete

* src/images/22x22/gramps-zoom-fit-width.png:
	* src/images/22x22/gramps-zoom-in.png:
	* src/images/22x22/gramps-zoom-out.png:
	* src/images/22x22/gramps-zoom-best-fit.png:
	* src/images/48x48/gramps-zoom-fit-width.png:
	* src/images/48x48/gramps-zoom-out.png:
	* src/images/48x48/gramps-zoom-in.png:
	* src/images/48x48/gramps-zoom-best-fit.png:
	* src/images/scalable/gramps-zoom-best-fit.svg:
	* src/images/scalable/gramps-zoom-fit-width.svg:
	* src/images/scalable/gramps-zoom-out.svg:
	* src/images/scalable/gramps-zoom-in.svg:
	* src/gramps_main.py:
	* src/docgen/GtkPrint.py:
	GUI consistency, all preview scaling icons equal style. When Tango icons
	are finished for this, we will use those, now based on Gnome icons.

2007-09-06  Benny Malengier <benny.malengier@gramps-project.org> 


svn: r8933
This commit is contained in:
Benny Malengier 2007-09-06 21:01:48 +00:00
parent 2ea3c4d5a1
commit 4efde19846
16 changed files with 2342 additions and 192 deletions

View File

@ -1,3 +1,22 @@
2007-09-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/images/16x16/gramps-zoom-fit-width.png: delete
* src/images/22x22/gramps-zoom-fit-width.png:
* src/images/22x22/gramps-zoom-in.png:
* src/images/22x22/gramps-zoom-out.png:
* src/images/22x22/gramps-zoom-best-fit.png:
* src/images/48x48/gramps-zoom-fit-width.png:
* src/images/48x48/gramps-zoom-out.png:
* src/images/48x48/gramps-zoom-in.png:
* src/images/48x48/gramps-zoom-best-fit.png:
* src/images/scalable/gramps-zoom-best-fit.svg:
* src/images/scalable/gramps-zoom-fit-width.svg:
* src/images/scalable/gramps-zoom-out.svg:
* src/images/scalable/gramps-zoom-in.svg:
* src/gramps_main.py:
* src/docgen/GtkPrint.py:
GUI consistency, all preview scaling icons equal style. When Tango icons
are finished for this, we will use those, now based on Gnome icons.
2007-09-06 Benny Malengier <benny.malengier@gramps-project.org> 2007-09-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/images/48x48/gramps-font.png: * src/images/48x48/gramps-font.png:
* src/images/scalable/gramps-font.png: * src/images/scalable/gramps-font.png:

View File

@ -135,8 +135,11 @@ class PrintPreview:
self._zoom_fit_width_button = window_xml.get_widget('zoom_fit_width') self._zoom_fit_width_button = window_xml.get_widget('zoom_fit_width')
self._zoom_fit_width_button.set_stock_id('gramps-zoom-fit-width') self._zoom_fit_width_button.set_stock_id('gramps-zoom-fit-width')
self._zoom_best_fit_button = window_xml.get_widget('zoom_best_fit') self._zoom_best_fit_button = window_xml.get_widget('zoom_best_fit')
self._zoom_best_fit_button.set_stock_id('gramps-zoom-best-fit')
self._zoom_in_button = window_xml.get_widget('zoom_in') self._zoom_in_button = window_xml.get_widget('zoom_in')
self._zoom_in_button.set_stock_id('gramps-zoom-in')
self._zoom_out_button = window_xml.get_widget('zoom_out') self._zoom_out_button = window_xml.get_widget('zoom_out')
self._zoom_out_button.set_stock_id('gramps-zoom-out')
# connect the signals # connect the signals
window_xml.signal_autoconnect({ window_xml.signal_autoconnect({

View File

@ -125,7 +125,10 @@ def register_stock_icons ():
('gramps-tools',_('Tools'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-tools',_('Tools'),gtk.gdk.CONTROL_MASK,0,''),
('gramps-unlock',_('Private'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-unlock',_('Private'),gtk.gdk.CONTROL_MASK,0,''),
('gramps-viewmedia',_('View'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-viewmedia',_('View'),gtk.gdk.CONTROL_MASK,0,''),
('gramps-zoom-in',_('Zoom In'),gtk.gdk.CONTROL_MASK,0,''),
('gramps-zoom-out',_('Zoom Out'),gtk.gdk.CONTROL_MASK,0,''),
('gramps-zoom-fit-width',_('Fit Width'),gtk.gdk.CONTROL_MASK,0,''), ('gramps-zoom-fit-width',_('Fit Width'),gtk.gdk.CONTROL_MASK,0,''),
('gramps-zoom-best-fit',_('Fit Page'),gtk.gdk.CONTROL_MASK,0,''),
] ]
# the following icons are not yet in new directory structure # the following icons are not yet in new directory structure
# they should be ported in the near future # they should be ported in the near future

Binary file not shown.

Before

Width:  |  Height:  |  Size: 847 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,578 @@
<?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"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/benny/programms/gramps/myicons/48x48/gramps-zoom-best-fit.png"
sodipodi:docname="gramps-zoom-best-fit.svg"
sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable"
inkscape:version="0.45"
sodipodi:version="0.32"
id="svg249"
height="48.000000px"
width="48.000000px"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="TRUE">
<defs
id="defs3">
<linearGradient
id="linearGradient2843">
<stop
style="stop-color:#eeeeec;stop-opacity:1"
offset="0"
id="stop2845" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
id="stop2847" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient23434">
<stop
style="stop-color:#2e3436"
offset="0"
id="stop23436" />
<stop
style="stop-color:#555753"
offset="1"
id="stop23438" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient19914">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop19916" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop19918" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient19900">
<stop
style="stop-color:#888a85"
offset="0"
id="stop19902" />
<stop
style="stop-color:#d3d7cf"
offset="1"
id="stop19904" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient11102">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop11104" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop11106" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4952">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4954" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4956" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4931">
<stop
style="stop-color:#babdb6;stop-opacity:1;"
offset="0"
id="stop4933" />
<stop
style="stop-color:#888a85"
offset="1"
id="stop4935" />
</linearGradient>
<linearGradient
id="linearGradient4919">
<stop
style="stop-color:#429eff;stop-opacity:1;"
offset="0"
id="stop4921" />
<stop
style="stop-color:#0044a7;stop-opacity:1;"
offset="1"
id="stop4923" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2980">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2982" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2984" />
</linearGradient>
<linearGradient
id="linearGradient2609"
inkscape:collect="always">
<stop
id="stop2611"
offset="0"
style="stop-color:#ffffff;stop-opacity:1" />
<stop
id="stop2613"
offset="1"
style="stop-color:#eeeeec" />
</linearGradient>
<linearGradient
id="linearGradient2617">
<stop
id="stop2619"
offset="0"
style="stop-color:#fbfbfa;stop-opacity:1;" />
<stop
id="stop2621"
offset="1"
style="stop-color:#d3d7cf" />
</linearGradient>
<linearGradient
id="linearGradient2690"
inkscape:collect="always">
<stop
id="stop2692"
offset="0"
style="stop-color:#2e3436" />
<stop
id="stop2694"
offset="1"
style="stop-color:#555753" />
</linearGradient>
<linearGradient
id="linearGradient2698">
<stop
id="stop2700"
offset="0"
style="stop-color:#555753" />
<stop
style="stop-color:#a3a5a2;stop-opacity:1;"
offset="0.70238096"
id="stop2706" />
<stop
id="stop2702"
offset="1"
style="stop-color:#888a85" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2609"
id="radialGradient1409"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.294293e-16,1.143443,-1.247217,-1.248581e-6,41.735,-54.25682)"
cx="45.094624"
cy="-2.6936908"
fx="45.094624"
fy="-2.6936908"
r="10.498367" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2617"
id="radialGradient1411"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.928248e-11,-1.686609,1.66336,-1.770202e-15,41.65431,111.7396)"
cx="59.787472"
cy="10.901535"
fx="59.787472"
fy="10.901535"
r="10.55559" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2698"
id="linearGradient1421"
gradientUnits="userSpaceOnUse"
x1="81.332451"
y1="55.106758"
x2="82.919647"
y2="53.511261" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2690"
id="linearGradient1423"
gradientUnits="userSpaceOnUse"
x1="81.096306"
y1="57.148193"
x2="83.629295"
y2="54.615208" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4919"
id="radialGradient4925"
cx="17.062258"
cy="28.851427"
fx="17.062258"
fy="28.851427"
r="13.5"
gradientTransform="matrix(1.459545,-9.027299e-15,-5.118666e-17,1.345339,-7.403138,-10.82184)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4931"
id="linearGradient4937"
x1="54.1129"
y1="12.846775"
x2="50.079948"
y2="-3.8813655"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4952"
id="radialGradient4960"
cx="16.829521"
cy="24.743624"
fx="16.829521"
fy="24.743624"
r="16.924615"
gradientTransform="matrix(2.231289,-0.597872,0.530253,1.979013,-30.74857,-16.49764)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11102"
id="radialGradient11108"
cx="8.0402098"
cy="9.5280285"
fx="8.0402098"
fy="9.5280285"
r="9.8125"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946826,-1.897043e-16,1.897043e-16,0.946826,0.469351,0.499261)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19900"
id="linearGradient19906"
x1="40.25"
y1="41"
x2="43.0625"
y2="38.434578"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19914"
id="linearGradient19920"
x1="33.985317"
y1="32.045906"
x2="37.211494"
y2="35.272079"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23426"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.34,1.362626e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23432"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,-4.196543e-16,-3.619011e-17,0.34,1.860387e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient23434"
id="linearGradient23440"
x1="55.878288"
y1="12.472493"
x2="52.5"
y2="-4.6213989"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2843"
id="linearGradient2849"
x1="17.25"
y1="12.5625"
x2="21"
y2="28.4375"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
inkscape:window-y="88"
inkscape:window-x="192"
inkscape:window-height="570"
inkscape:window-width="748"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="false"
inkscape:current-layer="layer5"
inkscape:cy="14.5"
inkscape:cx="24.5"
inkscape:zoom="4.3218391"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="1"
bordercolor="#666666"
pagecolor="#b6b6b6"
id="base"
inkscape:showpageshadow="false"
showborder="true"
showguides="false"
inkscape:guide-bbox="true"
inkscape:grid-points="true"
gridspacingx="0.5px"
gridspacingy="0.5px"
gridempspacing="2"
fill="#729fcf"
stroke="#2e3436">
<sodipodi:guide
orientation="horizontal"
position="28"
id="guide1415" />
<sodipodi:guide
orientation="vertical"
position="19"
id="guide1417" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Find</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>document</rdf:li>
<rdf:li>search</rdf:li>
<rdf:li>find</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:creator>
<cc:Agent>
<dc:title>Lapo Calamandrei</dc:title>
</cc:Agent>
</dc:creator>
<dc:source />
<dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:contributor>
<dc:date>2006-04-21</dc:date>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Shadow" />
<g
style="display:inline"
inkscape:groupmode="layer"
inkscape:label="Base"
id="layer1" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Text"
style="display:inline">
<g
transform="translate(-12.26513,47.49999)"
style="display:inline"
inkscape:label="base"
id="g2637" />
<path
sodipodi:type="arc"
style="opacity:0.6;color:#000000;fill:url(#radialGradient4925);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path1425"
sodipodi:cx="17.5"
sodipodi:cy="18.25"
sodipodi:rx="13.5"
sodipodi:ry="13.75"
d="M 31 18.25 A 13.5 13.75 0 1 1 4,18.25 A 13.5 13.75 0 1 1 31 18.25 z"
transform="matrix(1.185185,0,0,1.163637,0.259261,-1.236368)" />
<path
style="opacity:0.5;color:#000000;fill:url(#radialGradient4960);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;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"
d="M 20.430801,3.5 C 11.914639,3.824042 5.1019281,10.849356 5.1019281,19.444373 C 5.1019281,21.861291 6.5050447,24.166163 7.5932363,26.15625 C 7.1211653,20.728065 9.4598537,19.543069 11.012791,20.025177 C 15.724296,21.487861 23.900134,22.817382 32.299922,18.431707 C 35.244588,16.894246 36.961785,20.661175 36.844126,17.275469 C 35.904686,9.4808807 29.114153,3.5000001 21.046301,3.5 C 20.840021,3.5 20.635189,3.492223 20.430801,3.5 z "
id="path4939"
sodipodi:nodetypes="cscsscsc" />
<path
transform="matrix(1.6,0,0,1.6,-63,12.8)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2607"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1411);stroke-width:1.87499988;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.04705882;color:#000000;fill:url(#radialGradient23432);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"
id="path23418"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(0.98756,0.175983,-0.12162,0.682489,11.58742,17.92885)" />
<g
transform="matrix(1.544052,0,0,1.536016,-85.57756,-44.44515)"
id="g2708">
<path
style="color:#000000;fill:url(#linearGradient1421);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1423);stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 76.796351,49.768459 L 77.443998,53.023634 L 82.625171,58.237128 C 82.817674,58.430832 83.596641,58.55743 84.56811,57.580878 C 85.53958,56.604326 85.463684,55.876998 85.215757,55.627773 L 80.034584,50.419494 L 76.796351,49.768459 z "
id="path2682"
sodipodi:nodetypes="cczzzcc" />
<path
style="opacity:0.19215686;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 79.567301,51.320041 C 79.564315,51.331245 79.861402,51.644359 79.32201,52.185023 C 78.782611,52.725686 78.314866,52.559011 78.328524,52.545282 L 78.059375,51.023705 L 79.567301,51.320041 z "
id="path2687"
sodipodi:nodetypes="csccc" />
</g>
<path
sodipodi:nodetypes="cczzzcc"
id="path17267"
d="M 34.284644,33.278595 L 34.90721,36.479814 L 42.406806,44.02859 C 42.77564,44.399843 43.340655,44.246496 44.274502,43.312648 C 45.208352,42.3788 45.449128,41.911353 44.985457,41.44495 L 37.485862,33.90116 L 34.284644,33.278595 z "
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient19906);stroke-width:0.99999934;stroke-linecap:round;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" />
<path
style="opacity:0.15294118;color:#000000;fill:url(#linearGradient19920);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 32.831928,31.491641 C 32.5721,31.57915 32.424582,31.851686 32.494166,32.115648 L 33.50745,37.1077 C 33.532728,37.199365 33.582796,37.282377 33.652205,37.347702 L 41.613723,45.363786 C 41.970537,45.720948 42.509181,45.825341 43.157775,45.699789 C 43.80637,45.574237 44.570165,45.162961 45.37735,44.355775 C 46.177873,43.555254 46.590458,42.839054 46.728396,42.195753 C 46.866334,41.552451 46.742411,40.963513 46.390634,40.611736 L 38.380865,32.643653 C 38.302123,32.566369 38.200751,32.515947 38.091355,32.499652 L 33.121437,31.491641 C 33.026862,31.464506 32.926503,31.464506 32.831928,31.491641 z "
id="path19908"
sodipodi:nodetypes="cccccsssccccc" />
<path
transform="matrix(1.65,0,0,1.65,-65.625,12.575)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2605"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1409);stroke-width:0.60606074;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.75,0,0,1.75,-70.875,12.125)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2599"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient23440);stroke-width:0.57142824;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.453172,0,0,1.453175,-55.29154,13.46071)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path4927"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4937);stroke-width:0.68814939;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.16078431;color:#000000;fill:url(#radialGradient11108);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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"
id="path11092"
sodipodi:cx="12.375"
sodipodi:cy="12.9375"
sodipodi:rx="9.8125"
sodipodi:ry="9.8125"
d="M 22.1875 12.9375 A 9.8125 9.8125 0 1 1 2.5625,12.9375 A 9.8125 9.8125 0 1 1 22.1875 12.9375 z"
transform="matrix(1.324842,0,0,1.324842,4.605084,2.859861)" />
<path
sodipodi:type="arc"
style="opacity:0.072;color:#000000;fill:url(#radialGradient23426);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"
id="path2970"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(1.585832,0,0,1.204644,-19.35411,4.31756)" />
<g
id="g2875"
style="opacity:0.7">
<path
sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
id="rect1945"
d="M 12,10.5 C 11.722565,10.5 11.5,10.722565 11.5,11 L 11.5,17.5 L 14.5,17.5 L 14.5,13.5 L 18.5,13.5 L 18.5,10.5 L 12,10.5 z M 23.5,10.5 L 23.5,13.5 L 27.5,13.5 L 27.5,17.5 L 30.5,17.5 L 30.5,11 C 30.5,10.722565 30.277436,10.5 30,10.5 L 23.5,10.5 z M 11.5,22.5 L 11.5,29 C 11.5,29.277435 11.722564,29.5 12,29.5 L 18.5,29.5 L 18.5,26.5 L 14.5,26.5 L 14.5,22.5 L 11.5,22.5 z M 27.5,22.5 L 27.5,26.5 L 23.5,26.5 L 23.5,29.5 L 30,29.5 C 30.277435,29.5 30.5,29.277436 30.5,29 L 30.5,22.5 L 27.5,22.5 z "
style="opacity:1;fill:url(#linearGradient2849);fill-opacity:1.0;stroke:#3465a4;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
style="stroke:white"
id="g2867">
<path
style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 12.5,17 L 12.5,11.5 L 18,11.5"
id="path2851" />
<path
style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 24,11.5 L 30,11.5"
id="path2853" />
<path
style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 28.5,13 L 28.5,17"
id="path2855" />
<path
style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 28.5,23 L 28.5,27.5 L 24.5,27.5 L 24.5,28.5"
id="path2861"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 18,27.5 L 14,27.5"
id="path2863" />
<path
style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 12.5,29 L 12.5,23.5 L 14,23.5"
id="path2865"
sodipodi:nodetypes="ccc" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -9,244 +9,681 @@
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="22"
height="22"
id="svg7360"
sodipodi:version="0.32"
inkscape:version="0.44+devel"
version="1.0"
sodipodi:docbase="/home/andreas/project/misc icons/22x22/actions"
sodipodi:docname="zoom-fit-width.svg"
inkscape:export-filename="/home/andreas/project/misc icons/22x22/actions/zoom-fit-width.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/benny/programms/gramps/myicons/48x48/gramps-zoom-fit-width.png"
sodipodi:docname="gramps-zoom-fit-width.svg"
sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable"
inkscape:version="0.45"
sodipodi:version="0.32"
id="svg249"
height="48.000000px"
width="48.000000px"
inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="TRUE"> sodipodi:modified="TRUE">
<defs <defs
id="defs7362"> id="defs3">
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
id="linearGradient5398"> xlink:href="#linearGradient15493"
id="linearGradient17263"
gradientUnits="userSpaceOnUse"
x1="19"
y1="14.875"
x2="19.65625"
y2="29"
gradientTransform="translate(2,-1)" />
<linearGradient
inkscape:collect="always"
id="linearGradient23434">
<stop <stop
style="stop-color:#729fcf;stop-opacity:1;" style="stop-color:#2e3436"
offset="0" offset="0"
id="stop5400" /> id="stop23436" />
<stop <stop
style="stop-color:#729fcf;stop-opacity:0;" style="stop-color:#555753"
offset="1" offset="1"
id="stop5402" /> id="stop23438" />
</linearGradient> </linearGradient>
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
xlink:href="#linearGradient5398" id="linearGradient19914">
id="linearGradient7413" <stop
gradientUnits="userSpaceOnUse" style="stop-color:#000000;stop-opacity:1;"
x1="-1.650571" offset="0"
y1="229.18515" id="stop19916" />
x2="6.1053252" <stop
y2="250.19063" /> style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop19918" />
</linearGradient>
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
id="linearGradient7659"> id="linearGradient19900">
<stop <stop
style="stop-color:#555753;stop-opacity:1;" style="stop-color:#888a85"
offset="0" offset="0"
id="stop7661" /> id="stop19902" />
<stop <stop
style="stop-color:#555753;stop-opacity:0;" style="stop-color:#d3d7cf"
offset="1" offset="1"
id="stop7663" /> id="stop19904" />
</linearGradient>
<linearGradient
id="linearGradient15493">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop15495" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop15497" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient11102">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop11104" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop11106" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4952">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4954" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4956" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4931">
<stop
style="stop-color:#babdb6;stop-opacity:1;"
offset="0"
id="stop4933" />
<stop
style="stop-color:#888a85"
offset="1"
id="stop4935" />
</linearGradient>
<linearGradient
id="linearGradient4919">
<stop
style="stop-color:#429eff;stop-opacity:1;"
offset="0"
id="stop4921" />
<stop
style="stop-color:#0044a7;stop-opacity:1;"
offset="1"
id="stop4923" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2980">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2982" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2984" />
</linearGradient>
<linearGradient
id="linearGradient2609"
inkscape:collect="always">
<stop
id="stop2611"
offset="0"
style="stop-color:#ffffff;stop-opacity:1" />
<stop
id="stop2613"
offset="1"
style="stop-color:#eeeeec" />
</linearGradient>
<linearGradient
id="linearGradient2617">
<stop
id="stop2619"
offset="0"
style="stop-color:#fbfbfa;stop-opacity:1;" />
<stop
id="stop2621"
offset="1"
style="stop-color:#d3d7cf" />
</linearGradient>
<linearGradient
id="linearGradient2690"
inkscape:collect="always">
<stop
id="stop2692"
offset="0"
style="stop-color:#2e3436" />
<stop
id="stop2694"
offset="1"
style="stop-color:#555753" />
</linearGradient>
<linearGradient
id="linearGradient2698">
<stop
id="stop2700"
offset="0"
style="stop-color:#555753" />
<stop
style="stop-color:#a3a5a2;stop-opacity:1;"
offset="0.70238096"
id="stop2706" />
<stop
id="stop2702"
offset="1"
style="stop-color:#888a85" />
</linearGradient> </linearGradient>
<radialGradient <radialGradient
inkscape:collect="always" inkscape:collect="always"
xlink:href="#linearGradient7659" xlink:href="#linearGradient2609"
id="radialGradient7411" id="radialGradient1409"
gradientUnits="userSpaceOnUse" gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.973425,0,0,0.24,0.401944,173.945)" gradientTransform="matrix(-3.294293e-16,1.143443,-1.247217,-1.248581e-6,41.735,-54.25682)"
cx="15.125" cx="45.094624"
cy="229.39583" cy="-2.6936908"
fx="15.125" fx="45.094624"
fy="229.39583" fy="-2.6936908"
r="9.375" /> r="10.498367" />
<linearGradient
inkscape:collect="always"
id="linearGradient5388">
<stop
style="stop-color:#bcd2e9;stop-opacity:1"
offset="0"
id="stop5390" />
<stop
style="stop-color:#93b6db;stop-opacity:1"
offset="1"
id="stop5392" />
</linearGradient>
<radialGradient <radialGradient
inkscape:collect="always" inkscape:collect="always"
xlink:href="#linearGradient5388" xlink:href="#linearGradient2617"
id="radialGradient7409" id="radialGradient1411"
gradientUnits="userSpaceOnUse" gradientUnits="userSpaceOnUse"
cx="2.96875" gradientTransform="matrix(4.928248e-11,-1.686609,1.66336,-1.770202e-15,41.65431,111.7396)"
cy="240.416" cx="59.787472"
fx="2.96875" cy="10.901535"
fy="240.416" fx="59.787472"
r="8.96875" /> fy="10.901535"
r="10.55559" />
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
id="linearGradient7629"> xlink:href="#linearGradient2698"
<stop id="linearGradient1421"
style="stop-color:#555753;stop-opacity:1" gradientUnits="userSpaceOnUse"
offset="0" x1="81.332451"
id="stop7631" /> y1="55.106758"
<stop x2="82.919647"
style="stop-color:#babdb6;stop-opacity:1" y2="53.511261" />
offset="1"
id="stop7633" />
</linearGradient>
<linearGradient <linearGradient
inkscape:collect="always" inkscape:collect="always"
xlink:href="#linearGradient7629" xlink:href="#linearGradient2690"
id="linearGradient7407" id="linearGradient1423"
gradientUnits="userSpaceOnUse" gradientUnits="userSpaceOnUse"
gradientTransform="translate(235.4321,-644.2117)" x1="81.096306"
x1="-164.73708" y1="57.148193"
y1="182.09869" x2="83.629295"
x2="-162.92517" y2="54.615208" />
y2="182.10544" /> <radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4919"
id="radialGradient4925"
cx="17.062258"
cy="28.851427"
fx="17.062258"
fy="28.851427"
r="13.5"
gradientTransform="matrix(1.459545,-9.027299e-15,-5.118666e-17,1.345339,-7.403138,-10.82184)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4931"
id="linearGradient4937"
x1="54.1129"
y1="12.846775"
x2="50.079948"
y2="-3.8813655"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4952"
id="radialGradient4960"
cx="16.829521"
cy="24.743624"
fx="16.829521"
fy="24.743624"
r="16.924615"
gradientTransform="matrix(2.231289,-0.597872,0.530253,1.979013,-30.74857,-16.49764)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11102"
id="radialGradient11108"
cx="8.0402098"
cy="9.5280285"
fx="8.0402098"
fy="9.5280285"
r="9.8125"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946826,-1.897043e-16,1.897043e-16,0.946826,0.469351,0.499261)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19900"
id="linearGradient19906"
x1="40.25"
y1="41"
x2="43.0625"
y2="38.434578"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19914"
id="linearGradient19920"
x1="33.985317"
y1="32.045906"
x2="37.211494"
y2="35.272079"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23426"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.34,1.362626e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23432"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,-4.196543e-16,-3.619011e-17,0.34,1.860387e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient23434"
id="linearGradient23440"
x1="55.878288"
y1="12.472493"
x2="52.5"
y2="-4.6213989"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient3802"
x1="1.2657912"
y1="7"
x2="12.734209"
y2="7"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient4841"
gradientUnits="userSpaceOnUse"
x1="-10.819022"
y1="22.900841"
x2="-14.17897"
y2="9.1822491" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient4843"
gradientUnits="userSpaceOnUse"
x1="-13.453686"
y1="20.366835"
x2="-14.984488"
y2="8.6080408" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient4845"
gradientUnits="userSpaceOnUse"
x1="-12.285002"
y1="21.281408"
x2="-15.159374"
y2="7.4321613" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient5847"
gradientUnits="userSpaceOnUse"
x1="-12.285002"
y1="21.281408"
x2="-15.159374"
y2="7.4321613"
gradientTransform="matrix(1.3984426,0,0,1.3990094,37.925275,26.566738)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient5850"
gradientUnits="userSpaceOnUse"
x1="-13.453686"
y1="20.366835"
x2="-14.984488"
y2="8.6080408"
gradientTransform="matrix(1.3984426,0,0,1.3990094,37.925275,26.566738)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient5853"
gradientUnits="userSpaceOnUse"
x1="-10.819022"
y1="22.900841"
x2="-14.17897"
y2="9.1822491"
gradientTransform="matrix(1.3984426,0,0,1.3990094,37.925275,26.566738)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient5882"
x1="21.273239"
y1="58.49918"
x2="17.540556"
y2="40.159893"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient5895"
gradientUnits="userSpaceOnUse"
x1="18.652988"
y1="52.746719"
x2="17.441376"
y2="42.738583" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient6885"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2,-1)"
x1="19"
y1="14.875"
x2="19.65625"
y2="29" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient6889"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-12.057374,29.034435)"
x1="19"
y1="14.875"
x2="19.65625"
y2="29" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient7863"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(2,-1)"
x1="19"
y1="14.875"
x2="19.65625"
y2="29" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient7867"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-2.9327799,14.313109)"
x1="19"
y1="14.875"
x2="19.65625"
y2="29" />
</defs> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" inkscape:window-y="16"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="31.672167"
inkscape:cx="14.098689"
inkscape:cy="13.127552"
inkscape:current-layer="draw_zoom"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
width="22px"
height="22px"
inkscape:window-width="1680"
inkscape:window-height="975"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-y="25" /> inkscape:window-height="789"
inkscape:window-width="748"
inkscape:document-units="px"
inkscape:grid-bbox="false"
showgrid="false"
inkscape:current-layer="layer5"
inkscape:cy="24.45218"
inkscape:cx="18.913318"
inkscape:zoom="10.08264"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="1"
bordercolor="#666666"
pagecolor="#b6b6b6"
id="base"
inkscape:showpageshadow="false"
showborder="true"
showguides="false"
inkscape:guide-bbox="true"
inkscape:grid-points="true"
gridspacingx="0.5px"
gridspacingy="0.5px"
gridempspacing="2"
fill="#729fcf"
stroke="#2e3436">
<sodipodi:guide
orientation="horizontal"
position="28"
id="guide1415" />
<sodipodi:guide
orientation="vertical"
position="19"
id="guide1417" />
</sodipodi:namedview>
<metadata <metadata
id="metadata7365"> id="metadata4">
<rdf:RDF> <rdf:RDF>
<cc:Work <cc:Work
rdf:about=""> rdf:about="">
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Find</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>document</rdf:li>
<rdf:li>search</rdf:li>
<rdf:li>find</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:creator>
<cc:Agent>
<dc:title>Lapo Calamandrei</dc:title>
</cc:Agent>
</dc:creator>
<dc:source />
<dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:contributor>
<dc:date>2006-04-21</dc:date>
<dc:description>small change for gramps, fit width</dc:description>
</cc:Work> </cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
<g <g
id="layer1" inkscape:groupmode="layer"
inkscape:label="Layer 1" id="layer6"
inkscape:groupmode="layer"> inkscape:label="Shadow" />
<g <g
id="g7387" style="display:inline"
transform="translate(-1,-1)"> inkscape:groupmode="layer"
inkscape:label="Base"
id="layer1" />
<g <g
inkscape:label="#g18331" inkscape:groupmode="layer"
transform="translate(295.0516,397.0022)" id="layer5"
id="draw_zoom"> inkscape:label="Text"
<rect style="display:inline">
transform="matrix(0.707107,-0.707107,0.707107,0.707107,0,0)" <g
ry="1.4928225" transform="translate(-12.26513,47.49999)"
rx="1.4928225" style="display:inline"
y="-467.01642" inkscape:label="base"
x="70.877777" id="g2637" />
height="9.0625086"
width="2.5000021"
id="rect18273"
style="fill:url(#linearGradient7407);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1.00000107;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path <path
transform="matrix(1.003826,0,0,1,-288.0306,-622.4396)" sodipodi:type="arc"
d="M 11.4375 235.40625 A 8.46875 8.46875 0 1 1 -5.5,235.40625 A 8.46875 8.46875 0 1 1 11.4375 235.40625 z" style="opacity:0.6;color:#000000;fill:url(#radialGradient4925);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;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"
sodipodi:ry="8.46875" id="path1425"
sodipodi:rx="8.46875" sodipodi:cx="17.5"
sodipodi:cy="235.40625" sodipodi:cy="18.25"
sodipodi:cx="2.96875" sodipodi:rx="13.5"
id="path18275" sodipodi:ry="13.75"
style="fill:url(#radialGradient7409);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99809253;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="M 31 18.25 A 13.5 13.75 0 1 1 4,18.25 A 13.5 13.75 0 1 1 31 18.25 z"
sodipodi:type="arc" /> transform="matrix(1.185185,0,0,1.163637,0.259261,-1.236368)" />
<path <path
sodipodi:nodetypes="czccc" style="opacity:0.5;color:#000000;fill:url(#radialGradient4960);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path18277" d="M 20.430801,3.5 C 11.914639,3.824042 5.1019281,10.849356 5.1019281,19.444373 C 5.1019281,21.861291 6.5050447,24.166163 7.5932363,26.15625 C 7.1211653,20.728065 9.4598537,19.543069 11.012791,20.025177 C 15.724296,21.487861 23.900134,22.817382 32.299922,18.431707 C 35.244588,16.894246 36.961785,20.661175 36.844126,17.275469 C 35.904686,9.4808807 29.114153,3.5000001 21.046301,3.5 C 20.840021,3.5 20.635189,3.492223 20.430801,3.5 z "
d="M -292.15418,-386.77986 C -292.15418,-386.77986 -288.74097,-385.87708 -284.98838,-385.87708 C -281.2922,-385.87708 -277.82258,-387.68264 -277.82258,-387.68264 C -277.82258,-387.68264 -278.8839,-394.00208 -284.98838,-394.00208 C -291.88279,-393.88923 -292.15418,-386.77986 -292.15418,-386.77986 z " id="path4939"
style="opacity:0.2857143;fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> sodipodi:nodetypes="cscsscsc" />
<path <path
transform="matrix(0.885609,0,0,0.885612,-287.6784,-595.4806)" transform="matrix(1.6,0,0,1.6,-63,12.8)"
d="M 11.4375 235.40625 A 8.46875 8.46875 0 1 1 -5.5,235.40625 A 8.46875 8.46875 0 1 1 11.4375 235.40625 z" d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="8.46875" sodipodi:ry="10"
sodipodi:rx="8.46875" sodipodi:rx="10"
sodipodi:cy="235.40625" sodipodi:cy="4.5"
sodipodi:cx="2.96875" sodipodi:cx="52.5"
id="path18279" id="path2607"
style="opacity:0.8;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:1.12916505;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1411);stroke-width:1.87499988;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.119412,0,0,1.555533,-300.897,-733.5249)"
d="M 24.875 228.875 A 9.375 2.25 0 1 1 6.125,228.875 A 9.375 2.25 0 1 1 24.875 228.875 z"
sodipodi:ry="2.25"
sodipodi:rx="9.375"
sodipodi:cy="228.875"
sodipodi:cx="15.5"
id="path18281"
style="opacity:0.2;fill:url(#radialGradient7411);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" /> sodipodi:type="arc" />
<path <path
sodipodi:type="arc" sodipodi:type="arc"
style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7413);stroke-width:1.2950778;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" style="opacity:0.04705882;color:#000000;fill:url(#radialGradient23432);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"
id="path5396" id="path23418"
sodipodi:cx="2.96875" sodipodi:cx="28.284271"
sodipodi:cy="235.40625" sodipodi:cy="30.145554"
sodipodi:rx="8.46875" sodipodi:rx="13.258252"
sodipodi:ry="8.46875" sodipodi:ry="4.5078058"
d="M 11.4375 235.40625 A 8.46875 8.46875 0 1 1 -5.5,235.40625 A 8.46875 8.46875 0 1 1 11.4375 235.40625 z" d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(0.770704,0,0,0.773608,-287.3127,-569.1141)" /> transform="matrix(0.98756,0.175983,-0.12162,0.682489,11.58742,17.92885)" />
<g <g
id="g5768" transform="matrix(1.544052,0,0,1.536016,-85.57756,-44.44515)"
style="opacity:0.8;display:inline" id="g2708">
transform="matrix(1.0434783,0,0,1,-292.35595,-393.7522)">
<path <path
id="path5760" style="color:#000000;fill:url(#linearGradient1421);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1423);stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 5.3328369,4 L 2,7 L 5.3328369,10 L 5.3328369,4 z M 8.697421,4 L 8.697421,10 L 12,7 L 8.697421,4 z " d="M 76.796351,49.768459 L 77.443998,53.023634 L 82.625171,58.237128 C 82.817674,58.430832 83.596641,58.55743 84.56811,57.580878 C 85.53958,56.604326 85.463684,55.876998 85.215757,55.627773 L 80.034584,50.419494 L 76.796351,49.768459 z "
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#729fcf;stroke-width:1.46841753;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" id="path2682"
sodipodi:nodetypes="cccccccc" /> sodipodi:nodetypes="cczzzcc" />
<rect <path
ry="0" style="opacity:0.19215686;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
rx="0" d="M 79.567301,51.320041 C 79.564315,51.331245 79.861402,51.644359 79.32201,52.185023 C 78.782611,52.725686 78.314866,52.559011 78.328524,52.545282 L 78.059375,51.023705 L 79.567301,51.320041 z "
y="4.75" id="path2687"
x="5" sodipodi:nodetypes="csccc" />
height="4"
width="4"
id="rect5752"
style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
</g> </g>
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline"
id="rect5754"
width="6"
height="2"
x="-288.30161"
y="-388.0022"
rx="0"
ry="0" />
<path <path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" sodipodi:nodetypes="cczzzcc"
d="M -287.0516,-389.7522 L -290.0516,-386.7522 L -287.0516,-383.7522 L -287.0516,-389.7522" id="path17267"
id="path5756" /> d="M 34.284644,33.278595 L 34.90721,36.479814 L 42.406806,44.02859 C 42.77564,44.399843 43.340655,44.246496 44.274502,43.312648 C 45.208352,42.3788 45.449128,41.911353 44.985457,41.44495 L 37.485862,33.90116 L 34.284644,33.278595 z "
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient19906);stroke-width:0.99999934;stroke-linecap:round;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" />
<path <path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" style="opacity:0.15294118;color:#000000;fill:url(#linearGradient19920);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M -283.0516,-389.7522 L -280.0516,-386.7522 L -283.0516,-383.7522 L -283.0516,-389.7522" d="M 32.831928,31.491641 C 32.5721,31.57915 32.424582,31.851686 32.494166,32.115648 L 33.50745,37.1077 C 33.532728,37.199365 33.582796,37.282377 33.652205,37.347702 L 41.613723,45.363786 C 41.970537,45.720948 42.509181,45.825341 43.157775,45.699789 C 43.80637,45.574237 44.570165,45.162961 45.37735,44.355775 C 46.177873,43.555254 46.590458,42.839054 46.728396,42.195753 C 46.866334,41.552451 46.742411,40.963513 46.390634,40.611736 L 38.380865,32.643653 C 38.302123,32.566369 38.200751,32.515947 38.091355,32.499652 L 33.121437,31.491641 C 33.026862,31.464506 32.926503,31.464506 32.831928,31.491641 z "
id="path5758" /> id="path19908"
</g> sodipodi:nodetypes="cccccsssccccc" />
<path
transform="matrix(1.65,0,0,1.65,-65.625,12.575)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2605"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1409);stroke-width:0.60606074;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.75,0,0,1.75,-70.875,12.125)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2599"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient23440);stroke-width:0.57142824;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.453172,0,0,1.453175,-55.29154,13.46071)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path4927"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4937);stroke-width:0.68814939;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.16078431;color:#000000;fill:url(#radialGradient11108);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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"
id="path11092"
sodipodi:cx="12.375"
sodipodi:cy="12.9375"
sodipodi:rx="9.8125"
sodipodi:ry="9.8125"
d="M 22.1875 12.9375 A 9.8125 9.8125 0 1 1 2.5625,12.9375 A 9.8125 9.8125 0 1 1 22.1875 12.9375 z"
transform="matrix(1.324842,0,0,1.324842,4.605084,2.859861)" />
<path
sodipodi:type="arc"
style="opacity:0.072;color:#000000;fill:url(#radialGradient23426);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"
id="path2970"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(1.585832,0,0,1.204644,-19.35411,4.31756)" />
<g
id="g5889"
transform="translate(2.6778708,-28.861488)"
style="opacity:0.76099997">
<path
id="path3815"
d="M 14.807271,42.567908 L 7.1158365,48.295103 L 14.807271,54.022297 L 14.807271,50.043864 L 22.542406,50.043864 L 22.542406,54.022297 L 30.190139,48.295103 L 22.542406,42.567908 L 22.542406,45.628241 L 14.807271,45.628241 L 14.807271,42.567908 z "
style="opacity:0.76099997;fill:url(#linearGradient5895);fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
<path
sodipodi:nodetypes="ccccc"
id="path3855"
d="M 13.762211,47.062128 L 13.719539,44.600644 L 8.7953966,48.281465 L 13.754604,51.982063 L 13.778262,48.539415"
style="opacity:0.76099997;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
<path
sodipodi:nodetypes="cccc"
id="path3859"
d="M 23.049268,46.628384 L 14.145073,46.534642 M 13.264632,48.923385 L 23.851973,49.036219"
style="opacity:0.76099997;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
<path
sodipodi:nodetypes="ccccc"
id="path3861"
d="M 23.474896,47.136047 L 23.587699,44.670746 L 28.500433,48.308865 L 23.591501,52.001826 L 23.471095,48.594243"
style="opacity:0.76099997;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
</g> </g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,555 @@
<?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"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/benny/programms/gramps/myicons/48x48/gramps-zoom-in.png"
sodipodi:docname="gramps-zoom-in.svg"
sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable"
inkscape:version="0.45"
sodipodi:version="0.32"
id="svg249"
height="48.000000px"
width="48.000000px"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="TRUE">
<defs
id="defs3">
<linearGradient
inkscape:collect="always"
id="linearGradient23434">
<stop
style="stop-color:#2e3436"
offset="0"
id="stop23436" />
<stop
style="stop-color:#555753"
offset="1"
id="stop23438" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient19914">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop19916" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop19918" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient19900">
<stop
style="stop-color:#888a85"
offset="0"
id="stop19902" />
<stop
style="stop-color:#d3d7cf"
offset="1"
id="stop19904" />
</linearGradient>
<linearGradient
id="linearGradient15493">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop15495" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop15497" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient11102">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop11104" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop11106" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4952">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4954" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4956" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4931">
<stop
style="stop-color:#babdb6;stop-opacity:1;"
offset="0"
id="stop4933" />
<stop
style="stop-color:#888a85"
offset="1"
id="stop4935" />
</linearGradient>
<linearGradient
id="linearGradient4919">
<stop
style="stop-color:#429eff;stop-opacity:1;"
offset="0"
id="stop4921" />
<stop
style="stop-color:#0044a7;stop-opacity:1;"
offset="1"
id="stop4923" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2980">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2982" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2984" />
</linearGradient>
<linearGradient
id="linearGradient2609"
inkscape:collect="always">
<stop
id="stop2611"
offset="0"
style="stop-color:#ffffff;stop-opacity:1" />
<stop
id="stop2613"
offset="1"
style="stop-color:#eeeeec" />
</linearGradient>
<linearGradient
id="linearGradient2617">
<stop
id="stop2619"
offset="0"
style="stop-color:#fbfbfa;stop-opacity:1;" />
<stop
id="stop2621"
offset="1"
style="stop-color:#d3d7cf" />
</linearGradient>
<linearGradient
id="linearGradient2690"
inkscape:collect="always">
<stop
id="stop2692"
offset="0"
style="stop-color:#2e3436" />
<stop
id="stop2694"
offset="1"
style="stop-color:#555753" />
</linearGradient>
<linearGradient
id="linearGradient2698">
<stop
id="stop2700"
offset="0"
style="stop-color:#555753" />
<stop
style="stop-color:#a3a5a2;stop-opacity:1;"
offset="0.70238096"
id="stop2706" />
<stop
id="stop2702"
offset="1"
style="stop-color:#888a85" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2609"
id="radialGradient1409"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.294293e-16,1.143443,-1.247217,-1.248581e-6,41.735,-54.25682)"
cx="45.094624"
cy="-2.6936908"
fx="45.094624"
fy="-2.6936908"
r="10.498367" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2617"
id="radialGradient1411"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.928248e-11,-1.686609,1.66336,-1.770202e-15,41.65431,111.7396)"
cx="59.787472"
cy="10.901535"
fx="59.787472"
fy="10.901535"
r="10.55559" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2698"
id="linearGradient1421"
gradientUnits="userSpaceOnUse"
x1="81.332451"
y1="55.106758"
x2="82.919647"
y2="53.511261" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2690"
id="linearGradient1423"
gradientUnits="userSpaceOnUse"
x1="81.096306"
y1="57.148193"
x2="83.629295"
y2="54.615208" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4919"
id="radialGradient4925"
cx="17.062258"
cy="28.851427"
fx="17.062258"
fy="28.851427"
r="13.5"
gradientTransform="matrix(1.459545,-9.027299e-15,-5.118666e-17,1.345339,-7.403138,-10.82184)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4931"
id="linearGradient4937"
x1="54.1129"
y1="12.846775"
x2="50.079948"
y2="-3.8813655"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4952"
id="radialGradient4960"
cx="16.829521"
cy="24.743624"
fx="16.829521"
fy="24.743624"
r="16.924615"
gradientTransform="matrix(2.231289,-0.597872,0.530253,1.979013,-30.74857,-16.49764)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11102"
id="radialGradient11108"
cx="8.0402098"
cy="9.5280285"
fx="8.0402098"
fy="9.5280285"
r="9.8125"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946826,-1.897043e-16,1.897043e-16,0.946826,0.469351,0.499261)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient17263"
gradientUnits="userSpaceOnUse"
x1="19"
y1="14.875"
x2="19.65625"
y2="29"
gradientTransform="translate(2,-1)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19900"
id="linearGradient19906"
x1="40.25"
y1="41"
x2="43.0625"
y2="38.434578"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19914"
id="linearGradient19920"
x1="33.985317"
y1="32.045906"
x2="37.211494"
y2="35.272079"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23426"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.34,1.362626e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23432"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,-4.196543e-16,-3.619011e-17,0.34,1.860387e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient23434"
id="linearGradient23440"
x1="55.878288"
y1="12.472493"
x2="52.5"
y2="-4.6213989"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
inkscape:window-y="0"
inkscape:window-x="514"
inkscape:window-height="791"
inkscape:window-width="929"
inkscape:document-units="px"
inkscape:grid-bbox="false"
showgrid="false"
inkscape:current-layer="layer5"
inkscape:cy="18.63619"
inkscape:cx="43.241382"
inkscape:zoom="10.854545"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="1"
bordercolor="#666666"
pagecolor="#b6b6b6"
id="base"
inkscape:showpageshadow="false"
showborder="true"
showguides="false"
inkscape:guide-bbox="true"
inkscape:grid-points="true"
gridspacingx="0.5px"
gridspacingy="0.5px"
gridempspacing="2"
fill="#729fcf"
stroke="#2e3436">
<sodipodi:guide
orientation="horizontal"
position="28"
id="guide1415" />
<sodipodi:guide
orientation="vertical"
position="19"
id="guide1417" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Find</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>document</rdf:li>
<rdf:li>search</rdf:li>
<rdf:li>find</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:creator>
<cc:Agent>
<dc:title>Lapo Calamandrei</dc:title>
</cc:Agent>
</dc:creator>
<dc:source />
<dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:contributor>
<dc:date>2006-04-21</dc:date>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Shadow" />
<g
style="display:inline"
inkscape:groupmode="layer"
inkscape:label="Base"
id="layer1" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Text"
style="display:inline">
<g
transform="translate(-12.26513,47.49999)"
style="display:inline"
inkscape:label="base"
id="g2637" />
<path
sodipodi:type="arc"
style="opacity:0.6;color:#000000;fill:url(#radialGradient4925);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path1425"
sodipodi:cx="17.5"
sodipodi:cy="18.25"
sodipodi:rx="13.5"
sodipodi:ry="13.75"
d="M 31 18.25 A 13.5 13.75 0 1 1 4,18.25 A 13.5 13.75 0 1 1 31 18.25 z"
transform="matrix(1.185185,0,0,1.163637,0.259261,-1.236368)" />
<path
style="opacity:0.5;color:#000000;fill:url(#radialGradient4960);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;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"
d="M 20.430801,3.5 C 11.914639,3.824042 5.1019281,10.849356 5.1019281,19.444373 C 5.1019281,21.861291 6.5050447,24.166163 7.5932363,26.15625 C 7.1211653,20.728065 9.4598537,19.543069 11.012791,20.025177 C 15.724296,21.487861 23.900134,22.817382 32.299922,18.431707 C 35.244588,16.894246 36.961785,20.661175 36.844126,17.275469 C 35.904686,9.4808807 29.114153,3.5000001 21.046301,3.5 C 20.840021,3.5 20.635189,3.492223 20.430801,3.5 z "
id="path4939"
sodipodi:nodetypes="cscsscsc" />
<path
transform="matrix(1.6,0,0,1.6,-63,12.8)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2607"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1411);stroke-width:1.87499988;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.04705882;color:#000000;fill:url(#radialGradient23432);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"
id="path23418"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(0.98756,0.175983,-0.12162,0.682489,11.58742,17.92885)" />
<g
transform="matrix(1.544052,0,0,1.536016,-85.57756,-44.44515)"
id="g2708">
<path
style="color:#000000;fill:url(#linearGradient1421);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1423);stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 76.796351,49.768459 L 77.443998,53.023634 L 82.625171,58.237128 C 82.817674,58.430832 83.596641,58.55743 84.56811,57.580878 C 85.53958,56.604326 85.463684,55.876998 85.215757,55.627773 L 80.034584,50.419494 L 76.796351,49.768459 z "
id="path2682"
sodipodi:nodetypes="cczzzcc" />
<path
style="opacity:0.19215686;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 79.567301,51.320041 C 79.564315,51.331245 79.861402,51.644359 79.32201,52.185023 C 78.782611,52.725686 78.314866,52.559011 78.328524,52.545282 L 78.059375,51.023705 L 79.567301,51.320041 z "
id="path2687"
sodipodi:nodetypes="csccc" />
</g>
<path
sodipodi:nodetypes="cczzzcc"
id="path17267"
d="M 34.284644,33.278595 L 34.90721,36.479814 L 42.406806,44.02859 C 42.77564,44.399843 43.340655,44.246496 44.274502,43.312648 C 45.208352,42.3788 45.449128,41.911353 44.985457,41.44495 L 37.485862,33.90116 L 34.284644,33.278595 z "
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient19906);stroke-width:0.99999934;stroke-linecap:round;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" />
<path
style="opacity:0.15294118;color:#000000;fill:url(#linearGradient19920);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 32.831928,31.491641 C 32.5721,31.57915 32.424582,31.851686 32.494166,32.115648 L 33.50745,37.1077 C 33.532728,37.199365 33.582796,37.282377 33.652205,37.347702 L 41.613723,45.363786 C 41.970537,45.720948 42.509181,45.825341 43.157775,45.699789 C 43.80637,45.574237 44.570165,45.162961 45.37735,44.355775 C 46.177873,43.555254 46.590458,42.839054 46.728396,42.195753 C 46.866334,41.552451 46.742411,40.963513 46.390634,40.611736 L 38.380865,32.643653 C 38.302123,32.566369 38.200751,32.515947 38.091355,32.499652 L 33.121437,31.491641 C 33.026862,31.464506 32.926503,31.464506 32.831928,31.491641 z "
id="path19908"
sodipodi:nodetypes="cccccsssccccc" />
<path
transform="matrix(1.65,0,0,1.65,-65.625,12.575)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2605"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1409);stroke-width:0.60606074;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.75,0,0,1.75,-70.875,12.125)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2599"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient23440);stroke-width:0.57142824;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.453172,0,0,1.453175,-55.29154,13.46071)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path4927"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4937);stroke-width:0.68814939;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.16078431;color:#000000;fill:url(#radialGradient11108);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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"
id="path11092"
sodipodi:cx="12.375"
sodipodi:cy="12.9375"
sodipodi:rx="9.8125"
sodipodi:ry="9.8125"
d="M 22.1875 12.9375 A 9.8125 9.8125 0 1 1 2.5625,12.9375 A 9.8125 9.8125 0 1 1 22.1875 12.9375 z"
transform="matrix(1.324842,0,0,1.324842,4.605084,2.859861)" />
<g
id="g1399"
style="opacity:0.76078431"
transform="translate(-2.905726e-7,1)">
<path
sodipodi:nodetypes="ccccccccccccc"
id="rect8466"
d="M 18.5,10.5 L 18.5,16.5 L 12.5,16.5 L 12.5,21.5 L 18.5,21.5 L 18.5,27.5 L 23.5,27.5 L 23.5,21.5 L 29.5,21.5 L 29.5,16.5 L 23.5,16.5 L 23.5,10.5 L 18.5,10.5 z "
style="opacity:1;color:#000000;fill:url(#linearGradient17263);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:round;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" />
<path
sodipodi:nodetypes="ccccccccccccc"
id="rect12861"
d="M 19.5,11.5 L 19.5,17.5 L 13.5,17.5 L 13.5,20.5 L 19.5,20.5 L 19.5,26.5 L 22.5,26.5 L 22.5,20.5 L 28.5,20.5 L 28.5,17.5 L 22.5,17.5 L 22.5,11.5 L 19.5,11.5 z "
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:round;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" />
</g>
<path
sodipodi:type="arc"
style="opacity:0.072;color:#000000;fill:url(#radialGradient23426);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"
id="path2970"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(1.585832,0,0,1.204644,-19.35411,4.31756)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,555 @@
<?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"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/benny/programms/gramps/myicons/48x48/gramps-zoom-out.png"
sodipodi:docname="gramps-zoom-out.svg"
sodipodi:docbase="/home/benny/programms/gramps/myicons/scalable"
inkscape:version="0.45"
sodipodi:version="0.32"
id="svg249"
height="48.000000px"
width="48.000000px"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="TRUE">
<defs
id="defs3">
<linearGradient
inkscape:collect="always"
id="linearGradient23434">
<stop
style="stop-color:#2e3436"
offset="0"
id="stop23436" />
<stop
style="stop-color:#555753"
offset="1"
id="stop23438" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient19914">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop19916" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop19918" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient19900">
<stop
style="stop-color:#888a85"
offset="0"
id="stop19902" />
<stop
style="stop-color:#d3d7cf"
offset="1"
id="stop19904" />
</linearGradient>
<linearGradient
id="linearGradient15493">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop15495" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop15497" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient11102">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop11104" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop11106" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4952">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4954" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4956" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4931">
<stop
style="stop-color:#babdb6;stop-opacity:1;"
offset="0"
id="stop4933" />
<stop
style="stop-color:#888a85"
offset="1"
id="stop4935" />
</linearGradient>
<linearGradient
id="linearGradient4919">
<stop
style="stop-color:#429eff;stop-opacity:1;"
offset="0"
id="stop4921" />
<stop
style="stop-color:#0044a7;stop-opacity:1;"
offset="1"
id="stop4923" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2980">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2982" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2984" />
</linearGradient>
<linearGradient
id="linearGradient2609"
inkscape:collect="always">
<stop
id="stop2611"
offset="0"
style="stop-color:#ffffff;stop-opacity:1" />
<stop
id="stop2613"
offset="1"
style="stop-color:#eeeeec" />
</linearGradient>
<linearGradient
id="linearGradient2617">
<stop
id="stop2619"
offset="0"
style="stop-color:#fbfbfa;stop-opacity:1;" />
<stop
id="stop2621"
offset="1"
style="stop-color:#d3d7cf" />
</linearGradient>
<linearGradient
id="linearGradient2690"
inkscape:collect="always">
<stop
id="stop2692"
offset="0"
style="stop-color:#2e3436" />
<stop
id="stop2694"
offset="1"
style="stop-color:#555753" />
</linearGradient>
<linearGradient
id="linearGradient2698">
<stop
id="stop2700"
offset="0"
style="stop-color:#555753" />
<stop
style="stop-color:#a3a5a2;stop-opacity:1;"
offset="0.70238096"
id="stop2706" />
<stop
id="stop2702"
offset="1"
style="stop-color:#888a85" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2609"
id="radialGradient1409"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.294293e-16,1.143443,-1.247217,-1.248581e-6,41.735,-54.25682)"
cx="45.094624"
cy="-2.6936908"
fx="45.094624"
fy="-2.6936908"
r="10.498367" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2617"
id="radialGradient1411"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.928248e-11,-1.686609,1.66336,-1.770202e-15,41.65431,111.7396)"
cx="59.787472"
cy="10.901535"
fx="59.787472"
fy="10.901535"
r="10.55559" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2698"
id="linearGradient1421"
gradientUnits="userSpaceOnUse"
x1="81.332451"
y1="55.106758"
x2="82.919647"
y2="53.511261" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2690"
id="linearGradient1423"
gradientUnits="userSpaceOnUse"
x1="81.096306"
y1="57.148193"
x2="83.629295"
y2="54.615208" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4919"
id="radialGradient4925"
cx="17.062258"
cy="28.851427"
fx="17.062258"
fy="28.851427"
r="13.5"
gradientTransform="matrix(1.459545,-9.027299e-15,-5.118666e-17,1.345339,-7.403138,-10.82184)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4931"
id="linearGradient4937"
x1="54.1129"
y1="12.846775"
x2="50.079948"
y2="-3.8813655"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4952"
id="radialGradient4960"
cx="16.829521"
cy="24.743624"
fx="16.829521"
fy="24.743624"
r="16.924615"
gradientTransform="matrix(2.231289,-0.597872,0.530253,1.979013,-30.74857,-16.49764)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11102"
id="radialGradient11108"
cx="8.0402098"
cy="9.5280285"
fx="8.0402098"
fy="9.5280285"
r="9.8125"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.946826,-1.897043e-16,1.897043e-16,0.946826,0.469351,0.499261)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient15493"
id="linearGradient17263"
gradientUnits="userSpaceOnUse"
x1="19"
y1="14.875"
x2="19.65625"
y2="29"
gradientTransform="translate(2,-1)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19900"
id="linearGradient19906"
x1="40.25"
y1="41"
x2="43.0625"
y2="38.434578"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient19914"
id="linearGradient19920"
x1="33.985317"
y1="32.045906"
x2="37.211494"
y2="35.272079"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1,0)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23426"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.34,1.362626e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2980"
id="radialGradient23432"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,-4.196543e-16,-3.619011e-17,0.34,1.860387e-15,19.89607)"
cx="28.284271"
cy="30.145554"
fx="28.284271"
fy="30.145554"
r="13.258252" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient23434"
id="linearGradient23440"
x1="55.878288"
y1="12.472493"
x2="52.5"
y2="-4.6213989"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="791"
inkscape:window-width="929"
inkscape:document-units="px"
inkscape:grid-bbox="false"
showgrid="false"
inkscape:current-layer="layer5"
inkscape:cy="25.783692"
inkscape:cx="32.387389"
inkscape:zoom="1"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="1"
bordercolor="#666666"
pagecolor="#b6b6b6"
id="base"
inkscape:showpageshadow="false"
showborder="true"
showguides="false"
inkscape:guide-bbox="true"
inkscape:grid-points="true"
gridspacingx="0.5px"
gridspacingy="0.5px"
gridempspacing="2"
fill="#729fcf"
stroke="#2e3436">
<sodipodi:guide
orientation="horizontal"
position="28"
id="guide1415" />
<sodipodi:guide
orientation="vertical"
position="19"
id="guide1417" />
</sodipodi:namedview>
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Find</dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>document</rdf:li>
<rdf:li>search</rdf:li>
<rdf:li>find</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:creator>
<cc:Agent>
<dc:title>Lapo Calamandrei</dc:title>
</cc:Agent>
</dc:creator>
<dc:source />
<dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:contributor>
<dc:date>2006-04-21</dc:date>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Shadow" />
<g
style="display:inline"
inkscape:groupmode="layer"
inkscape:label="Base"
id="layer1" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Text"
style="display:inline">
<g
transform="translate(-12.26513,47.49999)"
style="display:inline"
inkscape:label="base"
id="g2637" />
<path
sodipodi:type="arc"
style="opacity:0.6;color:#000000;fill:url(#radialGradient4925);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path1425"
sodipodi:cx="17.5"
sodipodi:cy="18.25"
sodipodi:rx="13.5"
sodipodi:ry="13.75"
d="M 31 18.25 A 13.5 13.75 0 1 1 4,18.25 A 13.5 13.75 0 1 1 31 18.25 z"
transform="matrix(1.185185,0,0,1.163637,0.259261,-1.236368)" />
<path
style="opacity:0.5;color:#000000;fill:url(#radialGradient4960);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;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"
d="M 20.430801,3.5 C 11.914639,3.824042 5.1019281,10.849356 5.1019281,19.444373 C 5.1019281,21.861291 6.5050447,24.166163 7.5932363,26.15625 C 7.1211653,20.728065 9.4598537,19.543069 11.012791,20.025177 C 15.724296,21.487861 23.900134,22.817382 32.299922,18.431707 C 35.244588,16.894246 36.961785,20.661175 36.844126,17.275469 C 35.904686,9.4808807 29.114153,3.5000001 21.046301,3.5 C 20.840021,3.5 20.635189,3.492223 20.430801,3.5 z "
id="path4939"
sodipodi:nodetypes="cscsscsc" />
<path
transform="matrix(1.6,0,0,1.6,-63,12.8)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2607"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1411);stroke-width:1.87499988;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.04705882;color:#000000;fill:url(#radialGradient23432);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"
id="path23418"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(0.98756,0.175983,-0.12162,0.682489,11.58742,17.92885)" />
<g
transform="matrix(1.544052,0,0,1.536016,-85.57756,-44.44515)"
id="g2708">
<path
style="color:#000000;fill:url(#linearGradient1421);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1423);stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 76.796351,49.768459 L 77.443998,53.023634 L 82.625171,58.237128 C 82.817674,58.430832 83.596641,58.55743 84.56811,57.580878 C 85.53958,56.604326 85.463684,55.876998 85.215757,55.627773 L 80.034584,50.419494 L 76.796351,49.768459 z "
id="path2682"
sodipodi:nodetypes="cczzzcc" />
<path
style="opacity:0.19215686;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 79.567301,51.320041 C 79.564315,51.331245 79.861402,51.644359 79.32201,52.185023 C 78.782611,52.725686 78.314866,52.559011 78.328524,52.545282 L 78.059375,51.023705 L 79.567301,51.320041 z "
id="path2687"
sodipodi:nodetypes="csccc" />
</g>
<path
sodipodi:nodetypes="cczzzcc"
id="path17267"
d="M 34.284644,33.278595 L 34.90721,36.479814 L 42.406806,44.02859 C 42.77564,44.399843 43.340655,44.246496 44.274502,43.312648 C 45.208352,42.3788 45.449128,41.911353 44.985457,41.44495 L 37.485862,33.90116 L 34.284644,33.278595 z "
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient19906);stroke-width:0.99999934;stroke-linecap:round;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" />
<path
style="opacity:0.15294118;color:#000000;fill:url(#linearGradient19920);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.67653471;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 32.831928,31.491641 C 32.5721,31.57915 32.424582,31.851686 32.494166,32.115648 L 33.50745,37.1077 C 33.532728,37.199365 33.582796,37.282377 33.652205,37.347702 L 41.613723,45.363786 C 41.970537,45.720948 42.509181,45.825341 43.157775,45.699789 C 43.80637,45.574237 44.570165,45.162961 45.37735,44.355775 C 46.177873,43.555254 46.590458,42.839054 46.728396,42.195753 C 46.866334,41.552451 46.742411,40.963513 46.390634,40.611736 L 38.380865,32.643653 C 38.302123,32.566369 38.200751,32.515947 38.091355,32.499652 L 33.121437,31.491641 C 33.026862,31.464506 32.926503,31.464506 32.831928,31.491641 z "
id="path19908"
sodipodi:nodetypes="cccccsssccccc" />
<path
transform="matrix(1.65,0,0,1.65,-65.625,12.575)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2605"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient1409);stroke-width:0.60606074;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.75,0,0,1.75,-70.875,12.125)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path2599"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient23440);stroke-width:0.57142824;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
transform="matrix(1.453172,0,0,1.453175,-55.29154,13.46071)"
d="M 62.5 4.5 A 10 10 0 1 1 42.5,4.5 A 10 10 0 1 1 62.5 4.5 z"
sodipodi:ry="10"
sodipodi:rx="10"
sodipodi:cy="4.5"
sodipodi:cx="52.5"
id="path4927"
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4937);stroke-width:0.68814939;stroke-linecap:round;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"
sodipodi:type="arc" />
<path
sodipodi:type="arc"
style="opacity:0.16078431;color:#000000;fill:url(#radialGradient11108);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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"
id="path11092"
sodipodi:cx="12.375"
sodipodi:cy="12.9375"
sodipodi:rx="9.8125"
sodipodi:ry="9.8125"
d="M 22.1875 12.9375 A 9.8125 9.8125 0 1 1 2.5625,12.9375 A 9.8125 9.8125 0 1 1 22.1875 12.9375 z"
transform="matrix(1.324842,0,0,1.324842,4.605084,2.859861)" />
<g
id="g1399"
style="opacity:0.76078431"
transform="translate(-2.905726e-7,1)">
<path
sodipodi:nodetypes="ccccc"
id="rect8466"
d="M 12.5,16.5 L 12.5,21.5 L 29.5,21.5 L 29.5,16.5 L 12.5,16.5 z "
style="opacity:1;color:#000000;fill:url(#linearGradient17263);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:1;stroke-linecap:round;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" />
<path
sodipodi:nodetypes="ccccc"
id="rect12861"
d="M 13.5,17.5 L 13.5,20.5 L 28.5,20.5 L 28.5,17.5 L 13.5,17.5 z "
style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:round;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" />
</g>
<path
sodipodi:type="arc"
style="opacity:0.072;color:#000000;fill:url(#radialGradient23426);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"
id="path2970"
sodipodi:cx="28.284271"
sodipodi:cy="30.145554"
sodipodi:rx="13.258252"
sodipodi:ry="4.5078058"
d="M 41.542523 30.145554 A 13.258252 4.5078058 0 1 1 15.026019,30.145554 A 13.258252 4.5078058 0 1 1 41.542523 30.145554 z"
transform="matrix(1.585832,0,0,1.204644,-19.35411,4.31756)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB