diff options
author | jaseg <git@jaseg.de> | 2021-08-17 23:02:55 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-08-17 23:02:55 +0200 |
commit | a084be88494f785a28ad1e79f555150abe33eccf (patch) | |
tree | bcec2892edfaa39e597778c695371f182472b4ee /README.rst | |
parent | 236c4a44855b93c0dd4dc8e5e2ab80380b595046 (diff) | |
download | gerbolyze-a084be88494f785a28ad1e79f555150abe33eccf.tar.gz gerbolyze-a084be88494f785a28ad1e79f555150abe33eccf.tar.bz2 gerbolyze-a084be88494f785a28ad1e79f555150abe33eccf.zip |
svg-flatten: Fix doc on --scale
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -518,7 +518,7 @@ Options: Passed through to usvg's --dpi, in case the input file has different ideas of DPI than usvg has. ``--scale`` - Scale input svg lengths by this factor. + Scale input svg lengths by this factor (-o gerber only). ``-e, --exclude-groups`` Comma-separated list of group IDs to exclude from export. Takes precedence over --only-groups. |