https://bugs.documentfoundation.org/show_bug.cgi?id=152061
Hossein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression By| |Caolán McNamara Keywords| |bisected CC| |[email protected] --- Comment #2 from Hossein <[email protected]> --- As the commit is relatively new, I had to do a bisect: Bisected to: c2c37eadf32c80bcd8f168b9fc67f32002b3cb07 is the first bad commit commit c2c37eadf32c80bcd8f168b9fc67f32002b3cb07 Author: Caolán McNamara <[email protected]> Date: Fri Nov 11 15:12:30 2022 +0000 Related: tdf#151898 consider surface scaling if prescale with Bitmap::Scale whose introduction dates back to: commit c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797 Date: Sat Jul 7 13:07:03 2012 +0200 Prescale image with Bitmap::Scale to improve quality. don't prescale past the level of detail that the surface could retain Change-Id: I1022688d45d2bb7b692f4ba619198fccea8eab36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142591 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> $ git bisect log git bisect start # good: [cfc8a8f5d841b3f84d207196153be67da7f60652] CppunitTest_svx_core: inherit from UnoApiTest git bisect good cfc8a8f5d841b3f84d207196153be67da7f60652 # bad: [16433bb162e060256f3ac47dd09630590f9e4ce0] CppunitTest_sc_subsequent_filters_test: inherit from UnoApiXmlTest git bisect bad 16433bb162e060256f3ac47dd09630590f9e4ce0 # good: [c8eaebecd3af29c031c26142c9d3f7d7abf75b0d] Avoid an explicit static_cast git bisect good c8eaebecd3af29c031c26142c9d3f7d7abf75b0d # good: [ecb6ba6fb677a711afd515139cc7cf9cce771003] Drop useless std::move of const object git bisect good ecb6ba6fb677a711afd515139cc7cf9cce771003 # bad: [b257b4f247bc2a1fa4d469ec82e37bdbb268951b] svx: On table style removal, revert to the default style git bisect bad b257b4f247bc2a1fa4d469ec82e37bdbb268951b # bad: [bd7f1270cf58eba7600d1b4c6c8ca9a901a04f66] tdf#125085 PPTX WordArt import: get shape font from run git bisect bad bd7f1270cf58eba7600d1b4c6c8ca9a901a04f66 # good: [c725028f15c36fc626d9ad8cdc288eb73c3e2643] SVG export: fix handling of semi-transparent, multi-para shape text git bisect good c725028f15c36fc626d9ad8cdc288eb73c3e2643 # bad: [1bfb323801b9c88879b5948b16d47cdbbee87ab9] tdf#151988: Enable "Characters per line" and "Character width" when switch... git bisect bad 1bfb323801b9c88879b5948b16d47cdbbee87ab9 # bad: [c2c37eadf32c80bcd8f168b9fc67f32002b3cb07] Related: tdf#151898 consider surface scaling if prescale with Bitmap::Scale git bisect bad c2c37eadf32c80bcd8f168b9fc67f32002b3cb07 # good: [7986d35eee84fdf391c563602fb348758e1cd254] move password handling from SwModelTestBase to UnoApiTest git bisect good 7986d35eee84fdf391c563602fb348758e1cd254 # first bad commit: [c2c37eadf32c80bcd8f168b9fc67f32002b3cb07] Related: tdf#151898 consider surface scaling if prescale with Bitmap::Scale -- You are receiving this mail because: You are the assignee for the bug.
