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