SVGContainerElement

public protocol SVGContainerElement : DelaysApplyingAttributes, Fillable, Identifiable, SVGElement, Strokable, Stylable, Transformable

A protocol that describes an instance that can store SVG sublayers and can apply a single attributes to all sublayers.

  • The layer that stores all the SVG sublayers

    Declaration

    Swift

    var containerLayer: CALayer { get set }