summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-10-19 12:51:28 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-10-19 12:51:28 +0000
commit8e2e7b350b7a48347f1842060431bb9fd7bfa94c (patch)
treef82f2877dbd15fe3f1edd273bfb19ad222a31e2a /src
parentTranslations. Latvian translation update by Jānis Eisaks. (diff)
downloadinkscape-8e2e7b350b7a48347f1842060431bb9fd7bfa94c.tar.gz
inkscape-8e2e7b350b7a48347f1842060431bb9fd7bfa94c.zip
Filters. Fixing filters structure and typo.
(bzr r11809)
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/filter/paint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extension/internal/filter/paint.h b/src/extension/internal/filter/paint.h
index dcc51c815..ad396e08f 100644
--- a/src/extension/internal/filter/paint.h
+++ b/src/extension/internal/filter/paint.h
@@ -644,7 +644,6 @@ NeonDraw::get_filter_text (Inkscape::Extension::Extension * ext)
"<feFuncB type=\"%s\" tableValues=\"0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1\" />\n"
"</feComponentTransfer>\n"
"<feComposite in=\"component2\" in2=\"blur2\" k3=\"%s\" operator=\"arithmetic\" k2=\"1\" result=\"composite1\" />\n"
- "<feColorMatrix values=\"-1 0 0 0 1 0 -1 0 0 0 1 0 -1 0 1 -0.21 -0.72 -0.07 2 0\" result=\"color3\" />\n"
"<feComposite in=\"composite1\" in2=\"SourceGraphic\" operator=\"in\" result=\"composite2\" />\n"
"</filter>\n", blend.str().c_str(), simply.str().c_str(), width.str().c_str(), type.str().c_str(), type.str().c_str(), type.str().c_str(), lightness.str().c_str());