Contents

fillRule

The fill rule used when filling the shape’s path.

Declaration

var fillRule: CAShapeLayerFillRule { get set }

Discussion

The possible values are shown in Shape Fill Mode Values. The default is nonZero. See Winding Rules for examples of the two fill rules.

See Also

Accessing Shape Style Properties