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:
Ilmari Lauhakangas
2025-03-21 12:47:10 +01:00
parent d57d001e27
commit 530fdcafd1

View File

@@ -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