diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2021-03-19 20:32:13 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2021-04-05 13:57:40 +0200 |
commit | 3288fb8345c07b4ca0deff82805d330f7d80bee7 (patch) | |
tree | ae8aed57df1457797ae4b31cce555191ee7d0fbc /README.rst | |
parent | 0be9f4b3bae743fe3ed9359daf54b54aa5f31f88 (diff) | |
download | gerbolyze-3288fb8345c07b4ca0deff82805d330f7d80bee7.tar.gz gerbolyze-3288fb8345c07b4ca0deff82805d330f7d80bee7.tar.bz2 gerbolyze-3288fb8345c07b4ca0deff82805d330f7d80bee7.zip |
Add -f/--flip-gerber-polarity option
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -402,10 +402,13 @@ Options: happy with too many digits. 5 or 6 is a reasonable choice. ``--clear-color`` - SVG color to use for "clear" areas (default: white) + SVG color to use in SVG output for "clear" areas (default: white) ``--dark-color`` - SVG color to use for "dark" areas (default: black) + SVG color to use in SVG output for "dark" areas (default: black) + +``-f, --flip-gerber-polarity`` + Flip polarity of all output gerber primitives for --format gerber. ``-d, --trace-space`` Minimum feature size of elements in vectorized graphics (trace/space) in mm. Default: 0.1mm. |