From 077f7ea72ba38790bf030d3181c44787fef953b6 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 6 Aug 2019 04:42:48 +0200 Subject: add Troubleshoot extension (#465) adds an extension to help you understand what's wrong with an object and how to fix it, e.g. "invalid" fill shapes --- lib/elements/stroke.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/elements/stroke.py') diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py index e0a0aacc..4828bf65 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -3,11 +3,10 @@ import sys import shapely.geometry from ..i18n import _ -from ..stitches import running_stitch, bean_stitch +from ..stitches import bean_stitch, running_stitch from ..svg import parse_length_with_units -from ..utils import cache, Point -from .element import param, EmbroideryElement, Patch - +from ..utils import Point, cache +from .element import EmbroideryElement, Patch, param warned_about_legacy_running_stitch = False -- cgit v1.2.3