The SVGFilterPrimitiveStandardAttributes
interface defines the set of DOM attributes that are common across the filter primitive interfaces.
SVGFilterPrimitiveStandardAttributes.x
Read only
SVGAnimatedLength
corresponding to the x
attribute of the given element.SVGFilterPrimitiveStandardAttributes.y
Read only
SVGAnimatedLength
corresponding to the y
attribute of the given element.SVGFilterPrimitiveStandardAttributes.width
Read only
SVGAnimatedLength
corresponding to the width
attribute of the given element.SVGFilterPrimitiveStandardAttributes.height
Read only
SVGAnimatedLength
corresponding to the height
attribute of the given element.SVGFilterPrimitiveStandardAttributes.result
Read only
SVGAnimatedString
corresponding to the result
attribute of the given element.This interface does not provide any specific methods.
Specification | Status | Comment |
---|---|---|
Filter Effects Module Level 1 The definition of 'SVGFilterPrimitiveStandardAttributes' in that specification. | Working Draft | No change |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'SVGFilterPrimitiveStandardAttributes' in that specification. | Recommendation | Initial definition |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? | ? |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? | ? |
SVGFEBlendElement
SVGFEColorMatrixElement
SVGFEComponentTransferElement
SVGFECompositeElement
SVGFEConvolveMatrixElement
SVGFEDiffuseLightingElement
SVGFEDisplacementMapElement
SVGFEDropShadowElement
SVGFEFloodElement
SVGFEGaussianBlurElement
SVGFEImageElement
SVGFEMergeElement
SVGFEMorphologyElement
SVGFEOffsetElement
SVGFESpecularLightingElement
SVGFETileElement
SVGFETurbulenceElement
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGFilterPrimitiveStandardAttributes