diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-06-21 19:48:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-21 19:48:28 +0200 |
| commit | eef2ec232ef45fd608093e22d6103a317da8eab5 (patch) | |
| tree | 7db41b7d8f391c1379dc1f9be82a6a2d7ac71b4e /lib/svg | |
| parent | edacc3ec7756d5d9c471b252132f942de8b93b52 (diff) | |
Undo stitch plan preview and density map (#1687)
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/rendering.py | 4 | ||||
| -rw-r--r-- | lib/svg/tags.py | 2 |
2 files changed, 4 insertions, 2 deletions
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', |
