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.

Instance Fields

var x1:AnimatedLength

Corresponds to attribute x1 on the given <line> element.

var x2:AnimatedLength

Corresponds to attribute x2 on the given <line> element.

var y1:AnimatedLength

Corresponds to attribute y1 on the given <line> element.

var y2:AnimatedLength

Corresponds to attribute y2 on the given <line> element.