summaryrefslogtreecommitdiff
path: root/lib/stitches/circular_fill.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stitches/circular_fill.py')
-rw-r--r--lib/stitches/circular_fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/circular_fill.py b/lib/stitches/circular_fill.py
index ec133f99..28346dd9 100644
--- a/lib/stitches/circular_fill.py
+++ b/lib/stitches/circular_fill.py
@@ -77,7 +77,7 @@ def circular_fill(shape,
if is_empty(fill_stitch_graph):
return fallback(shape, running_stitch_length, running_stitch_tolerance)
- fill_stitch_graph = graph_make_valid(fill_stitch_graph)
+ graph_make_valid(fill_stitch_graph)
travel_graph = build_travel_graph(fill_stitch_graph, shape, angle, underpath)
path = find_stitch_path(fill_stitch_graph, travel_graph, starting_point, ending_point)