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

Reply via email to