http://bugs.winehq.org/show_bug.cgi?id=13357
--- Comment #14 from John Voltz johnvoltz@gmail.com 2010-06-04 11:11:54 --- Created an attachment (id=28553) --> (http://bugs.winehq.org/attachment.cgi?id=28553) Patch to fix printing/print preview
This patch appears to completely fix the bug, however there is some arc end point flipping done in the code, which works but I don't fully understand why. Maybe someone who is more familiar with the gdi32/metafile driver can help fix it. I also added code to perform the AngleArc function in the metafile instead of redirecting it directly to the Arc function. This is probably the wrong way to do it too, but it does work...