mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
PDF: Oops - turn compression back on
This commit is contained in:
parent
50eb1e71f3
commit
9b302fac63
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ _cairo_pdf_surface_create_for_stream_internal (cairo_output_stream_t *output,
|
|||
goto BAIL1;
|
||||
}
|
||||
|
||||
surface->compress_content = 0;
|
||||
surface->compress_content = TRUE;
|
||||
surface->pdf_stream.active = FALSE;
|
||||
surface->pdf_stream.old_output = NULL;
|
||||
surface->group_stream.active = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue