mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
UPC/EAN, ITF14: quiet zones, addongap; raster/vector: sync code, use double
This commit is contained in:
parent
e90c273165
commit
2a19b883a5
55 changed files with 2917 additions and 1351 deletions
23
backend/tests/data/svg/ean2.svg
Normal file
23
backend/tests/data/svg/ean2.svg
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?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="64" height="118" 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="64" height="118" fill="#FFFFFF" />
|
||||
<rect x="14.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="18.00" y="0.00" width="4.00" height="100.00" />
|
||||
<rect x="26.00" y="0.00" width="4.00" height="100.00" />
|
||||
<rect x="34.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="38.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="44.00" y="0.00" width="2.00" height="100.00" />
|
||||
<rect x="50.00" y="0.00" width="4.00" height="100.00" />
|
||||
<text x="34.00" y="118.00" text-anchor="middle"
|
||||
font-family="Helvetica" font-size="22.0" fill="#000000" >
|
||||
12
|
||||
</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 969 B |
Loading…
Add table
Add a link
Reference in a new issue