W3cubDocs

/Haxe JavaScript

LineElement

package js.html.svg

extends GeometryElementGraphicsElementElementDOMElementNodeEventTarget

Available on js

The SVGLineElement interface provides access to the properties of line elements, as well as methods to manipulate them.

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

See also:

Variables

read onlyx1:AnimatedLength

Returns an SVGAnimatedLength that corresponds to attribute x1 on the given line element.

read onlyx2:AnimatedLength

Returns an SVGAnimatedLength that corresponds to attribute x2 on the given line element.

read onlyy1:AnimatedLength

Returns an SVGAnimatedLength that corresponds to attribute y1 on the given line element.

read onlyy2:AnimatedLength

Returns an SVGAnimatedLength that corresponds to attribute y2 on the given line element.

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