mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
QRCODE: fix qr_in_alpha()
uneven percent check to be gs1 only,
causing incorrect mode costings leading to version 40 `binlen` < lower version, triggering assert, ticket #300 (#15), props Andre Maute
This commit is contained in:
parent
ff992a4265
commit
885cf0610d
8 changed files with 39 additions and 29 deletions
3
docs/templates/styles.html
vendored
3
docs/templates/styles.html
vendored
|
@ -217,6 +217,9 @@ td {
|
|||
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||
vertical-align: top;
|
||||
}
|
||||
tbody tr:first-child td {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
header {
|
||||
margin-bottom: 4em;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue