<div dir="ltr"><div>I made a partial fix of this bug - <a href="https://bugs.winehq.org/show_bug.cgi?id=17982">https://bugs.winehq.org/show_bug.cgi?id=17982</a>, only for the PATCOPY rop. It's based on the observation that the Polygon() function does support arbitrary parallelograms, including when defined through the XFORM matrix, so for PATCOPY we can just delegate the implementation to it (with a NULL_PEN because PatBlt doesn't use a pen).</div>
<div><br></div><div>Is this patch acceptable? I have no idea if delegating to Polygon() will hurt performance. If that is a concern, I can do it only in case the physical coordinates after the world transform are not rectangular.</div>
<div><br></div><div>If it is, I will submit it to wine-patches, then.</div></div>