Skip to content

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

C

C: TCurveInfo<"C">

Defined in: src/util/path/typedefs.ts:40


L

L: TPathSegmentInfoCommon<"L">

Defined in: src/util/path/typedefs.ts:39


M

M: TPathSegmentInfoCommon<"M">

Defined in: src/util/path/typedefs.ts:38


Q

Q: TCurveInfo<"Q">

Defined in: src/util/path/typedefs.ts:41


Z

Z: TEndPathInfo

Defined in: src/util/path/typedefs.ts:42