summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorNiko Kiirala <niko@kiirala.com>2007-05-29 10:47:04 +0000
committerkiirala <kiirala@users.sourceforge.net>2007-05-29 10:47:04 +0000
commitbb8c80451efac613442f77de66d246065ffa4fcf (patch)
tree61128cfdaedcc105fd1cb0861e0583a9cee47690 /src/attributes.cpp
parentAdd auto gap filling for Paint Bucket and implement "safety valve" to prevent... (diff)
downloadinkscape-bb8c80451efac613442f77de66d246065ffa4fcf.tar.gz
inkscape-bb8c80451efac613442f77de66d246065ffa4fcf.zip
Added support for in-parameter in filter primitives
(bzr r3041)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 39f6a04f9..a8cd2e83d 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -165,6 +165,9 @@ static SPStyleProp const props[] = {
{SP_ATTR_FILTERUNITS, "filterUnits"},
{SP_ATTR_PRIMITIVEUNITS, "primitiveUnits"},
{SP_ATTR_FILTERRES, "filterRes"},
+ /* Filter primitives common */
+ {SP_ATTR_IN, "in"},
+ {SP_ATTR_RESULT, "result"},
/*feBlend*/
{SP_ATTR_MODE, "mode"},
{SP_ATTR_IN2, "in2"},