haXe API Documentation
Back | Index
extern class js.html.svg.LineElement
extends Element
Available in js
The SVGLineElement interface provides access to the properties of <line> elements, as well as methods to manipulate them.

Documentation for this class was provided by MDN.
var x1(default,null) : AnimatedLength
Corresponds to attribute x1 on the given <line> element.
var x2(default,null) : AnimatedLength
Corresponds to attribute x2 on the given <line> element.
var y1(default,null) : AnimatedLength
Corresponds to attribute y1 on the given <line> element.
var y2(default,null) : AnimatedLength
Corresponds to attribute y2 on the given <line> element.
Back | Index