red lines on result.rs

This commit is contained in:
Henry Schimke
2022-08-18 17:38:46 -05:00
parent 2168e1239a
commit e49b6f854c
3 changed files with 277 additions and 395 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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