computeAndAttachRecursiveStrokeCounts Method

Attach StrokeCountMap structure to this primitive (and recursively to any children)

computeAndAttachRecursiveStrokeCounts(options?: StrokeOptions, parentMap?: StrokeCountMap): void

@returns sum of a0+this.curveLength(), for use as a0 of successor in chain.

Parameter Type Description
options StrokeOptions StrokeOptions that determine count
parentMap StrokeCountMap  

Returns - void

sum of a0+this.curveLength(), for use as a0 of successor in chain.

Defined in

Last Updated: 25 April, 2026