[cairo-commit] src/cairo-pdf-surface.c

Adrian Johnson ajohnson at kemper.freedesktop.org
Fri Mar 1 01:46:50 PST 2013


 src/cairo-pdf-surface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f00d2344c84a1017a1e7d76ccb2fa552c80a969
Author: Jana Saout <jana at saout.de>
Date:   Fri Mar 1 20:10:28 2013 +1030

    pdf: Fix crash
    
    Bug 61451

diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c
index b2d51f7..f58062a 100644
--- a/src/cairo-pdf-surface.c
+++ b/src/cairo-pdf-surface.c
@@ -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;
 


More information about the cairo-commit mailing list