Tree

extension Tree where Branch == Group, Leaf == Item

Available where Branch == Group, Leaf == Item

  • Creates a StyledPath.Composite with the given svg.

    Declaration

    Swift

    public init(_ svg: SVG)
  • Creates a StyledPath.Composite with the given svg, scaled to the given height.

    Declaration

    Swift

    public init(_ svg: SVG, height: Double)
  • Creates a StyledPath.Composite with the given svg, scaled to the given width.

    Declaration

    Swift

    public init(_ svg: SVG, width: Double)