- Added changes in README

- Migrated changes in main.c to tcl backend
- TCL Demo did not honor the specified options
- Added "static" to function "is_stackable" in frontend/main.c. This is an interrim solution, see E-Mail.
This commit is contained in:
Harald Oehlmann 2020-05-19 12:02:18 +02:00
parent 8dcd09406c
commit 9f56a1c35e
4 changed files with 84 additions and 22 deletions

View file

@ -52,7 +52,7 @@ proc Generate {} {
::zintimg blank
::zintimg configure -width 0 -height 0
catch {
zint encode [.e get] ::zintimg -barcode [.c get] -scale $sx
zint encode [.e get] ::zintimg -barcode [.c get] -scale $sx {*}[.o get]} e]
}
}
}