TPathSegmentCommandInfo
TPathSegmentCommandInfo =
object
Defined in: src/util/path/typedefs.ts:37
Relevant info to calculate path length/points on path for each command type in a simplified parsed path
Properties
Section titled “Properties”C:
TCurveInfo<"C">
Defined in: src/util/path/typedefs.ts:40
L:
TPathSegmentInfoCommon<"L">
Defined in: src/util/path/typedefs.ts:39
M:
TPathSegmentInfoCommon<"M">
Defined in: src/util/path/typedefs.ts:38
Q:
TCurveInfo<"Q">
Defined in: src/util/path/typedefs.ts:41
Z:
TEndPathInfo
Defined in: src/util/path/typedefs.ts:42