D18794: [breeze-icons] Add 16px versions of gnumeric-font.svg and link gnumeric-font.svg to font.svg
Noah Davis
noreply at phabricator.kde.org
Thu Feb 7 02:24:26 GMT 2019
ndavis added a comment.
Hmm somehow I missed this. Here's a way to optimize it with a utility that's available in most distro repos (`scour`, `python-scour`):
scour input.svg output.svg --enable-viewboxing --enable-id-stripping --enable-comment-stripping --shorten-ids --remove-descriptive-elements --create-groups --strip-xml-space --strip-xml-prolog --nindent=4
mv output.svg input.svg
I only use `--nindent=4` because this SVG is supposed to have embedded stylesheets, so it's good to keep it easy to read. For icons without embedded stylesheets, I would use `--indent=none --no-line-breaks`.
REPOSITORY
R266 Breeze Icons
REVISION DETAIL
https://phabricator.kde.org/D18794
To: rooty, #vdg
Cc: ngraham, ndavis, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190207/d61fabd6/attachment.html>
More information about the Kde-frameworks-devel
mailing list