http://bugs.winehq.org/show_bug.cgi?id=17848
Summary: Windows Print Preview: Lines drawn have incorrect width Product: Wine Version: 1.1.17 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: olsentest@comcast.net
In Windows print preview, drawing commands embedded between BeginPath and EndPath have line widths that are way too wide. It appears that the same width (in pixels) is used in the print preview as was used for the main application window. Also, if you use the print preview zoom button, the line width remains the same, suggesting that it is not being adjusted for the changes in scale.
If drawing commands are not embedded between BeginPath and EndPath, then the print preview appears to work correctly.
I am attaching a screen capture of the main window and the print preview window. Also, I am attaching a simple Windows program that can be used for debug purposes. Also attached is a code snippet from the Windows program.