diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-04-03 22:59:02 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-04-03 22:59:02 -0400 |
| commit | 63effb841fa3ea507135e10331b8ecb1a64e94dd (patch) | |
| tree | 24643ed08826e423c6700a720fed95776a0351d9 /lib/stitches/meander_fill.py | |
| parent | c01fb85c3d6e7d6a30282cb0a4db8d511b4d4f86 (diff) | |
add meander angle
Diffstat (limited to 'lib/stitches/meander_fill.py')
| -rw-r--r-- | lib/stitches/meander_fill.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/meander_fill.py b/lib/stitches/meander_fill.py index 6fdd94b8..08ff4999 100644 --- a/lib/stitches/meander_fill.py +++ b/lib/stitches/meander_fill.py @@ -27,7 +27,7 @@ def meander_fill(fill, shape, original_shape, shape_index, starting_point, endin debug.log(f"tile name: {tile.name}") debug.log_line_strings(lambda: ensure_geometry_collection(shape.boundary).geoms, 'Meander shape') - graph = tile.to_graph(shape, fill.meander_scale) + graph = tile.to_graph(shape, fill.meander_scale, fill.meander_angle) if not graph: label = fill.node.label or fill.node.get_id() |
