Actual issue is uninitialized has_gpos_attachment flag, it might be harmless in practice
but it's better to avoid.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5395
This resolves the issue in StudioTax where the bounding box dimensions is reported as 0.
Because the height is less than 0, the check for height in GdipAddPathRectangle fails,
and the X and Y coordinates of the points is never set.
I am fairly ignorant of this code, this seems like a good approach, however I am happy for guidance from others more familiar in how gdiplus works.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5360
On Sat Mar 23 07:46:33 2024 +0000, eszlari wrote:
> I guess @julliard is waiting for a review by @rbernon.
It's perhaps instead that approval only show up if the person is assigned as a reviewer, or that it was overlooked.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5178#note_65890