Created attachment 42164 [details] Original file with presentation placeholders In impress, the SVG export filter exports the presentation placeholder texts of a master page. However they are invisible in screen and shouldn't be exported.
Created attachment 42294 [details] Exported SVG which has presentation placeholders For debugging purpose, the file is indented using xmllint
Created attachment 42296 [details] Patch If a shapes is neither a TitleTextPage or an OutlinerShape on a master page, mark it as a hide object. The code is based on FlashExporter::exportShape.
Created attachment 42297 [details] Exported SVG with patch The placeholders are not shown.
This is an Impress bug, therefore changed Component accordingly.
tbehrens, can you look at this SVG export patch?
Has this bug been fixed?
I witness this bug in 4.1.2.3 I do not get the text when I export to jpg or png, I only get it in svg. See attachment.
Created attachment 89063 [details] Document to test bug Export this document as svg. Text appears behind objects. This does not happen with jpg or png. The text is invisible in the document, and is not selectable with the navigator or tab key.
How about patch in comment 3 ? Perhaps that's been reviewed?
Patch lifted on current code base & committed. Example docs look fine now -> fixed. Thanks a lot for the patch!
Kurosawa Takeshi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=be7c599a125df6946c1b5a1233cda27740081273 fdo#33243 Fix SVG export presentation placeholder texts exported The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
This is still happening in 4.1.5 RC1. Is there any plans to add the patch for 4.1.6 or is it too dangerous?