Created attachment 196216 [details] Minimal reproducer Steps to reproduce the problem: 1) Open the attached document in Impress 2) Export to SVG on the UI, or by using 'soffice --convert-to svg test.odp' Expected result: a bullet list with 1 list item, text is semi-transparent (opacity is 80%). Actual result: not-well-formed XML in product build, assertion failure in debug builds.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0a89d65e6bb7be293c1a7b4615a08292701694dc tdf#162782 SVG export: fix handling of semi-transparent text inside a list It will be available in 25.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-24-8": https://git.libreoffice.org/core/commit/dde9a8b6c6841e89bec958dcfa1bb36d8728598f tdf#162782 SVG export: fix handling of semi-transparent text inside a list It will be available in 24.8.2. 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.
Thanks. This was regression in 7.0 from commit 4dbb33a1c21948bebcf890c2f8ceb56b15a87936 [log] author Miklos Vajna <vmiklos@collabora.com> Thu Nov 21 11:50:54 2019 +0100 committer Miklos Vajna <vmiklos@collabora.com> Thu Nov 21 12:40:39 2019 +0100 xmloff: add ODF import/export for semi-transparent shape text Test this from sd, so that SdModelTestBase::saveAndReload() calls BootstrapFixture::validate() for us.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/6246e86f563a17444e0748492c617272578782a4 tdf#162782 SVG export: fix handling of semi-transparent text inside a list It will be available in 24.2.7. 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.