Files
gtk/testsuite
Benjamin Otte 2223abd432 roundedrect: Fix an intersection cornercase
These 2 rectangles used to intersect fine:
  0 0 50 50 / 50 0
  0 0 50 50 / 0 50
But the computed result was:
  0 0 50 50 / 50
which is not a valid rectangle, because the corners overlap.

Make sure such rectangles return NOT_REPRESENTABLE.

The above rectangle has been added to the testsuite.
2024-01-17 22:22:44 -05:00
..
2023-11-17 14:54:30 -05:00
2023-08-02 16:32:40 +01:00
2023-08-05 00:01:26 -04:00
2023-06-05 05:33:07 +02:00