Enumerations

The following enumerations are available globally.

  • Line join type that corresponds to the SVG line join string

    Declaration

    Swift

    enum LineJoin : String
  • Line cap type that corresponds to the SVG line cap string

    Declaration

    Swift

    enum LineCap : String