Aug. 13, 2023
3:33 a.m.
Jeffrey Smith (@whydoubt) commented about dlls/gdiplus/tests/customlinecap.c:
stat = GdipDeleteCustomLineCap(NULL); expect(InvalidParameter, stat);
+ /* The fillPath and strokePath parameters cannot be used at the same time + * If both parameters is provided, then fillPath will be ignored. */
There is some ambiguity in the first statement. The second statement seems like a more accurate description of behavior. ```suggestion:-1+0 /* If fillPath and strokePath are both provided, fillPath will be ignored. */ ``` However, I don't see how this test shows that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3559#note_42093