summaryrefslogtreecommitdiff
path: root/test/random-intersections-curves-nz.c
Commit message (Collapse)AuthorAgeFilesLines
* [test] Fix the order of random points random-intersections-curves*.M Joonas Pihlaja2009-09-031-7/+10
| | | | | | The calls to uniform_random() to get the curve points were in the function arguments, but argument order evaluation is compiler implementation dependent.
* [test] Stress the intersection handling by feeding spans/traps random curvesChris Wilson2009-08-291-0/+82
Another stress test for the fill/stroke and intersection finders.