PreviousCommand

internal protocol PreviousCommand

A protocol that describes an instance that represents an SVGElement right before the current one

  • An array that stores processed coordinates values

    Declaration

    Swift

    var coordinateBuffer: [Double] { get }
  • The path type, relative or absolute

    Declaration

    Swift

    var pathType: PathType { get }