https://bugs.winehq.org/show_bug.cgi?id=52492
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Created attachment 74614 --> https://bugs.winehq.org/attachment.cgi?id=74614 Make flatten_bezier iterative
Added patch to make flatten_bezier iterative. Should be correct, but no guarantees I didn't break something in the process of conversion.
Since the bug doesn't appear for me, can you try if this helps (and is still correct)? Probably pretty bad for performance, since stack is so much faster, but since stack seems limited...