[Libreoffice-bugs] [Bug 82874] [WMF] FILEOPEN: Background imported incorrectly

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 24 15:23:23 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=82874

--- Comment #12 from Valek Filippov <frob at df.ru> ---
There are two problems with this WMF.

1. Top and front "sides" are not filled properly, because ExcClipRect record is
not working as it should. It could be related to "inverted" coordinates of the
excluding rectangle. (Simple samples attached to tdf#142037)

2. Right "side" is filled by applying two DibStretchBlt records (210 and 211
counting from 0 in the file).
It looks like LO doesn't like ROP values used in it, which is 0xee0086 and
0x8800c6.
Removing the first (smaller) bitmap and changing ROP of the second one to
0xcc0020 shows expected "filling with orange gradient".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210524/52ebe96c/attachment.htm>


More information about the Libreoffice-bugs mailing list