http://bugs.winehq.org/show_bug.cgi?id=47139 gianluca+wine@sottospazio.it changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gianluca+wine@sottospazio.i | |t --- Comment #5 from gianluca+wine@sottospazio.it --- Created attachment 81069 --> http://bugs.winehq.org/attachment.cgi?id=81069 reproducer Hello, I'm experiencing the same issue with SetWorldTransform() and the DrawText() with Wine 11.9. I hereby attach a small application that reproduces the issue: it draws a rectangle and writes some text into it. A timer of 1 second changes the affine transform to rotate the drawing by 180 degrees using SetWorldTransform(). In Windows the text is correctly transformed, i.e. rotated by 180 degrees but in WINE the text is rendered normally and not transformed at all (although at the correctly rotated position). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.