https://bugs.documentfoundation.org/show_bug.cgi?id=168227
Hossein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Hossein <[email protected]> --- Created attachment 202642 --> https://bugs.documentfoundation.org/attachment.cgi?id=202642&action=edit 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. -- You are receiving this mail because: You are the assignee for the bug.
