mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 11:10:22 +01:00
pdf: Fix crash
Bug 61451
This commit is contained in:
parent
7658eced9a
commit
4f00d2344c
1 changed files with 1 additions and 1 deletions
|
|
@ -6377,7 +6377,7 @@ _cairo_pdf_surface_emit_stencil_mask (cairo_pdf_surface_t *surface,
|
|||
return status;
|
||||
|
||||
_cairo_output_stream_printf (surface->output, "q\n");
|
||||
status = _cairo_pdf_surface_paint_surface_pattern (surface, mask, NULL, TRUE);
|
||||
status = _cairo_pdf_surface_paint_surface_pattern (surface, mask, extents, TRUE);
|
||||
if (unlikely (status))
|
||||
return status;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue