summaryrefslogtreecommitdiff
path: root/test/clip-device-offset.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-13test: Fix clip-device-offsetAndrea Canciani1-3/+3
The test was incorrectly translating the "target" of the context instead of the "group target" (i.e. the current destination). "cairo-test-suite -a" runs the tests on similar surfaces created using cairo_push_group (), thus without this change the device-offset did not affect the real destination surface. Fixes clip-device-offset.
2009-10-15[test] Add clip-device-offsetBenjamin Otte1-0/+79
Exercises a bug demonstrated by WebKit with clipping + device offsets.