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.h | |
| 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 'src/attributes.h')
| -rw-r--r-- | src/attributes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attributes.h b/src/attributes.h index bcbed50d0..d80e87006 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -171,6 +171,12 @@ enum SPAttributeEnum { SP_ATTR_STARTOFFSET, /* SPStop */ SP_ATTR_OFFSET, + /* SPFilter */ + SP_ATTR_FILTERUNITS, + SP_ATTR_PRIMITIVEUNITS, + SP_ATTR_FILTERRES, + /* SPGaussianBlur */ + SP_ATTR_STDDEVIATION, /* SPGradient */ SP_ATTR_GRADIENTUNITS, SP_ATTR_GRADIENTTRANSFORM, |
