From a48a5301a4d8912d717dc6e393608b8abb55a086 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 1 Oct 2019 12:37:50 +0200 Subject: Support "lang" and "xml:lang" attributes. Partial fix for https://gitlab.com/inkscape/inbox/issues/951 --- src/attributes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/attributes.cpp') 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"}, -- cgit v1.2.3