mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Matrix symbols: change horizontal boundary bars to appear outside any
vertical whitespace, as they're decorative rather than functional (#247) Allow for dot overspill in height of vertical box sides (dotty mode) Move is_dotty(), is_fixed_ratio() from library.c to common.c
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
|
||||
<g id="barcode" fill="#000000">
|
||||
<rect x="0" y="0" width="40" height="48" fill="#FFFFFF" />
|
||||
<rect x="0.00" y="2.00" width="40.00" height="2.00" />
|
||||
<rect x="0.00" y="44.00" width="40.00" height="2.00" />
|
||||
<rect x="0.00" y="0.00" width="40.00" height="2.00" />
|
||||
<rect x="0.00" y="46.00" width="40.00" height="2.00" />
|
||||
<circle cx="1.00" cy="5.00" r="0.80" />
|
||||
<circle cx="5.00" cy="5.00" r="0.80" />
|
||||
<circle cx="9.00" cy="5.00" r="0.80" />
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user