icon-themes/README.md: How to minify SVG files
Change-Id: I731d7eb9c559d3a4ba30189e5ae8e10e8a3cc3f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183199 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
This commit is contained in:
@@ -75,3 +75,9 @@ in `officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu`
|
||||
8 bit palettes are on the slow path for `quartz/svp/gtk3` so avoid using palettes with...
|
||||
|
||||
$ optipng -nc <file>
|
||||
|
||||
## How to minify SVG files
|
||||
|
||||
Install https://github.com/tdewolff/minify and run
|
||||
|
||||
$ minify -o outputfile.svg inputfile.svg
|
||||
|
Reference in New Issue
Block a user