SVGPathSegLinetoAbs object
Defines a SVGPathSeg command with absolute lineto path data.
![]() ![]() |
Members
The SVGPathSegLinetoAbs object has these types of members:
Properties
The SVGPathSegLinetoAbs object has these properties.
| Property | Description |
|---|---|
|
Gets the type of the path segment. | |
|
Gets the type of the path segment, specified by the corresponding one-character command name. | |
|
Gets or sets the x-coordinate value. | |
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.5
Remarks
Note In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherit core HTML attributes, properties, events, methods, and styles.
The L object uses absolute coordinates to draw a line from the current point to the given (x,y) coordinate, which becomes the new current point. You can specify a number of coordinates pairs to draw a polyline. At the end of the command, the new current point is set to the final set of coordinates that are provided.
Show:

