mirror of
https://github.com/starovoid/rxing.git
synced 2026-09-26 09:55:11 +00:00
red lines on result.rs
This commit is contained in:
+274
-394
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -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