mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
red lines on result.rs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -323,7 +323,8 @@ impl DataMatrixWriter {
|
||||
}
|
||||
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 {
|
||||
{
|
||||
// Write the contents of this row of the bytematrix
|
||||
|
||||
Reference in New Issue
Block a user