Function convert_children

Source
fn convert_children(
    node: SvgNode<'_, '_>,
    transform: Transform,
    state: &State<'_>,
    cache: &mut Cache,
    is_context_element: bool,
    parent: &mut Group,
)