17 Sep
2023
17 Sep
'23
7:38 p.m.
Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/graphics.c:
GpBitmap* bitmap = (GpBitmap*)image; BOOL do_resampling = FALSE; BOOL use_software = FALSE; + POINT pti[4]; + + round_half_down_points(pti, ptf, 4);
The destination area is calculated using Round Half Down. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3871#note_45686