diff options
author | jaseg <git@jaseg.de> | 2021-02-06 14:59:44 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-02-06 14:59:44 +0100 |
commit | 3e323c953c1916b6d342f01e1a28916b86b692c9 (patch) | |
tree | 33ac231f4987553f94a597c2b4f9361dba9d0a47 /README.rst | |
parent | 13cb49b218df952a11316988c1a02e5c72851f9d (diff) | |
download | gerbolyze-3e323c953c1916b6d342f01e1a28916b86b692c9.tar.gz gerbolyze-3e323c953c1916b6d342f01e1a28916b86b692c9.tar.bz2 gerbolyze-3e323c953c1916b6d342f01e1a28916b86b692c9.zip |
Add workaround to clipper zero-height path bug
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -269,6 +269,12 @@ Options: ``-b, --bottom TEXT`` Bottom side SVG overlay input file. At least one of this and ``--top`` should be given. +``--layer-top`` + Top side SVG or PNG target layer. Default: Map SVG layers to Gerber layers, map PNG to Silk. + +``--layer-bottom`` + Bottom side SVG or PNG target layer. See ``--layer-top``. + ``--bbox TEXT`` Output file bounding box. Format: "w,h" to force [w] mm by [h] mm output canvas OR "x,y,w,h" to force [w] mm by [h] mm output canvas with its bottom left corner at the given input gerber coördinates. This **must match the ``--bbox`` value given to |