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/mail-outbox-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/mail-outbox-symbolic.svg')
-rw-r--r-- | elementary-xfce/places/symbolic/mail-outbox-symbolic.svg | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/elementary-xfce/places/symbolic/mail-outbox-symbolic.svg b/elementary-xfce/places/symbolic/mail-outbox-symbolic.svg index f6cbec15..e4ea249d 100644 --- a/elementary-xfce/places/symbolic/mail-outbox-symbolic.svg +++ b/elementary-xfce/places/symbolic/mail-outbox-symbolic.svg @@ -1,6 +1,36 @@ -<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'> - <g color='#bebebe' transform='translate(-1193 315)'> - <path d='M1201-313.986a.498.498 0 0 0-.375.158l-2.5 3a.428.428 0 0 0-.09.248c-.014.266.188.556.465.564h1.5v3.5c0 .262.238.5.5.5h1a.492.492 0 0 0 .094 0 .517.517 0 0 0 .406-.5v-3.5h1.5c.37-.01.606-.524.375-.812l-2.5-3a.497.497 0 0 0-.375-.158zm-4.5.986c-.83 0-1.5.669-1.5 1.5v9c0 .831.67 1.5 1.5 1.5h9c.831 0 1.5-.669 1.5-1.5v-9c0-.831-.669-1.5-1.5-1.5h-2.133l.832 1h.801c.554 0 1 .446 1 1v6h-3c0 1.108-.892 2-2 2s-2-.892-2-2h-3v-6c0-.554.446-1 1-1h.801l.832-1z' fill='#666' overflow='visible' style='marker:none'/> - - </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 + color="#bebebe" + transform="translate(-1193 315)" + id="g4"> + <path + d="M1201-313.986a.498.498 0 0 0-.375.158l-2.5 3a.428.428 0 0 0-.09.248c-.014.266.188.556.465.564h1.5v3.5c0 .262.238.5.5.5h1a.492.492 0 0 0 .094 0 .517.517 0 0 0 .406-.5v-3.5h1.5c.37-.01.606-.524.375-.812l-2.5-3a.497.497 0 0 0-.375-.158zm-4.5.986c-.83 0-1.5.669-1.5 1.5v9c0 .831.67 1.5 1.5 1.5h9c.831 0 1.5-.669 1.5-1.5v-9c0-.831-.669-1.5-1.5-1.5h-2.133l.832 1h.801c.554 0 1 .446 1 1v6h-3c0 1.108-.892 2-2 2s-2-.892-2-2h-3v-6c0-.554.446-1 1-1h.801l.832-1z" + fill="#666" + overflow="visible" + style="marker:none" + id="path6" /> + </g> </svg> |