Use Skia. Open attachment 196675 [details] from bug 163145. Run the presentation. The fading circle is not visible through the semi-transparent area of the upper rectangle. With Skia disabled, it works as expected. Already works like that using Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU threads: 24; OS: Windows 10.0 Build 26100; UI render: Skia/Vulkan; VCL: win Locale: ru-RU (ru_RU); UI: en-US Calc: CL and with OpenGL before that, using e.g. Version: 5.3.0.3 (x64) Build ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1 CPU Threads: 24; OS Version: Windows 6.19; UI Render: GL; Layout Engine: new; Locale: en-US (ru_RU); Calc: CL
Repro. Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 12e08b3cba0e75f1bd3a42f30e4830d723b24ece CPU threads: 8; OS: Linux 6.10; UI render: Skia/Vulkan; VCL: x11 Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: CL threaded
Basically, Skia now shows the same problem as bug 45219, with its attachment 56132 [details]. It is unclear how useful it is, that we have that 1-bit transparency still. The problem is related to the handling of mp2ndOutDevProvider in vclcanvas::CanvasHelper::fillPolyPolygon. But maybe a fix similar to commits in that bug could help here in Skia code, too...