Skip to content

Commit

Permalink
fix: out of bound positions (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant authored Nov 7, 2024
1 parent 1a9a372 commit 21dbfca
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/pdf417-3/18/fast-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"y": 4
},
"topRight": {
"x": 404,
"x": 375,
"y": 4
},
"bottomRight": {
"x": 404,
"x": 375,
"y": 223
},
"bottomLeft": {
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/pdf417-3/18/fast-180.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"y": 223
},
"topRight": {
"x": -29,
"x": 0,
"y": 223
},
"bottomRight": {
"x": -29,
"x": 0,
"y": 4
},
"bottomLeft": {
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/pdf417-3/18/slow-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"y": 4
},
"topRight": {
"x": 404,
"x": 375,
"y": 4
},
"bottomRight": {
"x": 404,
"x": 375,
"y": 223
},
"bottomLeft": {
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/pdf417-3/18/slow-180.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"y": 223
},
"topRight": {
"x": -29,
"x": 0,
"y": 223
},
"bottomRight": {
"x": -29,
"x": 0,
"y": 4
},
"bottomLeft": {
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/pdf417-3/18/slow-270.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"topRight": {
"x": 223,
"y": 404
"y": 375
},
"bottomRight": {
"x": 4,
"y": 404
"y": 375
},
"bottomLeft": {
"x": 4,
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/pdf417-3/18/slow-90.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"topRight": {
"x": 4,
"y": -29
"y": 0
},
"bottomRight": {
"x": 223,
"y": -29
"y": 0
},
"bottomLeft": {
"x": 223,
Expand Down
2 changes: 1 addition & 1 deletion zxing-cpp

0 comments on commit 21dbfca

Please sign in to comment.