Tree
extension Tree where Branch == Group, Leaf == Item
-
Creates a
StyledPath.Composite
with the givensvg
.Declaration
Swift
public init(_ svg: SVG)
-
Creates a
StyledPath.Composite
with the givensvg
, scaled to the givenheight
.Declaration
Swift
public init(_ svg: SVG, height: Double)
-
Creates a
StyledPath.Composite
with the givensvg
, scaled to the givenwidth
.Declaration
Swift
public init(_ svg: SVG, width: Double)