From 87f328ec851aa418772d6b459cf6797248deb98f Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Tue, 17 May 2022 17:33:10 +0200 Subject: * flip option only for legacyfill * rename autofill underlay to fill underlay * remove unused dependency --- lib/stitches/contour_fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stitches/contour_fill.py') diff --git a/lib/stitches/contour_fill.py b/lib/stitches/contour_fill.py index 2466a04b..c42cc6f2 100644 --- a/lib/stitches/contour_fill.py +++ b/lib/stitches/contour_fill.py @@ -4,7 +4,7 @@ from itertools import chain import networkx as nx import numpy as np import trimesh -from shapely.geometry import GeometryCollection, MultiPolygon, Polygon, LineString, MultiLineString, Point +from shapely.geometry import GeometryCollection, MultiPolygon, Polygon, LineString, Point from shapely.geometry.polygon import orient from shapely.ops import nearest_points from shapely.ops import polygonize -- cgit v1.2.3