static Pt bottomLeftCorner(Rect r) { ret r == null ? : pt(r.x, r.y2()); }