Commit graph

2 commits

Author SHA1 Message Date
Carl Worth
4e4b38e759 Add a call to cairo_copy_page, so that that gets called at least once within the test suite.
Fix broken implementation of copy_page in the paginated surface by hiding it from the target surface which sees only show_page operations. (It's hard to do better than that unless we can guarantee thathe subsequent page won't trigger any image fallbacks.)
2006-01-12 16:47:05 +00:00
Carl Worth
25882cd5e9 Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake conditional.
Remove backend-specific tests (ps-surface, pdf-surface, and pdf-clip) that are now redundant with the ps and pdf support in the rest of the test suite.
Add a new one-off test for testing show_page with both the ps and pdf backends.
2006-01-12 16:35:12 +00:00
Renamed from test/ps-surface.c (Browse further)