From bf42ef00ca315e78c0069c01d97517e3786f2135 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 11 May 2024 08:14:40 +0200 Subject: Update inkex (#2892) * fix currentColor * fix pip inkex import * fix color block extension --- lib/stitch_plan/lock_stitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stitch_plan/lock_stitch.py') diff --git a/lib/stitch_plan/lock_stitch.py b/lib/stitch_plan/lock_stitch.py index 788e6377..e05764de 100644 --- a/lib/stitch_plan/lock_stitch.py +++ b/lib/stitch_plan/lock_stitch.py @@ -4,7 +4,7 @@ from math import degrees from inkex import DirectedLineSegment, Path from shapely.geometry import LineString -from ..debug import debug +from ..debug.debug import debug from ..i18n import _ from ..svg import PIXELS_PER_MM from ..utils import string_to_floats -- cgit v1.2.3