1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +00:00

- DOTCODE, QRCODE, RMQR: return warning if ECI or Structured Append used in

GS1 mode, ticket #271
- CLI: improve `getopt_long_only()` processing, printing own message if bad
  arg and returning error if so rather than continuing to process
- manual: MSE typo -> MSI, a few other changes; adjust SVG scaling for PDF
  manual; pandoc 2.19.2
This commit is contained in:
gitlost
2022-09-28 21:58:57 +01:00
parent 39c47b8927
commit 92a4a25ed2
115 changed files with 8810 additions and 8698 deletions

View File

@@ -1,18 +1,18 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="34" height="40" version="1.1"
<svg width="136" height="160" version="1.1"
xmlns="http://www.w3.org/2000/svg">
<desc>Zint Generated Symbol
</desc>
<g id="barcode" fill="#000000">
<rect x="0" y="0" width="34" height="40" fill="#FFFFFF" />
<rect x="0.00" y="0.00" width="2.00" height="40.00" />
<rect x="4.00" y="0.00" width="2.00" height="40.00" />
<rect x="12.00" y="0.00" width="2.00" height="40.00" />
<rect x="20.00" y="0.00" width="2.00" height="40.00" />
<rect x="28.00" y="0.00" width="2.00" height="40.00" />
<rect x="32.00" y="0.00" width="2.00" height="40.00" />
<rect x="0" y="0" width="136" height="160" fill="#FFFFFF" />
<rect x="0.00" y="0.00" width="8.00" height="160.00" />
<rect x="16.00" y="0.00" width="8.00" height="160.00" />
<rect x="48.00" y="0.00" width="8.00" height="160.00" />
<rect x="80.00" y="0.00" width="8.00" height="160.00" />
<rect x="112.00" y="0.00" width="8.00" height="160.00" />
<rect x="128.00" y="0.00" width="8.00" height="160.00" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 762 B