RenderVectorGroup

Functions summary

Unit

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

Cmn

Functions

RenderVectorGroup

@Composable
fun RenderVectorGroup(
    group: VectorGroup,
    configs: Map<StringVectorConfig> = emptyMap()
): Unit

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

Parameters
group: VectorGroup

The vector group to render.

configs: Map<StringVectorConfig> = emptyMap()

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