mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-21 19:06:05 +00:00
MAXICODE: fix shifting from sets C/D/E to A/B (only latch available)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- ../../../../postscriptbarcode/build/monolithic/barcode.ps 2021-02-22 18:33:57.673232608 +0000
|
||||
+++ ../tools/bwipp_dump.ps 2021-02-22 19:03:00.083067838 +0000
|
||||
--- ../../../../postscriptbarcode/build/monolithic/barcode.ps 2021-03-22 15:06:47.498155878 +0000
|
||||
+++ ../tools/bwipp_dump.ps 2021-03-27 03:44:50.998203506 +0000
|
||||
@@ -26198,34 +26198,80 @@
|
||||
pop
|
||||
} ifelse
|
||||
@@ -1052,7 +1052,7 @@
|
||||
|
||||
end
|
||||
|
||||
@@ -28810,3 +29270,183 @@
|
||||
@@ -28810,3 +29270,189 @@
|
||||
% --END ENCODER hibcazteccode--
|
||||
|
||||
% --END TEMPLATE--
|
||||
@@ -1113,7 +1113,13 @@
|
||||
+
|
||||
+% pixs is renmatrix input
|
||||
+ret /pixs known {
|
||||
+ /pixs ret /pixs get def
|
||||
+ b (maxicode) eq {
|
||||
+ /pixs 990 array def
|
||||
+ 0 1 989 { pixs exch 0 put } for
|
||||
+ ret /pixs get { pixs exch 1 put } forall
|
||||
+ } {
|
||||
+ /pixs ret /pixs get def
|
||||
+ } ifelse
|
||||
+
|
||||
+ /xs systemdict /xs known { systemdict /xs get cvi } { 0 } ifelse def
|
||||
+ /xe systemdict /xe known { systemdict /xe get cvi } { 0 } ifelse def
|
||||
|
||||
Binary file not shown.
@@ -28,6 +28,7 @@ run_bwipp_test "test_dmatrix"
|
||||
run_bwipp_test "test_dotcode" "encode"
|
||||
run_bwipp_test "test_gs1" "gs1_reduce"
|
||||
run_bwipp_test "test_imail" "encode"
|
||||
run_bwipp_test "test_maxicode" "encode"
|
||||
run_bwipp_test "test_medical" "encode"
|
||||
run_bwipp_test "test_pdf417" "encode"
|
||||
run_bwipp_test "test_plessey" "encode"
|
||||
|
||||
Reference in New Issue
Block a user