From 4d2d2f04288b87228511ff9afcdda691f103de16 Mon Sep 17 00:00:00 2001 From: Hossein Date: Fri, 11 Mar 2022 18:02:18 +0100 Subject: Remove EMR_SETARCDIRECTION from unimplemented records As EMR_SETARCDIRECTION record for EMF is now implemented in commit 7b28920382d3820344bfc4075bac98f85e838dba, it is now removed from the unimplemented list of records for EMF. Change-Id: Ib2931d339f924e813d243ba503d4b17aab0d6868 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131401 Tested-by: Jenkins Reviewed-by: Hossein --- emfio/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emfio') diff --git a/emfio/README.md b/emfio/README.md index 4cbd9d45a4ad..665af1fa4e0c 100644 --- a/emfio/README.md +++ b/emfio/README.md @@ -55,7 +55,7 @@ records are marked as "not implemented", and a warning message will printed if they are actually read within a file. You can file a bug report for implementing these records. -Currently, these records are not implemented (specified in +Currently, these records are not implemented for WMF (specified in `wmfreader.cxx`): ``` @@ -69,12 +69,12 @@ W_META_RESETDC W_META_STARTDOC W_META_STARTPAGE W_META_ENDPAGE W_META_ABORTDOC W_META_ENDDOC ``` -And these records are not implemented (specified in `emfreader.cxx`): +And these records are not implemented for EMF/EMF+ (specified in `emfreader.cxx`): ``` EMR_MASKBLT EMR_PLGBLT EMR_SETDIBITSTODEVICE EMR_FRAMERGN EMR_INVERTRGN EMR_FLATTENPATH EMR_WIDENPATH EMR_POLYDRAW -EMR_SETARCDIRECTION EMR_SETPALETTEENTRIES EMR_RESIZEPALETTE +EMR_SETPALETTEENTRIES EMR_RESIZEPALETTE EMR_EXTFLOODFILL EMR_ANGLEARC EMR_SETCOLORADJUSTMENT EMR_POLYDRAW16 EMR_CREATECOLORSPACE EMR_SETCOLORSPACE EMR_DELETECOLORSPACE EMR_GLSRECORD EMR_GLSBOUNDEDRECORD EMR_PIXELFORMAT EMR_DRAWESCAPE -- cgit