mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-30 17:50:16 +01:00
PDF: Don't use the currently set color after a 'Q' operator
https://bugs.freedesktop.org/show_bug.cgi?id=31140
This commit is contained in:
parent
147fa7a2be
commit
e23bcfd430
1 changed files with 1 additions and 0 deletions
|
|
@ -3556,6 +3556,7 @@ _cairo_pdf_surface_unselect_pattern (cairo_pdf_surface_t *surface)
|
|||
|
||||
_cairo_output_stream_printf (surface->output, "Q\n");
|
||||
_cairo_pdf_operators_reset (&surface->pdf_operators);
|
||||
surface->current_pattern_is_solid_color = FALSE;
|
||||
}
|
||||
surface->select_pattern_gstate_saved = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue