LineTo
Inherits from: PathElement
Overview
Creates a line path element by drawing a straight line from the current coordinate to the new coordinates.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| x | Number | 0.0 |
Defines the X coordinate. |
| y | Number | 0.0 |
Defines the Y coordinate. |
Inherited Variables
PathElement
| name | type | Default Value | description |
|---|---|---|---|
| absolute | Boolean | true |
A flag that indicates whether the path coordinates are absolute or relative. A value of true indicates that the coordinates are absolute values. A value of false indicates that the values in this PathElement are added to the coordinates of the previous PathElement to compute the actual coordinates. |
