https://bugs.documentfoundation.org/show_bug.cgi?id=163797
Saburo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| QA:needsComment | Ever confirmed|0 |1 Keywords| |bibisected, bisected, | |regression Version|24.2.3.2 release |24.2.0.0 alpha0+ Status|UNCONFIRMED |NEW --- Comment #3 from Saburo <[email protected]> --- Thank you for reporting the bug. It has been reproduced. Version: 25.2.2.2 (X86_64) / LibreOffice Community Build ID: 7370d4be9e3cf6031a51beef54ff3bda878e3fac CPU threads: 12; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: en-US Calc: CL threaded works fine. Version: 7.6.7.2 (X86_64) / LibreOffice Community Build ID: dd47e4b30cb7dab30588d6c79c651f218165e3c5 CPU threads: 12; OS: Windows 10.0 Build 26100; UI render: Skia/Vulkan; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: CL threaded and Version: 25.2.2.2 (AARCH64) / LibreOffice Community Build ID: 7370d4be9e3cf6031a51beef54ff3bda878e3fac CPU threads: 8; OS: macOS 13.1; UI render: Skia/Raster; VCL: osx Locale: ja-JP (ja_JP.UTF-8); UI: en-US Calc: threaded *** So I bisected it on Win64-25.2. commit 462f1c43cc97eb5c13343f285516702aa0c47a8d author Patrick Luby <[email protected]> Wed Aug 23 17:22:55 2023 -0400 tdf#156866 use mSize instead of mPixelSize for inverted surface Commit 5baac4e53128d3c0fc73b9918dc9a9c2777ace08 switched to setting the surface size to mPixelsSize in an attempt to avoid downscaling mImage but since it causes tdf#156866, revert back to setting the surface size to mSize. Also, in release builds, tdf#156629 and tdf#156630 reappear in many cases because a BitmapInfoAccess is in a debug block. So, instead of relying on other code to a create a BitmapInfoAccess instance, create one here to force the alpha mask to handle any pending scaling and make the alpha mask immutable. -- You are receiving this mail because: You are the assignee for the bug.
