SVG
public struct SVG
Undocumented
-
View rectangle.
Declaration
Swift
public let viewBox: Rectangle
-
Composite structure composed of
RenderedPath
values.Declaration
Swift
public let structure: Structure
-
Creates an
SVG
model for a file at the givenurl
.Declaration
Swift
public init(url: URL) throws
-
Creates an
SVG
model for a file with the givenname
in the resources bundle.Declaration
Swift
public init(name: String) throws
-
Undocumented
See moreDeclaration
Swift
public struct Group