package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGFECompositeElement
interface corresponds to the feComposite
element.
Documentation SVGFECompositeElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_ARITHMETIC:Int = 6
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_ATOP:Int = 4
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_IN:Int = 2
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_OUT:Int = 3
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_OVER:Int = 1
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_UNKNOWN:Int = 0
staticinlineread onlySVG_FECOMPOSITE_OPERATOR_XOR:Int = 5
read onlyheight:AnimatedLength
read onlyin1:AnimatedString
An SVGAnimatedString
corresponding to the in
attribute of the given element.
read onlyin2:AnimatedString
read onlyk1:AnimatedNumber
read onlyk2:AnimatedNumber
read onlyk3:AnimatedNumber
read onlyk4:AnimatedNumber
read onlyoperator_:AnimatedEnumeration
read onlyresult:AnimatedString
read onlywidth:AnimatedLength
read onlyx:AnimatedLength
read onlyy:AnimatedLength
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FECompositeElement.html