June 20, 2026
10:01 p.m.
EMFDC_ExtTextOut() previously derived per-record rclBounds purely from the text origin and font metrics, ignoring the rectangle passed via the ETO_OPAQUE/ETO_CLIPPED flags. When the caller draws clipped text whose glyphs would extend well beyond the clip rectangle, it produced record bounds that overshot the area actually rendered. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11218