W3cubDocs

/Haxe JavaScript

LinearGradientElement

package js.html.svg

extends GradientElementElementDOMElementNodeEventTarget

Available on js

The SVGLinearGradientElement interface corresponds to the linearGradient element.

Documentation SVGLinearGradientElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlyx1:AnimatedLength

An SVGAnimatedLength corresponding to the x1 attribute of the given linearGradient element.

read onlyx2:AnimatedLength

An SVGAnimatedLength corresponding to the x2 attribute of the given linearGradient element.

read onlyy1:AnimatedLength

An SVGAnimatedLength corresponding to the y1 attribute of the given linearGradient element.

read onlyy2:AnimatedLength

An SVGAnimatedLength corresponding to the y2 attribute of the given linearGradient element.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/LinearGradientElement.html