mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 23:05:23 -04:00
- vector: ensure separators don't overlap with other rectangles so that
they render correctly when have RGBA alpha channel - GUI: update_preview() after Data Dialog return to ensure preview in sync - GUI: add automatic info feedback to "Automatic" combo item of size/row/height comboboxes - backend_qt: always call getMaxRectsRightBottom() for render fudge; use ZBarcode_Clear() instead of ZBarcode_Delete() after 1st call - update BWIPP to latest & add some MICROQR tests to exercise optimize change
This commit is contained in:
parent
c0a5c7b125
commit
c0ec67f99e
18 changed files with 2115 additions and 809 deletions
51
backend/tests/data/svg/code49_comph_fgalpha.svg
Normal file
51
backend/tests/data/svg/code49_comph_fgalpha.svg
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?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="162" height="46" version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<desc>Zint Generated Symbol
|
||||
</desc>
|
||||
|
||||
<g id="barcode" fill="#FF1115">
|
||||
<rect x="0" y="0" width="162" height="46" fill="#FFFFFF" />
|
||||
<rect x="20.00" y="2.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="24.00" y="2.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="36.00" y="2.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="44.00" y="2.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="50.00" y="2.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="56.00" y="2.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="64.00" y="2.00" width="8.00" height="20.00" opacity="0.498" />
|
||||
<rect x="76.00" y="2.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="80.00" y="2.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="88.00" y="2.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="96.00" y="2.00" width="8.00" height="20.00" opacity="0.498" />
|
||||
<rect x="108.00" y="2.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="112.00" y="2.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="120.00" y="2.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="128.00" y="2.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="132.00" y="2.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="144.00" y="2.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="152.00" y="2.00" width="8.00" height="20.00" opacity="0.498" />
|
||||
<rect x="20.00" y="24.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="24.00" y="24.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="32.00" y="24.00" width="8.00" height="20.00" opacity="0.498" />
|
||||
<rect x="44.00" y="24.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="48.00" y="24.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="56.00" y="24.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="62.00" y="24.00" width="12.00" height="20.00" opacity="0.498" />
|
||||
<rect x="76.00" y="24.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="80.00" y="24.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="88.00" y="24.00" width="6.00" height="20.00" opacity="0.498" />
|
||||
<rect x="96.00" y="24.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="102.00" y="24.00" width="8.00" height="20.00" opacity="0.498" />
|
||||
<rect x="114.00" y="24.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="120.00" y="24.00" width="2.00" height="20.00" opacity="0.498" />
|
||||
<rect x="126.00" y="24.00" width="10.00" height="20.00" opacity="0.498" />
|
||||
<rect x="138.00" y="24.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="146.00" y="24.00" width="4.00" height="20.00" opacity="0.498" />
|
||||
<rect x="152.00" y="24.00" width="8.00" height="20.00" opacity="0.498" />
|
||||
<rect x="20.00" y="22.00" width="140.00" height="2.00" opacity="0.498" />
|
||||
<rect x="0.00" y="0.00" width="162.00" height="2.00" opacity="0.498" />
|
||||
<rect x="0.00" y="44.00" width="162.00" height="2.00" opacity="0.498" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue