mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
red lines on result.rs
This commit is contained in:
@@ -6,3 +6,4 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
regex = "1"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -323,7 +323,8 @@ impl DataMatrixWriter {
|
|||||||
}
|
}
|
||||||
output.clear();
|
output.clear();
|
||||||
{
|
{
|
||||||
let input_y: i32 = 0, let output_y: i32 = top_padding;
|
let input_y: i32 = 0;
|
||||||
|
let output_y: i32 = top_padding;
|
||||||
while input_y < matrix_height {
|
while input_y < matrix_height {
|
||||||
{
|
{
|
||||||
// Write the contents of this row of the bytematrix
|
// Write the contents of this row of the bytematrix
|
||||||
|
|||||||
Reference in New Issue
Block a user