pub(crate) fn convert_group( node: SvgNode<'_, '_>, state: &State<'_>, force: bool, cache: &mut Cache, parent: &mut Group, collect_children: &dyn Fn(&mut Cache, &mut Group), ) -> Option<Group>