Function convert_children

Source
pub(crate) fn convert_children(
    parent_node: SvgNode<'_, '_>,
    state: &State<'_>,
    cache: &mut Cache,
    parent: &mut Group,
)