1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00: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:
gitlost
2023-12-05 19:00:01 +00:00
parent ff992a4265
commit 885cf0610d
8 changed files with 39 additions and 29 deletions

View File

@@ -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;