Files
cheatsheet-tldr/tldr/svgcleaner

18 lines
350 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# svgcleaner
> SVG optimizing utility.
> More information: <https://github.com/RazrFalcon/svgcleaner>.
- Optimize an SVG:
`svgcleaner {{input.svg}} {{output.svg}}`
- Optimize an SVG multiple times:
`svgcleaner --multipass {{input.svg}} {{output.svg}}`