SVGFEComponentTransferElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
TheSVGFEComponentTransferElement
interface corresponds to the<feComponentTransfer>
element.
In this article
Instance properties
This interface also inherits properties from its parent interface,SVGElement
.
SVGFEComponentTransferElement.height
Read onlyAn
SVGAnimatedLength
corresponding to theheight
attribute of the given element.SVGFEComponentTransferElement.in1
Read onlyAn
SVGAnimatedString
corresponding to thein
attribute of the given element.SVGFEComponentTransferElement.result
Read onlyAn
SVGAnimatedString
corresponding to theresult
attribute of the given element.SVGFEComponentTransferElement.width
Read onlyAn
SVGAnimatedLength
corresponding to thewidth
attribute of the given element.SVGFEComponentTransferElement.x
Read onlyAn
SVGAnimatedLength
corresponding to thex
attribute of the given element.SVGFEComponentTransferElement.y
Read onlyAn
SVGAnimatedLength
corresponding to they
attribute of the given element.
Instance methods
This interface does not provide any specific methods, but implements those of its parent,SVGElement
.
Specifications
Specification |
---|
Filter Effects Module Level 1> # InterfaceSVGFEComponentTransferElement> |
Browser compatibility
Loading…