FillRule

public enum FillRule : String, Encodable

Determines the path’s 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"