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-filter.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-filter.cpp')
| -rw-r--r-- | src/sp-filter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index 9d45c92fc..c3e7d217e 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -220,7 +220,7 @@ Inkscape::XML::Node* SPFilter::write(Inkscape::XML::Document *doc, Inkscape::XML // Original from sp-item-group.cpp if (flags & SP_OBJECT_WRITE_BUILD) { if (!repr) { - repr = doc->createElement("svg:this"); + repr = doc->createElement("svg:filter"); } GSList *l = NULL; |
