summaryrefslogtreecommitdiff
path: root/lib/svg
diff options
context:
space:
mode:
Diffstat (limited to 'lib/svg')
-rw-r--r--lib/svg/rendering.py4
-rw-r--r--lib/svg/tags.py2
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',