Please find the description here : https://stackoverflow.com/questions/70279205/overlapping-object-doesnt-come-properly-while-opening-a-ppt-in-libreoffice
Created attachment 176902 [details] overlapping objects not rendered properties for this ppt. This sample file can be used to reproduce the issue.
Repro using Version: 7.2.3.2 / LibreOffice Community Build ID: 20(Build:2) CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Ubuntu package version: 1:7.2.3~rc2-0ubuntu0.20.04.1~lo1 Calc: threaded but not using 7.2.4.1 on Windows.
FTR: trying bibisect repos, I see the same problem using latest from https://bibisect.libreoffice.org/linux-64-5.2 (I can't test oldest, and earlier repos). So this is definitely an older problem.
Is there any update on this issue ?
This issue here is the white spot under the door - which should be transparent. The grey block should extend underneath the door frame instead of being blocked by the white spot. Is this really Linux only? YES - it works with SAL_USE_VCLPLUGIN=gen ./instdir/program/soffice Repro 7.5+ with Linux. It broke in 5.1 somewhere here: https://cgit.freedesktop.org/libreoffice/core/log/?id=dd5f021e08b0f6da1b5330c37db4c759e35941c6&qt=range&q=ba70050dc37f82306a8a3c5815372a4b9fff18fc..3ecef8cedb215e49237a11607197edc91639bfcd Likely the trigger was author Caolán McNamara on 2015-06-19 09:18:18 +0100 with commit 031a347668e56c1b38c0539d30e9a1cbb808ca02 use gtk3 vclplug by default under GNOME3 if available Caolán, obviously this is not the root cause. Can you suggest a likely place to look for why image transparency would be lost for GTK3 only?
See if it also happens with --headless (under linux and with SAL_USE_VCLPLUGIN unset). The gtk3 vclplug reuses the cairo based svp/headless drawing stuff so its likely the problem is really with that. If so, it might even be bisectable to a change in that, or of course something that never worked.
./instdir/program/soffice --headless --print-to-file ~/Downloads/stage10.pptx produces a problematic PDF - with the same big white block underneath the door frame. The same thing happened in bibisect43all (LO 3.5). Assuming inherited from OOo.