FillRule

enum FillRule : Enum<FillRule>

FillRule specifies the algorithm which is to be used to determine what parts of the canvas are included inside the shape. See the documentation on SVG's fill-rule property for usage details.

Entries

Link copied to clipboard

See SVG fill-rule nonzero rule.

Link copied to clipboard

See SVG fill-rule evenodd rule.

Link copied to clipboard

Fill rule not specified

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int