pdf-tagged-text test: disable object stream compression

to allow the test to find the strings it is looking for.
This commit is contained in:
Adrian Johnson 2021-07-26 18:33:34 +09:30
parent 90193cc3a2
commit 6b8d8712fb

View file

@ -525,6 +525,9 @@ preamble (cairo_test_context_t *ctx)
xasprintf (&filename, "%s/%s.pdf", path, BASENAME);
surface = cairo_pdf_surface_create (filename, PAGE_WIDTH, PAGE_HEIGHT);
/* Disable object stream compression as this prevents check_created_pdf() from working */
cairo_pdf_surface_restrict_to_version (surface, CAIRO_PDF_VERSION_1_4);
cr = cairo_create (surface);
create_document (surface, cr);