From 60fb7d0a9efa43d3b58867927ecede6cfdc5ab21 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 2 May 2022 14:47:43 -0400 Subject: fix more shapely deprecations --- lib/elements/fill_stitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements') diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index 3b87ea0c..4157d3fb 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -562,7 +562,7 @@ class FillStitch(EmbroideryElement): def do_tangential_fill(self, last_patch, starting_point): stitch_groups = [] - polygons = list(self.fill_shape) + polygons = self.fill_shape.geoms if not starting_point: starting_point = (0, 0) for poly in polygons: -- cgit v1.2.3