diff options
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |