Type alias TPathSegmentCommandInfo

TPathSegmentCommandInfo: {
    C: TCurveInfo<"C">;
    L: TPathSegmentInfoCommon<"L">;
    M: TPathSegmentInfoCommon<"M">;
    Q: TCurveInfo<"Q">;
    Z: TEndPathInfo;
}

Relevant info to calculate path length/points on path for each command type in a simplified parsed path

Type declaration

Generated using TypeDoc