diff options
| author | George Steel <george.steel@gmail.com> | 2023-01-28 20:20:40 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2023-01-28 20:20:40 -0500 |
| commit | c2c256727bc0c6663d553024783941e25448e06c (patch) | |
| tree | 6b462ba3a76d6219e618eaf03f46ac3070d92f96 /lib/svg | |
| parent | 45496fcd93363659cf3dcebde92d5c86be82dd6c (diff) | |
| parent | f2f1fea0cb5d5fe122cc62a338b3b6513528f313 (diff) | |
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/fix-running-stitch
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 0227274c..64f6c2f3 100644 --- a/lib/svg/tags.py +++ b/lib/svg/tags.py @@ -40,6 +40,7 @@ XLINK_HREF = inkex.addNS('href', 'xlink') SODIPODI_NAMEDVIEW = inkex.addNS('namedview', 'sodipodi') SODIPODI_GUIDE = inkex.addNS('guide', 'sodipodi') SODIPODI_ROLE = inkex.addNS('role', 'sodipodi') +SODIPODI_INSENSITIVE = inkex.addNS('insensitive', 'sodipodi') INKSTITCH_LETTERING = inkex.addNS('lettering', 'inkstitch') |
