http://bugs.winehq.org/show_bug.cgi?id=11
felix.nawothnig@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #877 is|0 |1 obsolete| |
------- Additional Comments From felix.nawothnig@t-online.de 2005-14-05 05:32 ------- Created an attachment (id=878) --> (http://bugs.winehq.org/attachment.cgi?id=878&action=view) screenshot of unmodified endjoin.exe
(eh, did I write "native screenshot" before? I should get some sleep. It was a wine screenshot ofcourse)
Some testing revealed that Windows does indeed convert the coordinates to DP on LineTo() etc. so we have to do the conversion in StrokePath() - I submitted a patch which adjusts the pen width (rather than doing a DP->LP->DP conversion on the points) @ http://www.winehq.org/hypermail/wine-patches/2005/05/0279.html
With those 2 patches applied endjoin.exe looks quite like native now. (screenshot attached & old one obsoleted)