mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-11 05:55:58 +00:00
CMakeLists.txt: cmake min required 3.13 -> 3.5 using CMAKE_REQUIRED_LIBRARIES; add ZINT_COVERAGE option
bmp/emf/ps.c: allow for foreground colour in ULTRA bmp/gif/pcx.c: allow for BARCODE_STDOUT (fflush/fclose) emf.c: hexagon rotation field not used; dont't use float index in font loop; Windows stdout binary mode png.c: remove unused 8-bit; simplify libpng error handling and fclose outfile on error ps.c: fix buffer overflow on colour_to_pscolor() CMYK tif.c: fix BLACKISZERO indexes CODE39: simplify check digit setting reedsol.c: rs_uint_init_gf() log/alog tables must be zeroed ZBarcode_Encode: debug: fix access out-of-bounds on non-NUL-terminated source if length < 10 manual.txt/zint.h: document NUL-terminated strings tests: cover further cases for output (bmp/emf/etc), eci/gb18030/gb2312/sjis, reedsol, AZTEC, CODE39
This commit is contained in:
42
backend/tests/data/eps/dotcode_no_bg.eps
Normal file
42
backend/tests/data/eps/dotcode_no_bg.eps
Normal file
@@ -0,0 +1,42 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: Zint 2.9.1.9
|
||||
%%Title: Zint Generated Symbol
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 22 16
|
||||
%%EndComments
|
||||
/TL { setlinewidth moveto lineto stroke } bind def
|
||||
/TD { newpath 0 360 arc fill } bind def
|
||||
/TH { 0 setlinewidth moveto lineto lineto lineto lineto lineto closepath fill } bind def
|
||||
/TB { 2 copy } bind def
|
||||
/TR { newpath 4 1 roll exch moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath fill } bind def
|
||||
/TE { pop pop } bind def
|
||||
newpath
|
||||
1.00 0.00 0.00 setrgbcolor
|
||||
1.00 15.00 0.80 TD
|
||||
9.00 15.00 0.80 TD
|
||||
13.00 15.00 0.80 TD
|
||||
17.00 15.00 0.80 TD
|
||||
21.00 15.00 0.80 TD
|
||||
7.00 13.00 0.80 TD
|
||||
11.00 13.00 0.80 TD
|
||||
15.00 13.00 0.80 TD
|
||||
1.00 11.00 0.80 TD
|
||||
5.00 11.00 0.80 TD
|
||||
13.00 11.00 0.80 TD
|
||||
17.00 11.00 0.80 TD
|
||||
21.00 11.00 0.80 TD
|
||||
3.00 9.00 0.80 TD
|
||||
1.00 7.00 0.80 TD
|
||||
21.00 7.00 0.80 TD
|
||||
3.00 5.00 0.80 TD
|
||||
7.00 5.00 0.80 TD
|
||||
11.00 5.00 0.80 TD
|
||||
15.00 5.00 0.80 TD
|
||||
1.00 3.00 0.80 TD
|
||||
5.00 3.00 0.80 TD
|
||||
17.00 3.00 0.80 TD
|
||||
21.00 3.00 0.80 TD
|
||||
3.00 1.00 0.80 TD
|
||||
7.00 1.00 0.80 TD
|
||||
15.00 1.00 0.80 TD
|
||||
19.00 1.00 0.80 TD
|
||||
Reference in New Issue
Block a user