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

--- Comment #12 from Valek Filippov <f...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to