icon-themes/README.md | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit 530fdcafd1283a84f47d891d52211f48da8ff996 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Fri Mar 21 12:47:10 2025 +0100 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Mar 21 14:21:41 2025 +0100
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.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/icon-themes/README.md b/icon-themes/README.md index 3d3c378b87a8..3360831e6071 100644 --- a/icon-themes/README.md +++ b/icon-themes/README.md @@ -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