forked from AuroraMiddleware/gtk
Use the "document-open-recent" icon for the the Recently Used shortcut in
2007-09-12 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkfilechooserdefault.c (render_recent_icon): Use the "document-open-recent" icon for the the Recently Used shortcut in the file chooser. (#306445) * gtk/Makefile.am: * gtk/stock-icons/16/document-open-recent.png: * gtk/stock-icons/16/document-open-recent.svg: * gtk/stock-icons/24/document-open-recent.png: * gtk/stock-icons/24/document-open-recent.svg: Add the "document-open-recent" icon to the builtin theme we provide as a fallback. svn path=/trunk/; revision=18803
This commit is contained in:
parent
eab3ef3145
commit
e299a72a49
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2007-09-12 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (render_recent_icon): Use the
|
||||
"document-open-recent" icon for the the Recently Used shortcut
|
||||
in the file chooser. (#306445)
|
||||
|
||||
* gtk/Makefile.am:
|
||||
* gtk/stock-icons/16/document-open-recent.png:
|
||||
* gtk/stock-icons/16/document-open-recent.svg:
|
||||
* gtk/stock-icons/24/document-open-recent.png:
|
||||
* gtk/stock-icons/24/document-open-recent.svg: Add the
|
||||
"document-open-recent" icon to the builtin theme we provide
|
||||
as a fallback.
|
||||
|
||||
2007-09-12 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
Fixes #426246.
|
||||
|
@ -911,6 +911,7 @@ files:
|
||||
done
|
||||
|
||||
STOCK_ICONS = \
|
||||
stock-icons/16/document-open-recent.png \
|
||||
stock-icons/16/gtk-about.png \
|
||||
stock-icons/16/gtk-add.png \
|
||||
stock-icons/16/gtk-cdrom.png \
|
||||
@ -1005,6 +1006,7 @@ STOCK_ICONS = \
|
||||
stock-icons/20/gtk-no.png \
|
||||
stock-icons/20/gtk-ok.png \
|
||||
stock-icons/20/gtk-yes.png \
|
||||
stock-icons/24/document-open-recent.png \
|
||||
stock-icons/24/gtk-about.png \
|
||||
stock-icons/24/gtk-add.png \
|
||||
stock-icons/24/gtk-bold.png \
|
||||
|
@ -1276,7 +1276,23 @@ render_search_icon (GtkFileChooserDefault *impl)
|
||||
static GdkPixbuf *
|
||||
render_recent_icon (GtkFileChooserDefault *impl)
|
||||
{
|
||||
return gtk_widget_render_icon (GTK_WIDGET (impl), GTK_STOCK_FILE, GTK_ICON_SIZE_MENU, NULL);
|
||||
GtkIconTheme *theme;
|
||||
GdkPixbuf *retval;
|
||||
|
||||
if (gtk_widget_has_screen (GTK_WIDGET (impl)))
|
||||
theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (impl)));
|
||||
else
|
||||
theme = gtk_icon_theme_get_default ();
|
||||
|
||||
retval = gtk_icon_theme_load_icon (theme, "document-open-recent",
|
||||
impl->icon_size, 0,
|
||||
NULL);
|
||||
|
||||
/* fallback */
|
||||
if (!retval)
|
||||
retval = gtk_widget_render_icon (GTK_WIDGET (impl), GTK_STOCK_FILE, GTK_ICON_SIZE_MENU, NULL);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
|
BIN
gtk/stock-icons/16/document-open-recent.png
Normal file
BIN
gtk/stock-icons/16/document-open-recent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 892 B |
334
gtk/stock-icons/16/document-open-recent.svg
Normal file
334
gtk/stock-icons/16/document-open-recent.svg
Normal file
@ -0,0 +1,334 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://web.resource.org/cc/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.45"
|
||||
version="1.0"
|
||||
sodipodi:docbase="/home/lapo/Desktop/gtk-recent/16x16"
|
||||
sodipodi:docname="gtk-recent.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3695">
|
||||
<stop
|
||||
style="stop-color:#c8cec3;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3697" />
|
||||
<stop
|
||||
style="stop-color:white;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3699" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2826">
|
||||
<stop
|
||||
style="stop-color:#2e3436;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop2828" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2830" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2792">
|
||||
<stop
|
||||
style="stop-color:white;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop2794" />
|
||||
<stop
|
||||
style="stop-color:#d3d7cf;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2796" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2778">
|
||||
<stop
|
||||
style="stop-color:#d3d7cf;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop2780" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2782" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2778"
|
||||
id="radialGradient7160"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.751922,0,-2.346071e-6,2.195752,-13.95005,-8.420339)"
|
||||
cx="7.7312818"
|
||||
cy="6.9224148"
|
||||
fx="7.7312818"
|
||||
fy="6.9224148"
|
||||
r="13.979223" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2826"
|
||||
id="linearGradient7162"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1.3352951"
|
||||
y1="21.24671"
|
||||
x2="1.1052033"
|
||||
y2="9.2731876" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2792"
|
||||
id="radialGradient7164"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.57113,1.6738e-6,0,2.461325,-24.47562,-35.11938)"
|
||||
cx="16.962406"
|
||||
cy="23.891157"
|
||||
fx="16.962406"
|
||||
fy="23.891157"
|
||||
r="14.065099" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3695"
|
||||
id="linearGradient7166"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="12.409597"
|
||||
y1="6.9380565"
|
||||
x2="13.172991"
|
||||
y2="14.292411" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="15.671757"
|
||||
inkscape:cy="29.846388"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
gridempspacing="2"
|
||||
gridspacingx="0.5px"
|
||||
gridspacingy="0.5px"
|
||||
inkscape:window-width="1051"
|
||||
inkscape:window-height="626"
|
||||
inkscape:window-x="169"
|
||||
inkscape:window-y="347"
|
||||
inkscape:showpageshadow="false"
|
||||
width="16px"
|
||||
height="16px"
|
||||
borderlayer="false"
|
||||
showborder="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:grid-points="false"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:guide-bbox="true"
|
||||
showguides="true" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Lapo Calamandrei</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
|
||||
<dc:title>GTK Recent</dc:title>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
<rdf:li>recent</rdf:li>
|
||||
<rdf:li>clock</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:subject>
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/Notice" />
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/SourceCode" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g7624"
|
||||
transform="translate(9.125647,-126.5)" />
|
||||
<g
|
||||
id="g7138">
|
||||
<path
|
||||
transform="matrix(0.519318,0,0,0.519318,0.306558,-1.337841)"
|
||||
d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
|
||||
sodipodi:ry="13.479223"
|
||||
sodipodi:rx="13.479223"
|
||||
sodipodi:cy="17.018175"
|
||||
sodipodi:cx="15.77732"
|
||||
id="path1862"
|
||||
style="opacity:1;fill:url(#radialGradient7160);fill-opacity:1;stroke:url(#linearGradient7162);stroke-width:1.92560327;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="matrix(0.408035,0,0,0.408035,2.062296,0.555984)"
|
||||
d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
|
||||
sodipodi:ry="13.479223"
|
||||
sodipodi:rx="13.479223"
|
||||
sodipodi:cy="17.018175"
|
||||
sodipodi:cx="15.77732"
|
||||
id="path2752"
|
||||
style="opacity:1;fill:url(#radialGradient7164);fill-opacity:1;stroke:none;stroke-width:2.41186762;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="matrix(1.403509,0,0,1.147826,-11.14912,-4.889132)"
|
||||
d="M 17.5625 10.75 A 3.5625 4.3125 0 1 1 10.4375,10.75 A 3.5625 4.3125 0 1 1 17.5625 10.75 z"
|
||||
sodipodi:ry="4.3125"
|
||||
sodipodi:rx="3.5625"
|
||||
sodipodi:cy="10.75"
|
||||
sodipodi:cx="14"
|
||||
id="path2790"
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient7166);stroke-width:0.78786951;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<rect
|
||||
y="6"
|
||||
x="9"
|
||||
height="1.0000093"
|
||||
width="0.99998981"
|
||||
id="rect1904"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="5"
|
||||
x="10"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect5945"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="4"
|
||||
x="11"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect5947"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="7.9999905"
|
||||
x="9.0000105"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect5949"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="8.9999905"
|
||||
x="10.00001"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect5951"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="7.9999905"
|
||||
x="7.00001"
|
||||
height="1.0000093"
|
||||
width="0.99998981"
|
||||
id="rect5963"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="6"
|
||||
x="7.00001"
|
||||
height="1.0000093"
|
||||
width="0.99998981"
|
||||
id="rect5965"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<path
|
||||
id="rect5967"
|
||||
d="M 7,6 L 7,9 L 10,9 L 10,6 L 7,6 z M 8,7 L 9,7 L 9,8 L 8,8 L 8,7 z "
|
||||
style="opacity:0.48999999;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="6"
|
||||
x="10.00001"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect6941"
|
||||
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="5"
|
||||
x="11.00001"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect6943"
|
||||
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="8.9999905"
|
||||
x="9.0000105"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect6945"
|
||||
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="9.9999905"
|
||||
x="10"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect6947"
|
||||
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<rect
|
||||
y="9"
|
||||
x="7.00001"
|
||||
height="1.0000091"
|
||||
width="0.99998981"
|
||||
id="rect6949"
|
||||
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccc"
|
||||
id="path7406"
|
||||
d="M 7.3972605,4.5210702 C 8.8767126,4.5210702 8.8767126,2.5210702 7.3972605,2.5210702 C 6.4109591,2.5210702 2.4794277,1.968643 2.4657535,6.5210702 L 0.4931507,6.5210702 L 0.4931507,7.5210702 L 4.4383563,11.52107 L 8.3835619,7.5210702 L 8.3835619,6.5210702 L 6.4109591,6.5210702 C 6.4109591,4.0210702 6.5952981,4.5210702 7.3972605,4.5210702 z "
|
||||
style="fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<g
|
||||
style="opacity:0.6"
|
||||
transform="matrix(0.9863014,0,0,1,0,-2.9789298)"
|
||||
id="g7463">
|
||||
<path
|
||||
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00692046;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
|
||||
d="M 7.5,6.5 C 5.4782369,6.5 3.3587674,6.367033 3.46875,9.625 C 3.411765,10.118753 2.9969865,10.493392 2.5,10.5 L 1.875,10.5 L 4.5,13.125 L 7.125,10.5 L 6.5,10.5 C 6.2338333,10.50314 5.977651,10.398792 5.7894296,10.21057 C 5.6012083,10.022349 5.4968601,9.766167 5.5,9.5 C 5.3927705,7.968805 5.5444716,6.423666 7.5,6.5 z "
|
||||
id="path7457"
|
||||
sodipodi:nodetypes="cccccccscc" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
|
||||
id="path7461"
|
||||
sodipodi:cx="8.5"
|
||||
sodipodi:cy="5.5"
|
||||
sodipodi:rx="0.5"
|
||||
sodipodi:ry="0.5"
|
||||
d="M 9 5.5 A 0.5 0.5 0 1 1 8,5.5 A 0.5 0.5 0 1 1 9 5.5 z"
|
||||
transform="matrix(1.1436311,0,0,1,-2.1490485,1)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 14 KiB |
BIN
gtk/stock-icons/24/document-open-recent.png
Normal file
BIN
gtk/stock-icons/24/document-open-recent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
328
gtk/stock-icons/24/document-open-recent.svg
Normal file
328
gtk/stock-icons/24/document-open-recent.svg
Normal file
@ -0,0 +1,328 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://web.resource.org/cc/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="24"
|
||||
height="24"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.45"
|
||||
version="1.0"
|
||||
sodipodi:docbase="/home/lapo/Desktop/gtk-recent/24x24"
|
||||
sodipodi:docname="gtk-recent.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient8286">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop8288" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop8290" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3695">
|
||||
<stop
|
||||
style="stop-color:#c8cec3;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3697" />
|
||||
<stop
|
||||
style="stop-color:white;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3699" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2826">
|
||||
<stop
|
||||
style="stop-color:#2e3436;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop2828" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2830" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient2792">
|
||||
<stop
|
||||
style="stop-color:white;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop2794" />
|
||||
<stop
|
||||
style="stop-color:#d3d7cf;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2796" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2778">
|
||||
<stop
|
||||
style="stop-color:#d3d7cf;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop2780" />
|
||||
<stop
|
||||
style="stop-color:#555753;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop2782" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2842"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop2844"
|
||||
offset="0"
|
||||
style="stop-color:#2e3436;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop2846"
|
||||
offset="1"
|
||||
style="stop-color:#555753;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient8286"
|
||||
id="radialGradient6025"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.2610442,0,14.526179)"
|
||||
cx="11.534679"
|
||||
cy="19.657709"
|
||||
fx="11.534679"
|
||||
fy="19.657709"
|
||||
r="11.00435" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2778"
|
||||
id="radialGradient6027"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.751922,0,-2.346071e-6,2.195752,-13.95005,-8.420339)"
|
||||
cx="7.7312818"
|
||||
cy="6.9224148"
|
||||
fx="7.7312818"
|
||||
fy="6.9224148"
|
||||
r="13.979223" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2826"
|
||||
id="linearGradient6029"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1.3352951"
|
||||
y1="21.24671"
|
||||
x2="1.1052033"
|
||||
y2="9.2731876" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2792"
|
||||
id="radialGradient6031"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.57113,1.6738e-6,0,2.461325,-24.47562,-35.11938)"
|
||||
cx="16.962406"
|
||||
cy="23.891157"
|
||||
fx="16.962406"
|
||||
fy="23.891157"
|
||||
r="14.065099" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2842"
|
||||
id="linearGradient6033"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="6.76405"
|
||||
y1="6.6889873"
|
||||
x2="31.357225"
|
||||
y2="40.581764" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3695"
|
||||
id="linearGradient6035"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="12.409597"
|
||||
y1="6.9380565"
|
||||
x2="13.172991"
|
||||
y2="14.292411" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="15.671757"
|
||||
inkscape:cy="29.846388"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
gridempspacing="2"
|
||||
gridspacingx="0.5px"
|
||||
gridspacingy="0.5px"
|
||||
inkscape:window-width="1051"
|
||||
inkscape:window-height="626"
|
||||
inkscape:window-x="169"
|
||||
inkscape:window-y="347"
|
||||
inkscape:showpageshadow="false"
|
||||
width="24px"
|
||||
height="24px"
|
||||
borderlayer="false"
|
||||
showborder="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:grid-points="false"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:guide-bbox="true"
|
||||
showguides="true" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Lapo Calamandrei</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<cc:license
|
||||
rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
|
||||
<dc:title>GTK Recent</dc:title>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
<rdf:li>recent</rdf:li>
|
||||
<rdf:li>clock</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:subject>
|
||||
</cc:Work>
|
||||
<cc:License
|
||||
rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/Notice" />
|
||||
<cc:permits
|
||||
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||
<cc:requires
|
||||
rdf:resource="http://web.resource.org/cc/SourceCode" />
|
||||
</cc:License>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g7624"
|
||||
transform="translate(9.125647,-126.5)" />
|
||||
<g
|
||||
id="g6010"
|
||||
transform="translate(1,1)">
|
||||
<path
|
||||
transform="matrix(0.9541682,0,0,1.2183991,0.4939762,-5.4509352)"
|
||||
d="M 22.539029 19.657709 A 11.00435 2.8726213 0 1 1 0.5303297,19.657709 A 11.00435 2.8726213 0 1 1 22.539029 19.657709 z"
|
||||
sodipodi:ry="2.8726213"
|
||||
sodipodi:rx="11.00435"
|
||||
sodipodi:cy="19.657709"
|
||||
sodipodi:cx="11.534679"
|
||||
id="path8284"
|
||||
style="opacity:0.6;fill:url(#radialGradient6025);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="matrix(0.741882,0,0,0.741882,-0.20492,-2.12547)"
|
||||
d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
|
||||
sodipodi:ry="13.479223"
|
||||
sodipodi:rx="13.479223"
|
||||
sodipodi:cy="17.018175"
|
||||
sodipodi:cx="15.77732"
|
||||
id="path7121"
|
||||
style="fill:url(#radialGradient6027);fill-opacity:1;stroke:url(#linearGradient6029);stroke-width:1.34792328;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="matrix(0.591114,0,0,0.593506,2.14156,0.399624)"
|
||||
d="M 29.256543 17.018175 A 13.479223 13.479223 0 1 1 2.2980967,17.018175 A 13.479223 13.479223 0 1 1 29.256543 17.018175 z"
|
||||
sodipodi:ry="13.479223"
|
||||
sodipodi:rx="13.479223"
|
||||
sodipodi:cy="17.018175"
|
||||
sodipodi:cx="15.77732"
|
||||
id="path7123"
|
||||
style="fill:url(#radialGradient6031);fill-opacity:1;stroke:url(#linearGradient6033);stroke-width:1.6883086;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
transform="matrix(1.964913,0,0,1.623188,-16.008783,-6.949255)"
|
||||
d="M 17.5625 10.75 A 3.5625 4.3125 0 1 1 10.4375,10.75 A 3.5625 4.3125 0 1 1 17.5625 10.75 z"
|
||||
sodipodi:ry="4.3125"
|
||||
sodipodi:rx="3.5625"
|
||||
sodipodi:cy="10.75"
|
||||
sodipodi:cx="14"
|
||||
id="path7125"
|
||||
style="fill:none;fill-opacity:1;stroke:url(#linearGradient6035);stroke-width:0.55994314;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
id="path2793"
|
||||
d="M 16.999997,6.000015 L 11.437497,10.625015 L 8.999997,9.000015 L 10.656247,11.500015 L 8.999997,14.000015 L 11.468747,12.343765 L 14.999997,15.000015 L 12.406247,11.531265 L 16.999997,6.000015 z "
|
||||
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
id="path2800"
|
||||
d="M 10.999997,10.000015 L 16.98983,4.9870381 L 11.999997,11.000015 L 8.999997,13.000015 L 10.999997,10.000015 z "
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
id="path2802"
|
||||
d="M 10.999997,11.000015 L 15.006065,14.006504 L 11.999997,10.000015 L 8.999997,8.000015 L 10.999997,11.000015 z "
|
||||
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<rect
|
||||
y="10.000015"
|
||||
x="10.999997"
|
||||
height="1"
|
||||
width="1"
|
||||
id="rect7130"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" />
|
||||
<g
|
||||
transform="translate(0,1)"
|
||||
id="g7298">
|
||||
<path
|
||||
style="fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 8.5,5.5 C 10,5.5 10,3.5 8.5,3.5 C 6,3.5 3,4.5 2.5,8.5 L 0.5,8.5 L 0.5,9.5 L 4.5,13.5 L 8.5,9.5 L 8.5,8.5 L 6.5,8.5 C 6.5,6 7,5.5 8.5,5.5 z "
|
||||
id="path7245"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
<g
|
||||
id="g7247"
|
||||
transform="translate(0,-1)"
|
||||
style="opacity:0.6">
|
||||
<path
|
||||
d="M 8.5,5.5 C 7.3817747,5.5 6.2125908,5.7124394 5.3125,6.3125 C 4.4124092,6.9125606 3.6898326,7.8563396 3.46875,9.625 C 3.411765,10.118753 2.9969865,10.493392 2.5,10.5 L 1.875,10.5 L 4.5,13.125 L 7.125,10.5 L 6.5,10.5 C 6.2338333,10.50314 5.977651,10.398792 5.7894296,10.21057 C 5.6012083,10.022349 5.4968601,9.7661667 5.5,9.5 C 5.5,8.1841126 5.5744422,7.2707809 6.125,6.5 C 6.4002789,6.1146095 6.8330807,5.8264731 7.25,5.6875 C 7.6669193,5.5485269 8.0700939,5.5 8.5,5.5 z "
|
||||
id="path7249"
|
||||
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:original="M 8.5 4.5 C 6 4.5 3 5.5 2.5 9.5 L 0.5 9.5 L 0.5 10.5 L 4.5 14.5 L 8.5 10.5 L 8.5 9.5 L 6.5 9.5 C 6.5 7 7 6.5 8.5 6.5 C 10 6.5 10 4.5 8.5 4.5 z "
|
||||
inkscape:radius="-0.98831058"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
transform="matrix(1.1436311,0,0,1,-1.1490485,0)"
|
||||
d="M 9 5.5 A 0.5 0.5 0 1 1 8,5.5 A 0.5 0.5 0 1 1 9 5.5 z"
|
||||
sodipodi:ry="0.5"
|
||||
sodipodi:rx="0.5"
|
||||
sodipodi:cy="5.5"
|
||||
sodipodi:cx="8.5"
|
||||
id="path7251"
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
|
||||
sodipodi:type="arc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user