Duplicated expression in if statement inside path-intersection.cpp

Probably there should be Br instead second Ar

    if(depth > 12 || (Ar.maxExtent() < tol && Ar.maxExtent() < tol)) {
        double tA, tB, c;

https://gitlab.com/inkscape/inkscape/-/blob/master/src/2geom/path-intersection.cpp#L313

and also

if(depth > 12 || (Ar.maxExtent() < 0.1 && Ar.maxExtent() < 0.1)) {

https://gitlab.com/inkscape/inkscape/-/blob/master/src/2geom/path-intersection.cpp#L364