Function collect_text_chunks_impl

Source
fn collect_text_chunks_impl(
    parent: SvgNode<'_, '_>,
    pos_list: &[CharacterPosition],
    state: &State<'_>,
    cache: &mut Cache,
    iter_state: &mut IterState,
)