Function convert_path

Source
fn convert_path(
    node: SvgNode<'_, '_>,
    tiny_skia_path: Arc<Path>,
    state: &State<'_>,
    cache: &mut Cache,
    parent: &mut Group,
)