25 Oct
2023
25 Oct
'23
3:50 p.m.
On Wed Oct 25 12:49:00 2023 +0000, Jeffrey Smith wrote:
That is trivial to reproduce. I am away from my development environment ATM, but I believe it would be this: ``` c GdipAddPathRectangle(path, 10.0, 0.5, 4.0, 1.0); GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); GdipTranslateWorldTransform(graphics, 50.0, -50.0, MatrixOrderPrepend); GdipSetPageUnit(graphics, UnitMillimeter); GdipSetPageScale(graphics, 2.0); GdipIsVisiblePathPoint(path, 10.0, 1.0, graphics, &result); ``` I have created some better, more general tests that I may share on the bug item when I am able. That may be my fault for giving bad instructions, I just commented on the bug.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4165#note_49759