summaryrefslogtreecommitdiffstats
path: root/emfio
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2022-03-11 18:02:18 +0100
committerHossein <hossein@libreoffice.org>2022-03-14 22:35:10 +0100
commit4d2d2f04288b87228511ff9afcdda691f103de16 (patch)
tree0a5b1aee12445c7726e9af8b632e7550def790e0 /emfio
parentloplugin:trivialdestructor (-stdlib=libc++) (diff)
downloadcore-4d2d2f04288b87228511ff9afcdda691f103de16.tar.gz
core-4d2d2f04288b87228511ff9afcdda691f103de16.zip
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.md6
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