April 6, 2026
6:19 a.m.
On Fri Apr 3 18:51:32 2026 +0000, Esme Povirk wrote:
Can we have `bounds_intersect_region_element_rect` recurse if it encounters an intersect? That should cover the case where there's a rectangular clipping region on the Graphics object. I think this is already covered. `combine_regions_to_spans` calls `region_element_to_spans` on `left`, `right` or `both`, then `region_element_to_spans` calls `combine_regions_to_spans` if it encounters an intersect, and then `combine_regions_to_spans` once again begins by calling `bounds_intersect_region_element_rect`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10359#note_135087