State of Compose 2023 results are in! Click here to learn more

← Back to Compose UI

RenderVectorGroup

Component
in
Compose UI
. Since 1.1.0

Overview

Code Examples

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

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

Overloads

RenderVectorGroup

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

Parameters

NameDescription
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