summaryrefslogtreecommitdiff
path: root/test/scaled-font-zero-matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix a wrongly typed return value in scaled-font-zero-matrix.M Joonas Pihlaja2010-02-251-1/+3
| | | | | | | | | The test was returning a cairo_status_t, but should be returning a cairo_test_status_t instead. When the test failed it was being reported as having crashed, rather than merely failed, because the enum value of CAIRO_TEST_CRASHED happened to be same as the cairo_status_t value of the cairo context at the end of the failing test.
* [scaled-font-zero-matrix] Destrory scaled font and font optionsJeff Muizelaar2008-12-181-0/+2
| | | | Oops.
* Add test creating a scaled font with a zero ctm matrixJeff Muizelaar2008-12-181-0/+59