diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-04-15 08:48:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 08:48:27 +0200 |
| commit | 6504c72fb73927151c10edcd5e891af53b36826c (patch) | |
| tree | 2044fb20e785dc2710f0f854719319673c98659a /lib/svg | |
| parent | 067ef9095a7e77b66257b3f5656a8feac1f028fc (diff) | |
Add inkstitch svg version tag (#2199)
... to make it easier to update legacy default values
Diffstat (limited to 'lib/svg')
| -rw-r--r-- | lib/svg/tags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/svg/tags.py b/lib/svg/tags.py index bbef6ebb..8ce0c8a2 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -27,6 +27,7 @@ SVG_IMAGE_TAG = inkex.addNS('image', 'svg') SVG_CLIPPATH_TAG = inkex.addNS('clipPath', 'svg') SVG_MASK_TAG = inkex.addNS('mask', 'svg') +SVG_METADATA_TAG = inkex.addNS("metadata", "svg") INKSCAPE_LABEL = inkex.addNS('label', 'inkscape') INKSCAPE_GROUPMODE = inkex.addNS('groupmode', 'inkscape') CONNECTION_START = inkex.addNS('connection-start', 'inkscape') |
