🌈 Create new beautiful Compose Gradients with our new wesite ->
Composable Function

RenderVectorGroup

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

RenderVectorGroup

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

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

Parameters

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