summaryrefslogtreecommitdiff
path: root/test/clip-empty-save.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-12test: make test font family a defineAndrea Canciani1-1/+1
In order to make it easier to change the test font family, add it as a define in the global header and always reference the macro in the tests.
2010-02-02test: Add clip-empty-saveChris Wilson1-0/+68
Jeff Muizelaar found a bug in _cairo_clip_init_copy() which was not correctly propagating the all-clipped status when an empty clip was saved in the gstate. This test case exercises that bug.