diff options
| author | Niko Kiirala <niko@kiirala.com> | 2006-06-21 16:04:22 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2006-06-21 16:04:22 +0000 |
| commit | d331e75a28fc513289d24bc0dc10ef7be26da888 (patch) | |
| tree | 2b9cae58f7256a2e12625068a54299911859e63e /src/attributes.cpp | |
| parent | it seems we don't have "required" anymore (diff) | |
| download | inkscape-d331e75a28fc513289d24bc0dc10ef7be26da888.tar.gz inkscape-d331e75a28fc513289d24bc0dc10ef7be26da888.zip | |
svg-filters branch merged back to head
(bzr r1252)
Diffstat (limited to '')
| -rw-r--r-- | src/attributes.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 541acfc0c..f0ecc1e41 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -171,6 +171,12 @@ static SPStyleProp const props[] = { {SP_ATTR_STARTOFFSET, "startOffset"}, /* SPStop */ {SP_ATTR_OFFSET, "offset"}, + /* SPFilter */ + {SP_ATTR_FILTERUNITS, "filterUnits"}, + {SP_ATTR_PRIMITIVEUNITS, "primitiveUnits"}, + {SP_ATTR_FILTERRES, "filterRes"}, + /* SPGaussianBlur */ + {SP_ATTR_STDDEVIATION, "stdDeviation"}, /* SPGradient */ {SP_ATTR_GRADIENTUNITS, "gradientUnits"}, {SP_ATTR_GRADIENTTRANSFORM, "gradientTransform"}, |
