Aug. 21, 2026
8:48 a.m.
The documentation says that the upper-left, upper-right, and lower-left corners should be passed in. However, the code was incorrectly passing the lower-right corner instead of the lower-left, resulting in skewed rendering. https://learn.microsoft.com/en-us/windows/win32/api/gdiplusgraphics/nf-gdipl... Before: {width=141 height=145} After: {width=132 height=137} -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11727