mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
Correct UPC and EAN rendering
Made corrections to the rendering of UPC and EAN symbols in render.c including taking account of EAN-2 and EAN-5 addon codes, correct text sizing and simplified guard bar extension.
This commit is contained in:
parent
75067959b4
commit
6702e7a005
2 changed files with 167 additions and 98 deletions
|
@ -33,7 +33,7 @@
|
|||
struct zint_symbol *ZBarcode_Create()
|
||||
{
|
||||
struct zint_symbol *symbol;
|
||||
int i, j;
|
||||
int i;
|
||||
|
||||
symbol = (struct zint_symbol*)malloc(sizeof(*symbol));
|
||||
if (!symbol) return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue