SVGLineElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
TheSVGLineElement interface provides access to the properties of<line> elements, as well as methods to manipulate them.
In this article
Instance properties
This interface also inherits properties from its parent,SVGGeometryElement.
SVGLineElement.x1Read onlyReturns an
SVGAnimatedLengththat corresponds to attributex1on the given<line>element.SVGLineElement.y1Read onlyReturns an
SVGAnimatedLengththat corresponds to attributey1on the given<line>element.SVGLineElement.x2Read onlyReturns an
SVGAnimatedLengththat corresponds to attributex2on the given<line>element.SVGLineElement.y2Read onlyReturns an
SVGAnimatedLengththat corresponds to attributey2on the given<line>element.
Instance methods
Inherits methods from its parent interface,SVGGeometryElement.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2> # InterfaceSVGLineElement> |
Browser compatibility
See also
<line>SVG Element