March 19, 2026
2:43 a.m.
Oops, yes, I missed the clipping region. I see two failures in the metadata test module which disappear if the old code path is taken when `clip` is not infinite. There are no other failures locally in any of the gdiplus test modules. Do you see failures elsewhere? Would it make more sense to convert all region elements to a list of horizontal spans containing only `x0, x1`, before applying `CombineMode`? Spans are simple to combine, the end result is simple to render, and we avoid complications trying to combine edge lists with different fill modes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10359#note_132719