mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13: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:
@ -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;
|
||||
|
Reference in New Issue
Block a user