19 Jul
2023
19 Jul
'23
6:32 p.m.
Given some other similar bugs in other drawing operations, I think a better approach may be to optimize the conversion from GpRegion to HRGN to only convert the parts within a known bounding rectangle. We could then use SOFTWARE_GdipFillPath which would benefit from that. Unfortunately, that requires rewriting the conversion so it doesn't rely on gdi32. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3288#note_39518