| Field Summary | ||
|---|---|---|
const Number | LINE_TO | |
| Straight line segment | ||
const Number | CUBIC_BEZIER_CURVE_TO | |
| Cubic Bezier curve | ||
const Number | MOVE_TO | |
| Start a new path | ||
const Number | CLOSE | |
| If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path. | ||
const Number | END | |
| The end of the current path | ||
const Number | ESCAPE | |
| Escape | ||
const Number | ARC_TO | |
| An arc | ||
const Number | UNKNOWN | |
| Unknown | ||
| Field Detail |
|---|
LINE_TO | |
const Number LINE_TO | |
CUBIC_BEZIER_CURVE_TO | |
const Number CUBIC_BEZIER_CURVE_TO | |
MOVE_TO | |
const Number MOVE_TO | |
CLOSE | |
const Number CLOSE | |
END | |
const Number END | |
ESCAPE | |
const Number ESCAPE | |
ARC_TO | |
const Number ARC_TO | |
UNKNOWN | |
const Number UNKNOWN | |