Instance Method
expandedStroke()expandedStrokeexpandedStroke
Stroke outlines built from the path stroke attributes.
Declaration
func expandedStroke() -> [GSPath]Declaration
- (NSArray<GSPath *> *) expandedStroke;Declaration
expandedStroke() -> list[GSPath]Discussion
Returns an empty array when the stroke cannot be expanded. Axis-aligned cap styles use the layer italic angle when a layer is available.
See Also
Representations
An AppKit drawing path for the path.
A path with path components expanded into outline nodes.
Removes outside overlaps at sharp line corners.
Replaces a corner, cap, segment, brush, or head hint with outline geometry.
A cubic path representation with special curve types converted to Bezier curves.
A path tracing the same outline using primitive node types and connections.
Paths tracing the same outline using primitive node types and connections.
Whether the path already uses primitive node types and connections.