summaryrefslogtreecommitdiff
path: root/lib/stitches
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2022-05-17 17:33:10 +0200
committerKaalleen <reni@allenka.de>2022-05-17 17:33:10 +0200
commit87f328ec851aa418772d6b459cf6797248deb98f (patch)
treeae3733ee90fa95dab9c9c0532b1e15fad5d89712 /lib/stitches
parentd0fc0e13261f5f37247570793dea726786df5456 (diff)
* flip option only for legacyfill
* rename autofill underlay to fill underlay * remove unused dependency
Diffstat (limited to 'lib/stitches')
-rw-r--r--lib/stitches/contour_fill.py2
1 files changed, 1 insertions, 1 deletions
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