1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/svgcleaner.md

13 lines
257 B
Markdown
Raw Normal View History

2018-08-26 20:10:47 +00:00
# svgcleaner
> SVG optimizing utility.
> More information: <https://github.com/RazrFalcon/svgcleaner>.
2018-08-26 20:10:47 +00:00
- Optimize an SVG:
2018-08-26 20:10:47 +00:00
`svgcleaner {{input.svg}} {{output.svg}}`
- Optimize an SVG multiple times:
2018-08-26 20:10:47 +00:00
`svgcleaner --multipass {{input.svg}} {{output.svg}}`