summaryrefslogtreecommitdiff
path: root/lib/svg
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-05-27 16:07:07 +0200
committerGitHub <noreply@github.com>2020-05-27 16:07:07 +0200
commitb461b2d85b10951f700d8f5c51b050bed8468cd2 (patch)
tree6ac5c3cc2392a6ba926db6a74ff7ffc67e88d449 /lib/svg
parent7ac7539ba0e2bfe34d513c274e6a0896edcf9ac7 (diff)
fix parse style bug (#709)
Diffstat (limited to 'lib/svg')
-rw-r--r--lib/svg/tags.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py
index 3dcf3010..66014c30 100644
--- a/lib/svg/tags.py
+++ b/lib/svg/tags.py
@@ -18,8 +18,6 @@ SVG_SYMBOL_TAG = inkex.addNS('symbol', 'svg')
SVG_USE_TAG = inkex.addNS('use', 'svg')
SVG_IMAGE_TAG = inkex.addNS('image', 'svg')
-EMBROIDERABLE_TAGS = (SVG_PATH_TAG, SVG_POLYLINE_TAG)
-
INKSCAPE_LABEL = inkex.addNS('label', 'inkscape')
INKSCAPE_GROUPMODE = inkex.addNS('groupmode', 'inkscape')
CONNECTION_START = inkex.addNS('connection-start', 'inkscape')