Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Inkscape
extensions
Commits
c3f2cd14
Commit
c3f2cd14
authored
Apr 24, 2020
by
vuko
Browse files
Fix datamatrix 64x64 generation
Correcting dcol and crow values for 64x64 datamatrix.
parent
7862b208
Changes
1
Hide whitespace changes
Inline
Side-by-side
render_barcode_datamatrix.py
View file @
c3f2cd14
...
...
@@ -74,7 +74,7 @@ SYMBOLS = {
'sq44'
:
(
44
,
44
,
20
,
20
,
2
,
2
,
144
,
56
,
1
),
'sq48'
:
(
48
,
48
,
22
,
22
,
2
,
2
,
174
,
68
,
1
),
'sq52'
:
(
52
,
52
,
24
,
24
,
2
,
2
,
102
,
42
,
2
),
'sq64'
:
(
64
,
64
,
1
6
,
1
6
,
4
,
4
,
140
,
56
,
2
),
'sq64'
:
(
64
,
64
,
1
4
,
1
4
,
4
,
4
,
140
,
56
,
2
),
'sq72'
:
(
72
,
72
,
16
,
16
,
4
,
4
,
92
,
36
,
4
),
'sq80'
:
(
80
,
80
,
18
,
18
,
4
,
4
,
114
,
48
,
4
),
'sq88'
:
(
88
,
88
,
20
,
20
,
4
,
4
,
144
,
56
,
4
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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