Bug 167879 - Shadows appear completely off (larger, darker, partial) in presentation mode
Summary: Shadows appear completely off (larger, darker, partial) in presentation mode
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2025-08-09 20:54 UTC by Gerald Pfeifer
Modified: 2025-08-19 23:11 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Visual comparision before (top) - now (bottom) (124.46 KB, image/png)
2025-08-09 20:55 UTC, Gerald Pfeifer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Pfeifer 2025-08-09 20:54:02 UTC
Take the presentation from attachment 184643 [details] of bug 153011.

In presentation mode (only) the two boxes in the upper row feature two
*very* different shadows than in edit mode or earlier versions.

This is a regression between

   Version: 25.8.0.1.0+ (X86_64) / LibreOffice Community
   Build ID: 5136f42ad575a11f5955bd8289bbc10425944b33
   CPU threads: 12; OS: Linux 6.15; UI render: default; VCL: gtk3

and

   Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
   Build ID: ccb3362a71f88213615bd39bd819ab8ec20d86cc 
   CPU threads: 12; OS: Linux 6.15; UI render: default; VCL: gtk3

To make things worse, 26.2.0.0.alpha0+ seemingly randomly shows 
different shadows/effects. Always incorrect, sometimes different
from run to run.
Comment 1 Gerald Pfeifer 2025-08-09 20:55:38 UTC
Created attachment 202260 [details]
Visual comparision before (top) - now (bottom)
Comment 2 Gerald Pfeifer 2025-08-09 20:57:00 UTC
(Note how the effect for the left box is much, much larger/wider/taller).
Comment 3 Saburo 2025-08-15 03:04:05 UTC
bibisected with linux-64-26.2 (openSUSE+GNOME)
In my case, it happens about 1 in 25 times.
commit 09298d001e98ed494ecb1df5cb563b081da050e8
author	Noel Grandin <noelgrandin@gmail.com>	Tue Jul 29 19:59:53 2025 +0200
committer	Noel Grandin <noelgrandin@gmail.com>	Thu Aug 07 13:09:57 2025 +0200
tree fa9dad6611db6d22c08d45e6460fe9ef994a3b9f
parent 3a02dd3d1cee8abed7fa1de9c1e6c2368dab5fcc [diff]

BitmapEx->Bitmap in bitmapExFromXBitmap

now that Bitmap can handle transparency

Change-Id: Id87889a0e5ca0a3398f9baceee3474369eb0f7aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188539
Comment 4 Gerald Pfeifer 2025-08-19 07:37:14 UTC
This, too, has been address by last nights build

   Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
   Build ID: f23ac8bb32cf22a07c93645e604876a404769459
   CPU threads: 12; OS: Linux 6.15; UI render: default; VCL: gtk3

Thank you, Noel!