From eef2ec232ef45fd608093e22d6103a317da8eab5 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:48:28 +0200 Subject: Undo stitch plan preview and density map (#1687) --- lib/svg/rendering.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/svg/rendering.py') diff --git a/lib/svg/rendering.py b/lib/svg/rendering.py index 2b638ebf..64090554 100644 --- a/lib/svg/rendering.py +++ b/lib/svg/rendering.py @@ -8,10 +8,10 @@ from math import pi import inkex -from .tags import (INKSCAPE_GROUPMODE, INKSCAPE_LABEL, INKSTITCH_ATTRIBS) -from .units import PIXELS_PER_MM, get_viewbox_transform from ..i18n import _ from ..utils import Point, cache +from .tags import INKSCAPE_GROUPMODE, INKSCAPE_LABEL, INKSTITCH_ATTRIBS +from .units import PIXELS_PER_MM, get_viewbox_transform # The stitch vector path looks like this: # _______ -- cgit v1.2.3