https://bugs.documentfoundation.org/show_bug.cgi?id=97778
--- Comment #4 from João Paulo <[email protected]> --- I found some files produced with the <meta:generator>LibreOffice/5.0.3.2$Windows_X86_64 LibreOffice_project/e5f16313668ac592c1bfb310f4390624e3dbfb75</meta:generator> which don't have the PNG embedded as a result of linking to a SVG, so I think it's safe to assume it's a regression from 5.0.3.2. I attached two files, the official SVG logo and an ODT test file with it linked. Both files should be saved on the same folder to open with LibreOffice, but if you open the ODT file with a Zip tool such as 7-Zip, you can see clearly the Pictures subfolder. Also, the content.xml inside the ODT has the following code: <draw:image xlink:href="../SVG%20Logo.svg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" draw:filter-name="<Todos os formatos>"/><draw:image xlink:href="Pictures/10000201000000A8000000A8621A5520A3F8813F.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/> Which shows LibreOffice is doing both things: Linking to the external SVG file and generating a PNG embedded on the document. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
