http://bugs.winehq.org/show_bug.cgi?id=4501
------- Additional Comments From dmitry@codeweavers.com 2006-07-02 15:19 ------- Created an attachment (id=1842) --> (http://bugs.winehq.org/attachment.cgi?id=1842&action=view) Pens with width > 1
The following (quite old) article about pens in win32 implies that even pens created without PS_GEOMETRIC style but with width more than 1 unit are scalable:
http://msdn.microsoft.com/archive/en-us/dnargdi/html/msdn_w32pens.asp?frame=...
Attached patch takes that into account. Please try it.