Starts a group ('g') element with custom attributes in the SVG document. Call the
PopGroup method to end the group.
public void PushGroup(
System.Collections.Generic.List<SvgCustomAttribute>
)
'Declaration
Public Sub PushGroup( _
ByVal As System.Collections.Generic.List(Of SvgCustomAttribute) _
)
Parameters
- customAttributes
- The list of attributes to be associated with the group.