X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=src%2Fattributes.cpp;h=f0ecc1e415ed13bccc0ac252997375062732699e;hb=e36a6b1f3d057c188ee91ff06f6337522725e19e;hp=541acfc0cfda10c5752e77a823001e270fe489dd;hpb=35e0418c921e7057987f57ba30ba95ec5e03c9e5;p=inkscape.git 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"},