ISVGFilterPrimitiveStandardAttributes class

ISVGFilterPrimitiveStandardAttributes class

This interface defines the set of DOM attributes that are common across the filter primitive interfaces.

The ISVGFilterPrimitiveStandardAttributes type exposes the following members:

Properties

PropertyDescription
xCorresponds to attribute ‘x’ on the given ‘filter’ element.
yCorresponds to attribute ‘y’ on the given ‘filter’ element.
widthCorresponds to attribute ‘width’ on the given ‘filter’ element.
heightCorresponds to attribute ‘height’ on the given ‘filter’ element.
resultCorresponds to attribute ‘result’ on the given ‘filter’ element.

See Also