Shape

public enum Shape : String, Encodable

Sets the shape of the paths.

If linear, paths are composed of straight lines. If hspline, paths are composed of horizontal curved splines

  • Undocumented

    Declaration

    Swift

    case linear
  • Undocumented

    Declaration

    Swift

    case hspline