diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-01-22 14:34:59 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-01-22 14:34:59 +0000 |
| commit | 361f276025ee68dd5699e9b31c46041587b7626b (patch) | |
| tree | 40ba476fbbba253c48971ad3f12d4496ae1befd0 /src | |
| parent | Fixed memory leaks (diff) | |
| download | inkscape-361f276025ee68dd5699e9b31c46041587b7626b.tar.gz inkscape-361f276025ee68dd5699e9b31c46041587b7626b.zip | |
Filters. Add missing inkscape namespace declaration for 'Channel Painting'
(bzr r12051)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/internal/filter/color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/filter/color.h b/src/extension/internal/filter/color.h index 785059cca..5c1cb673e 100644 --- a/src/extension/internal/filter/color.h +++ b/src/extension/internal/filter/color.h @@ -211,7 +211,7 @@ ChannelPaint::get_filter_text (Inkscape::Extension::Extension * ext) } _filter = g_strdup_printf( - "<filter inkscape:label=\"Channel Painting\" style=\"color-interpolation-filters:sRGB;\" >\n" + "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" style=\"color-interpolation-filters:sRGB;\" inkscape:label=\"Channel Painting\">\n" "<feColorMatrix values=\"%s\" type=\"saturate\" result=\"colormatrix1\" />\n" "<feColorMatrix values=\"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 %s %s %s %s 0 \" in=\"SourceGraphic\" result=\"colormatrix2\" />\n" "<feFlood flood-color=\"rgb(%s,%s,%s)\" flood-opacity=\"%s\" result=\"flood\" />\n" |
