Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
899bf7a4
Commit
899bf7a4
authored
Nov 10, 2022
by
Volker Krause
Browse files
Increase upper limit vector barcode complexity limit
Needed for Kraft-generated EPC QR codes.
parent
c6948dff
Pipeline
#266003
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/lib/pdf/pdfbarcodeutil.cpp
View file @
899bf7a4
...
...
@@ -19,7 +19,7 @@ enum {
MaxTargetImageWidth1D
=
272
,
// vector path complexity limits
MinPathElementCount2D
=
400
,
MaxPathElementCount2D
=
4
8
00
,
MaxPathElementCount2D
=
5
400
,
MinPathElementCount1D
=
200
,
MaxPathElementCount1D
=
400
,
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment