diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-01-04 14:25:02 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-01-04 14:25:02 +0000 |
| commit | d46d1fbfa2743ef525908dce92880d7d551932b9 (patch) | |
| tree | 4b9bc683e889bf52331227ff0f405ca592b786ee /src/sp-text.cpp | |
| parent | Fixing errors and warnings in the debug code. (diff) | |
| download | inkscape-d46d1fbfa2743ef525908dce92880d7d551932b9.tar.gz inkscape-d46d1fbfa2743ef525908dce92880d7d551932b9.zip | |
Fix for Bug #1265556 (plain svg export is broken for filter).
Fixed bugs:
- https://launchpad.net/bugs/1265556
(bzr r12879)
Diffstat (limited to 'src/sp-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
