composition

fun Drawer.composition(composition: Composition)(source)

Renders a vector Composition onto the Drawer. This method applies transformations, styles, and renders the hierarchy of nodes from the given Composition object.

Parameters

composition

The vector composition containing the root node and associated dimensions. It includes the styling and viewport transformation details necessary for rendering.