https://bugs.documentfoundation.org/show_bug.cgi?id=164223
BogdanB <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bisected Regression By| |Patrick Luby --- Comment #6 from BogdanB <[email protected]> --- Could someone add Patrick here on CC list? commit 462f1c43cc97eb5c13343f285516702aa0c47a8d [log] author Patrick Luby <[email protected]> Wed Aug 23 17:22:55 2023 -0400 committer Patrick Luby <[email protected]> Thu Aug 24 15:14:43 2023 +0200 tree e0897d553d6547b9ff8809afaf099e31e3854022 parent edf922a05be1d9626164e9f07c2ed1826d039d95 [diff] 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. Change-Id: If9f0dfb7b9a82cf7a3e402965ceffd42eace4c82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156022 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> Reviewed-by: Patrick Luby <[email protected]> -- You are receiving this mail because: You are the assignee for the bug.
