Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGLineElement

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.

EventTarget Node Element SVGElement SVGGraphicsElement SVGGeometryElement SVGLineElement

Instance properties

This interface also inherits properties from its parent,SVGGeometryElement.

SVGLineElement.x1Read only

Returns anSVGAnimatedLength that corresponds to attributex1 on the given<line> element.

SVGLineElement.y1Read only

Returns anSVGAnimatedLength that corresponds to attributey1 on the given<line> element.

SVGLineElement.x2Read only

Returns anSVGAnimatedLength that corresponds to attributex2 on the given<line> element.

SVGLineElement.y2Read only

Returns anSVGAnimatedLength that corresponds to attributey2 on 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

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp