[Bug 7421] GDI32 painting.c, AngleArc function renders improperly

Wine Bugs wine-bugs at winehq.org
Wed Feb 14 09:59:41 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7421


ninevoltz at metalink.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From ninevoltz at metalink.net  2007-14-02 09:59 -------
Appears to have been a typo on line 810 of painting.c, it should read:
y2 = y - sin((eStartAngle+eSweepAngle)*f_pi/180) * dwRadius;

instead of:
y2 = x - sin((eStartAngle+eSweepAngle)*f_pi/180) * dwRadius;

It's fixed now!!

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list