1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-22 03:16:02 +00:00

Don't include LeftRAP with CC-A

Implement missed rule from ISO 24723 section 8.2 - 3-column CC-A components have the left Row Address Pattern omitted.
Partially resolves #146 reported by Gregory Van Vooren
This commit is contained in:
Robin Stuart
2019-10-05 11:08:58 +01:00
parent 6751a816a6
commit ae737ea019
2 changed files with 15 additions and 4 deletions

View File

@@ -788,7 +788,7 @@ int eanx(struct zint_symbol *symbol, unsigned char source[], int src_len) {
set_module(symbol, symbol->rows + 1, 0);
set_module(symbol, symbol->rows + 1, 68);
set_module(symbol, symbol->rows + 2, 1);
set_module(symbol, symbol->rows + 1, 67);
set_module(symbol, symbol->rows + 2, 67);
symbol->row_height[symbol->rows] = 2;
symbol->row_height[symbol->rows + 1] = 2;
symbol->row_height[symbol->rows + 2] = 2;