Function validate_and_fixup

Source
fn validate_and_fixup(
    dict: &DOMMatrixInit,
) -> Fallible<(bool, Transform3D<f64>)>
Expand description