24 Feb
2026
24 Feb
'26
8:59 a.m.
Some applications call DrawBitmap() with the opacity value set to 255.0f and end up showing white in the end result. Tests show that the opacity value should be clamped to legitimate values. Command lists store the original opacity value according to tests. -- v2: d2d1: Clamp opacity value for brushes. d2d1/tests: Test brushes with out of range opacity values. https://gitlab.winehq.org/wine/wine/-/merge_requests/10162