summaryrefslogtreecommitdiff
path: root/lib/stitches/meander_fill.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-05-11 08:14:40 +0200
committerGitHub <noreply@github.com>2024-05-11 08:14:40 +0200
commitbf42ef00ca315e78c0069c01d97517e3786f2135 (patch)
tree100619af8d29613a47fb0cb08414afdc270cf6d7 /lib/stitches/meander_fill.py
parent19b59aa2f4e94d7ac32e37aaa74aed7f99340859 (diff)
Update inkex (#2892)
* fix currentColor * fix pip inkex import * fix color block extension
Diffstat (limited to 'lib/stitches/meander_fill.py')
-rw-r--r--lib/stitches/meander_fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/meander_fill.py b/lib/stitches/meander_fill.py
index 94e38e1f..77a899c9 100644
--- a/lib/stitches/meander_fill.py
+++ b/lib/stitches/meander_fill.py
@@ -5,7 +5,7 @@ from shapely.geometry import LineString, MultiPoint, Point
from shapely.ops import nearest_points
from .. import tiles
-from ..debug import debug
+from ..debug.debug import debug
from ..i18n import _
from ..utils.clamp_path import clamp_path_to_polygon
from ..utils.geometry import Point as InkStitchPoint