mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
36f2729dde
The code is broken because in the else case of VisitNextEdgeBetweenRect we assume that r2->x1 < r1->x1. This is not always the case. The fix is to have VisitNextEdgeBetweenRect return whether there's an overlap. The calling code can than adjust x1 appropriately if r1 != r1_end && r2 != r2_end. |
||
---|---|---|
.. | ||
crashtests | ||
gtest | ||
mochitest | ||
reftest | ||
unit | ||
moz.build |