http://bugs.winehq.org/show_bug.cgi?id=8743
Summary: Vector NTI visual corruption, ArcTo in paths Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: mk144210@bcm.tmc.edu
Vector NTI only displays circular molecules properly if wine's windows version is winme or earlier (it checks the version and does not use ArcTo if we are in winme as ArcTo did not exist in this version). This bug is due to extra PT_MOVETO's in wine's ArcTo implementation in paths, which cause CloseFigure to use the wrong starting point to close an arcto.
I am submitting patches momentarily, but just wanted to file this bugzilla mainly to get a bug # and to put up my screenshots to show what happens.
Misha