mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 10:43:02 +00:00
18 lines
350 B
Plaintext
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}}`
|