From dc3eb865bd10e690dbf80f41277b062ac2253572 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Fri, 11 Dec 2015 16:11:03 +0100 Subject: tdf#32248 SVG: first attempt to support tspan elements it's not perfect but at least we can already display the text, which is better than displaying nothing Change-Id: I89627010ac8071c106b41c1de6b183a619f8158b Reviewed-on: https://gerrit.libreoffice.org/20642 Tested-by: Jenkins Reviewed-by: Armin Le Grand --- xmloff/source/core/xmltoken.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'xmloff') diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 949ac82a47c2..0ebf728308f6 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1918,6 +1918,7 @@ namespace xmloff { namespace token { TOKEN( "true", XML_TRUE ), TOKEN( "truncate-on-overflow", XML_TRUNCATE_ON_OVERFLOW ), TOKEN( "try-staggering-first", XML_TRY_STAGGERING_FIRST ), + TOKEN( "tspan", XML_TSPAN ), TOKEN( "ttb", XML_TTB ), TOKEN( "type", XML_TYPE ), TOKEN( "dot-dash", XML_DOT_DASH ), -- cgit