<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [WMF] FILEOPEN: Background imported incorrectly"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=82874#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [WMF] FILEOPEN: Background imported incorrectly"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=82874">bug 82874</a>
from <span class="vcard"><a class="email" href="mailto:frob@df.ru" title="Valek Filippov <frob@df.ru>"> <span class="fn">Valek Filippov</span></a>
</span></b>
<pre>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 <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - [EMF] ExcludeClipRect is not supported"
href="show_bug.cgi?id=142037">tdf#142037</a>)
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".</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>