diff options
author | Alistair Buxton <a.j.buxton@gmail.com> | 2018-04-06 18:57:06 +0100 |
---|---|---|
committer | Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at> | 2018-04-06 22:29:56 +0200 |
commit | bfab3bcf27977cc3d09eeb0c195b32fd05d072bd (patch) | |
tree | 757fe310bbd01efda1837c383a70fa4d58ca3022 /elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg | |
parent | 7f21d1856a91b9222c255660354f3dcb179ddc3b (diff) | |
download | elementary-xfce-bfab3bcf27977cc3d09eeb0c195b32fd05d072bd.tar.gz |
vacuum-defs and export-plain-svg.
Generated with:
find -type f -name '*.svg' -exec inkscape --vacuum-defs {} --export-plain-svg={} \;
The above has been run twice to work around inkscape reversing attrib lists. See
https://github.com/elementary/icons/issues/470
Confirmed no visual change by generating all PNG icons for this and previous commit (including those without size) and then binary comparing the results.
Diffstat (limited to 'elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg')
-rw-r--r-- | elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg b/elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg index 625ff33a..9f8a2177 100644 --- a/elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg +++ b/elementary-xfce/places/symbolic/folder-publicshare-symbolic.svg @@ -1,6 +1,37 @@ -<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'> - <g transform='translate(-1173.18 327.06)'> - - <path color='#000' d='M1185.68-326.06a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 .05.482l-4.846 2.693a2.5 2.5 0 0 0-1.705-.676 2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 1.717-.683l4.834 2.687a2.5 2.5 0 0 0-.05.496 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5 2.5 2.5 0 0 0-1.722.688l-4.832-2.688a2.5 2.5 0 0 0 .053-.5 2.5 2.5 0 0 0-.057-.513l4.828-2.684a2.5 2.5 0 0 0 1.73.697 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5z' fill='#666' fill-rule='evenodd' overflow='visible' style='isolation:auto;mix-blend-mode:normal'/> - </g> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + height="16" + width="16" + id="svg2" + version="1.1"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs10" /> + <g + transform="translate(-1173.18 327.06)" + id="g4"> + <path + color="#000" + d="M1185.68-326.06a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 .05.482l-4.846 2.693a2.5 2.5 0 0 0-1.705-.676 2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 1.717-.683l4.834 2.687a2.5 2.5 0 0 0-.05.496 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5 2.5 2.5 0 0 0-1.722.688l-4.832-2.688a2.5 2.5 0 0 0 .053-.5 2.5 2.5 0 0 0-.057-.513l4.828-2.684a2.5 2.5 0 0 0 1.73.697 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5z" + fill="#666" + fill-rule="evenodd" + overflow="visible" + style="isolation:auto;mix-blend-mode:normal" + id="path6" /> + </g> </svg> |