Other Structs
The following structs are available globally.
-
Concrete implementation that creates a container from a
See more<svg>
element and its attributes. This will almost always be the root container element that will container all otherSVGElement
layersDeclaration
Swift
struct SVGRootElement: SVGContainerElement
-
Concrete implementation that creates a
See moreCAShapeLayer
from a<polyline>
element and its attributesDeclaration
Swift
struct SVGPolyline: SVGShapeElement
-
A struct that lists all the supported elements and attributes for a parser
Declaration
Swift
public struct SVGParserSupportedElements
-
Concrete implementation that creates a
See moreCAShapeLayer
from a<path>
element and its attributesDeclaration
Swift
struct SVGPath: SVGShapeElement, ParsesAsynchronously
-
Concrete implementation that creates a
See moreCAShapeLayer
from a<polygon>
element and its attributesDeclaration
Swift
struct SVGPolygon: SVGShapeElement