diff options
author | jaseg <git@jaseg.de> | 2023-06-21 15:39:46 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-06-21 15:39:46 +0200 |
commit | 8ab0c9fa017b5ead2e3f5cfc892b242cd0bbc908 (patch) | |
tree | e7e8190cf42f6ccfdf339324d337e0189723b0c3 /svg-flatten/src/main.cpp | |
parent | 2fbde62df95d55d4edcfb0a65b9c288066fcfe36 (diff) | |
download | gerbolyze-8ab0c9fa017b5ead2e3f5cfc892b242cd0bbc908.tar.gz gerbolyze-8ab0c9fa017b5ead2e3f5cfc892b242cd0bbc908.tar.bz2 gerbolyze-8ab0c9fa017b5ead2e3f5cfc892b242cd0bbc908.zip |
Make warning messages in color handling code easier to understand
Diffstat (limited to 'svg-flatten/src/main.cpp')
-rw-r--r-- | svg-flatten/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/src/main.cpp b/svg-flatten/src/main.cpp index 179e0ab..68e21ea 100644 --- a/svg-flatten/src/main.cpp +++ b/svg-flatten/src/main.cpp @@ -73,7 +73,7 @@ int main(int argc, char **argv) { "Flip polarity of all output gerber primitives for --format gerber.", 0}, {"flip_svg_color_interpretation", {"-i", "--svg-white-is-gerber-dark"}, - "Flip polarity of SVG color interpretation. This affects only SVG primitives like paths and NOT embedded bitmaps. With -i: white -> silk there/\"dark\" gerber primitive.", + "Flip polarity of SVG color interpretation. This affects only SVG primitives like paths and NOT embedded bitmaps. With -i: white -> \"dark\" gerber primitive, i.e. silk or copper present, or mask absent.", 0}, {"pattern_complete_tiles_only", {"--pattern-complete-tiles-only"}, "Break SVG spec by only rendering complete pattern tiles, i.e. pattern tiles that entirely fit the target area, instead of performing clipping.", |