Jeffrey Smith (@whydoubt) commented about dlls/gdiplus/graphicspath.c:
- PARAMS
- path [I/O] Path that the arc is appended to
- x1 [I] X coordinate of the boundary box
- y1 [I] Y coordinate of the boundary box
- x2 [I] Width of the boundary box
- y2 [I] Height of the boundary box
- x1 [I] X coordinate of the boundary rectangle
- y1 [I] Y coordinate of the boundary rectangle
With renaming `x2` and `y2` to `width` and `height`, `x1` and `x2` should be renamed `x` and `y`.