[]
Starts a group ('g') element with custom attributes in the SVG document. Call the PopGroup() method to end the group.
public void PushGroup(List<SvgCustomAttribute> customAttributes)
Public Sub PushGroup(customAttributes As List(Of SvgCustomAttribute))
Type | Name | Description |
---|---|---|
List<SvgCustomAttribute> | customAttributes | The list of attributes to be associated with the group. |