summaryrefslogtreecommitdiff
path: root/test/clip-device-offset.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix clip-device-offsetAndrea Canciani2011-02-131-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.
* [test] Add clip-device-offsetBenjamin Otte2009-10-151-0/+79
Exercises a bug demonstrated by WebKit with clipping + device offsets.