Function resolve

Source
fn resolve(
    shape_node: SvgNode<'_, '_>,
    path: &Path,
    marker_node: SvgNode<'_, '_>,
    marker_kind: MarkerKind,
    state: &State<'_>,
    cache: &mut Cache,
    parent: &mut Group,
) -> Option<()>