diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-10-01 10:37:50 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-10-01 10:37:50 +0000 |
| commit | a48a5301a4d8912d717dc6e393608b8abb55a086 (patch) | |
| tree | 9db87354f5c2e300b3765efc0d61f71ba694296e /src/attributes.cpp | |
| parent | Use two bounding box caches instead of one (diff) | |
| download | inkscape-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.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 7353c35ed..49ec997ec 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -409,6 +409,7 @@ static SPStyleProp const props[] = { /* XML */ {SP_ATTR_XML_SPACE, "xml:space"}, + {SP_ATTR_XML_LANG, "xml:lang"}, /* typeset */ {SP_ATTR_TEXT_NOMARKUP, "inkscape:srcNoMarkup"}, |
