Description: Pictures/Diagrams are not rendered in Libre office as shown in the MS office. Steps to Reproduce: 1.Open the attached document in Libre office. 2.Please observe that, the pictures/flow charts are not displayed. 3.Check the attached screen shots fron MS office. Actual Results: Diagrams, Flowcharts and some part of contents are not Expected Results: The content should not be omitted. Reproducible: Always User Profile Reset: No Additional Info: Version: 25.8.0.4 (X86_64) Build ID: 48f00303701489684e67c38c28aff00cd5929e67 CPU threads: 22; OS: Windows 11 X86_64 (build 22631); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
Created attachment 202637 [details] Test Error Multilayer Pictures-2025-08-25 07_50_46.docx
Created attachment 202638 [details] LIbreOffice.png
Created attachment 202639 [details] MSOffice.png
Created attachment 202642 [details] Warnings displayed for opening image1.emf If you open the DOCX file with an archive viewer, you can see these two EMF image files inside it: /word/media/image1.emf /word/media/image2.emf If you start LibreOffice from the command line and open above files, you can see various warnings for unimplemented features: $ instdir/program/soffice image1.emf 2>&1|grep TODO warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfphelperdata.cxx:1795: EMF+ TODO SetAntiAliasMode warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfppen.cxx:285: EMF+ TODO PenDataDashedLineCap: 0x2 ... And several more of the same warnings. Also: warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfphelperdata.cxx:1802: EMF+ TODO InterpolationMode warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfphelperdata.cxx:1808: EMF+ TODO SetPixelOffsetMode warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/ This is the list of un-implemented features: $ instdir/program/soffice image1.emf 2>&1|grep TODO|awk {'print $4'}|sort -u InterpolationMode PenDataDashedLineCap: PenDataDashedLineOffset: SetAntiAliasMode SetPixelOffsetMode The list is also the same for image2.emf. There are also various other warnings, which you can see in the attached text file.
*** This bug has been marked as a duplicate of bug 166084 ***