PathDConstants

internal struct PathDConstants

A struct that maps <path> d commands to SVGElements

  • Valid path letters that can be used in the path d string

    Declaration

    Swift

    enum DCharacter : CChar
  • A dictionary that generates a new PathCommand based on the CChar value of the SVG path letter

    Declaration

    Swift

    static let characterDictionary: [CChar : PathCommand]