mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
CODEONE: fix S/T quiet zone 1X bottom (props BWIPP issue #245 doc)
GUI: fix Text Gap suffix, add "in X-dimensions" to tooltip; save/restore Preview Background color dialog geometry & dynamically show colour in preview on changing manual: Composite -> GS1 Composite; add some verbiage re Symbology tab & Sequence Dialog
This commit is contained in:
parent
71914ba99f
commit
bbad6d3d83
9 changed files with 141 additions and 101 deletions
|
@ -621,7 +621,7 @@ static int out_quiet_zones(const struct zint_symbol *symbol, const int hide_text
|
|||
case BARCODE_CODEONE:
|
||||
/* USS Code One AIM 1994 Section 2.2.4 No quiet zone required for Versions A to H */
|
||||
if (symbol->option_2 == 9 || symbol->option_2 == 10) { /* Section 2.3.2 Versions S & T */
|
||||
*left = *right = 1.0f;
|
||||
*left = *right = *bottom = 1.0f;
|
||||
}
|
||||
done = 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue