Alexandre Julliard pushed to branch master at wine / wine Commits: 286f038c by Zhiyi Zhang at 2026-02-27T22:14:36+01:00 d2d1/tests: Test brushes with out of range opacity values. - - - - - 8990db8f by Zhiyi Zhang at 2026-02-27T22:14:36+01:00 d2d1: Clamp opacity value for brushes. 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. - - - - - 2 changed files: - dlls/d2d1/brush.c - dlls/d2d1/tests/d2d1.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9320f8dac53e6038d752e03aa0ba36... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9320f8dac53e6038d752e03aa0ba36... You're receiving this email because of your account on gitlab.winehq.org.