mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
fix height bug
This commit is contained in:
@@ -22,7 +22,7 @@ function bitmap(raw_data, size, center = false, invert = false) =
|
||||
offset_i = height / 2
|
||||
)
|
||||
[
|
||||
for(i = 0; i < width; i = i + 1)
|
||||
for(i = 0; i < height; i = i + 1)
|
||||
let(row = _bitmap_row(i - offset_i, rows[i], width, height, center, invert))
|
||||
if(row != []) each row
|
||||
];
|
Reference in New Issue
Block a user