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 ++-- lib/svg/tags.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/svg') 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: # _______ diff --git a/lib/svg/tags.py b/lib/svg/tags.py index f0dc69bc..98edb604 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -112,6 +112,8 @@ inkstitch_attribs = [ 'e_stitch', 'pull_compensation_mm', 'stroke_first', + # stitch_plan + 'invisible_layers', # Legacy 'trim_after', 'stop_after', -- cgit v1.2.3