http://bugs.winehq.org/show_bug.cgi?id=35169
Bug ID: 35169 Summary: SetWorldTransform turning with Ellipse does not run correctly Product: Wine Version: 1.7.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: martin@hemag.ch Classification: Unclassified
Created attachment 46916 --> http://bugs.winehq.org/attachment.cgi?id=46916 source of sample
When using SetWorldTransform with a Ellipse then turning is faulty / Rectangle is correct
http://bugs.winehq.org/show_bug.cgi?id=35169
--- Comment #1 from Heinz Martin martin@hemag.ch --- Created attachment 46917 --> http://bugs.winehq.org/attachment.cgi?id=46917 Sample of Correct Rectangle and faulty Ellipse
http://bugs.winehq.org/show_bug.cgi?id=35169
--- Comment #2 from Heinz Martin martin@hemag.ch --- Created attachment 46920 --> http://bugs.winehq.org/attachment.cgi?id=46920 Screenshot good
http://bugs.winehq.org/show_bug.cgi?id=35169
--- Comment #3 from Heinz Martin martin@hemag.ch --- Created attachment 46921 --> http://bugs.winehq.org/attachment.cgi?id=46921 Screenshot with wine
http://bugs.winehq.org/show_bug.cgi?id=35169
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
https://bugs.winehq.org/show_bug.cgi?id=35169
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- You mean the ellipse/circle is supposed to turn inside the rectangle? Seems to be an issue still. This is animation not still picture providing exe...
wine 1.7.53
https://bugs.winehq.org/show_bug.cgi?id=35169
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
https://bugs.winehq.org/show_bug.cgi?id=35169
--- Comment #5 from Bartosz gang65@poczta.onet.pl --- The issue is present in method:
BOOL CDECL dibdrv_Ellipse( PHYSDEV dev, INT left, INT top, INT right, INT
bottom )
inside dlls/win32u/dibdrv/graphics.c path.
The following method doesn't support rotation.