Created attachment 157687 [details] flat ODG file that shows the regression The attached flat ODG file has 3 rectangles, all with bitmap fills. They are not rendered as bitmap fills and the fill is white, although when one clicks on the shape and tries to see the "Area", it is "bitmap", but no preview at all. This file renders well in 3.5.
I can reproduce this on master (core.git b2d9603bc02db3a6711948274c5fa2b5cf148d48), and not on 3.5 (core.git d6cde02dbce8c28c6af836e2dc1120f8a6ef9932, from 2011).
Bibisected to the following commits using repo bibisect-linux-64-6.1. First grey rectangles are shown instead of bitmaps, and they turn white with the second commit. Adding CC: to Tomaž Vajngerl. Adding a couple of other bugs that can be traced back to the same commit(s) in see also. https://cgit.freedesktop.org/libreoffice/core/commit/?id=e02efb621fe672aa52e56caa916cf5c3fd0a9cb8 author Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> 2018-02-01 15:28:53 +0900 committer Tomaž Vajngerl <quikee@gmail.com> 2018-02-01 11:54:22 +0100 "Change bitmap table to store XBitmap instead of GraphicObject URL" https://cgit.freedesktop.org/libreoffice/core/commit/?id=3400424877032595490f38711b5e8520ed889fee author Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> 2018-02-26 11:15:37 +0900 committer Tomaž Vajngerl <quikee@gmail.com> 2018-02-26 06:04:43 +0100 "xmloff: remove unused code when loading/saving the bitmap table"
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/96baf8c69330d50af7d31ab9838bcd0ec7c8c50b tdf#130479 FODG import: fix handling of <draw:fill-image> in styles It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 120871 has been marked as a duplicate of this bug. ***
*** Bug 119315 has been marked as a duplicate of this bug. ***
*** Bug 118066 has been marked as a duplicate of this bug. ***
*** Bug 117598 has been marked as a duplicate of this bug. ***
*** Bug 122660 has been marked as a duplicate of this bug. ***
*** Bug 121800 has been marked as a duplicate of this bug. ***
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/a97cbe7221c0175a4a2d342e2d1a62b06af4e13a tdf#130479 FODG import: fix handling of <draw:fill-image> in styles It will be available in 6.4.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 7.0.0.0.beta1+ Build ID: 2506d8221dd940dfd93d3d7c183430ba6ba3089d CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Miklos, thanks for fixing this issue!!