RenderVectorGroup

Composable Function

Common
@Composable
fun RenderVectorGroup(group: VectorGroup, configs: Map<String, VectorConfig> = emptyMap())

Recursively creates the vector graphic composition by traversing the tree structure.

Parameters

groupThe vector group to render.
configsAn optional map of VectorConfig to provide animation values. The keys are the node names. The values are VectorConfig for that node.