pub fn save_debug_panic<'a, E>(
pts: &[(f64, f64)],
edges: E,
filename: &str,
) -> Result<()>Expand description
Given a set of points and edges which are known to panic, figures out the max number of save steps, then saves an SVG right before the panic occurs