https://bugs.winehq.org/show_bug.cgi?id=57306
--- Comment #58 from Fabian Maurer dark.shadow4@web.de --- (In reply to GDD71 from comment #56)
Created attachment 77523 [details] DipTrace wine test
It seems like the bottom left is always drawn with gdi, so there's that.
I can't reproduce the squares you see with my path, are you sure you applied the patch correctly?
(In reply to GDD71 from comment #57)
New test: latest Wine + This patch:
if (abs(ellipse_width) < 2 || !ellipse_height)
It doesn't work for me. PaintXP - Not crash, but it draws choppy/but draws in a fragmented manner + window resizing problems Multisim - Crash with ...objects.c:812: solid_pen_lines: .... WINE 9.22 - Overall- Decreased speed/performance vs WINE 9.18
That's a lot of things that should not be related to that patch.