summaryrefslogtreecommitdiffstats
path: root/src/attributes.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-10-01 10:37:50 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-10-01 10:37:50 +0000
commita48a5301a4d8912d717dc6e393608b8abb55a086 (patch)
tree9db87354f5c2e300b3765efc0d61f71ba694296e /src/attributes.h
parentUse two bounding box caches instead of one (diff)
downloadinkscape-a48a5301a4d8912d717dc6e393608b8abb55a086.tar.gz
inkscape-a48a5301a4d8912d717dc6e393608b8abb55a086.zip
Support "lang" and "xml:lang" attributes.
Partial fix for https://gitlab.com/inkscape/inbox/issues/951
Diffstat (limited to 'src/attributes.h')
-rw-r--r--src/attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 7a49e2808..d1d4c5aa7 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -415,6 +415,7 @@ enum SPAttributeEnum : unsigned {
/* XML */
SP_ATTR_XML_SPACE,
+ SP_ATTR_XML_LANG,
/* typeset */
SP_ATTR_TEXT_NOMARKUP,