pub fn diff_from_strings(
    svg_strings: &Vec<String>
) -> Result<(Vec<String>, Vec<Vec<DiffStep>>), Error>