HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

svgcleaner — SVG optimizing utility. More information: <https://github.com/RazrFalcon/svgcleaner>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandsvgcleanerclioptimizinginformationsvgmoreutility

Problem

How to use the svgcleaner command: SVG optimizing utility. More information: <https://github.com/RazrFalcon/svgcleaner>.

Solution

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}}

Code Snippets

Optimize an SVG

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

Optimize an SVG multiple times

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

Context

tldr-pages: common/svgcleaner

Revisions (0)

No revisions yet.