1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/svgcleaner.md
2018-08-27 10:26:27 +05:30

11 lines
211 B
Markdown

# svgcleaner
> SVG image optimizing utility.
- Optimize an SVG image:
`svgcleaner {{input.svg}} {{output.svg}}`
- Optimize an SVG image multiple times:
`svgcleaner --multipass {{input.svg}} {{output.svg}}`