1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages/common/svgcleaner.md

275 B

svgcleaner

SVG image optimizing utility. More information: https://github.com/RazrFalcon/svgcleaner.

  • Optimize an SVG image:

svgcleaner {{input.svg}} {{output.svg}}

  • Optimize an SVG image multiple times:

svgcleaner --multipass {{input.svg}} {{output.svg}}