FillRule

public enum FillRule : String, Encodable

Determines which regions of complex paths constitute the interior.

For more info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule

  • Undocumented

    Declaration

    Swift

    case evenOdd = "evenodd"
  • Undocumented

    Declaration

    Swift

    case nonZero = "nonzero"