[Bug 4324] New: MAPPING_FixIsotropic behaves wrong with negativ viewport/window extension
http://bugs.winehq.org/show_bug.cgi?id=4324 Summary: MAPPING_FixIsotropic behaves wrong with negativ viewport/window extension Product: Wine Version: 0.9.5. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs(a)winehq.org ReportedBy: tobi(a)die-loews.de If one uses also negativ viewport/window extension, then MAPPING_FixIsotropic may behave wrong. A solution would be changing line 40 in mapping.c from if (xdim > ydim) to if (fabs(xdim) > fabs(ydim)) -- 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.
participants (1)
-
Wine Bugs