From b461b2d85b10951f700d8f5c51b050bed8468cd2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 27 May 2020 16:07:07 +0200 Subject: fix parse style bug (#709) --- lib/svg/tags.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/svg') 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') -- cgit v1.2.3