class js.html.svg.LineElement extends Element
Available on 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.
SVGLineElement
<line>
var x1:AnimatedLength
Corresponds to attribute x1 on the given <line> element.
x1
var x2:AnimatedLength
Corresponds to attribute x2 on the given <line> element.
x2
var y1:AnimatedLength
Corresponds to attribute y1 on the given <line> element.
y1
var y2:AnimatedLength
Corresponds to attribute y2 on the given <line> element.
y2