From d46d1fbfa2743ef525908dce92880d7d551932b9 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Sat, 4 Jan 2014 15:25:02 +0100 Subject: Fix for Bug #1265556 (plain svg export is broken for filter). Fixed bugs: - https://launchpad.net/bugs/1265556 (bzr r12879) --- src/sp-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-text.cpp') diff --git a/src/sp-text.cpp b/src/sp-text.cpp index d2f433eba..ef46e890f 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -235,7 +235,7 @@ void SPText::modified(guint flags) { Inkscape::XML::Node *SPText::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { if (flags & SP_OBJECT_WRITE_BUILD) { if (!repr) { - repr = xml_doc->createElement("svg:this"); + repr = xml_doc->createElement("svg:text"); } GSList *l = NULL; -- cgit v1.2.3