diff options
author | Hossein <hossein@libreoffice.org> | 2022-03-11 18:02:18 +0100 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-03-14 22:35:10 +0100 |
commit | 4d2d2f04288b87228511ff9afcdda691f103de16 (patch) | |
tree | 0a5b1aee12445c7726e9af8b632e7550def790e0 /emfio | |
parent | 83dd8deed7b5013fa0f0592140e136770fbda4d6 (diff) |
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 <hossein@libreoffice.org>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |