Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186281 | Differences between
and this patch

Collapse All | Expand All

(-)old/src/cairo-pattern.c (-1 / +1 lines)
Lines 1338-1344 Link Here
1338
1338
1339
    /* Not cached, need to create new */
1339
    /* Not cached, need to create new */
1340
    surface = _cairo_surface_create_similar_solid (dst,
1340
    surface = _cairo_surface_create_similar_solid (dst,
1341
	                                           pattern->content,
1341
	                                           CAIRO_CONTENT_COLOR_ALPHA,
1342
						   1, 1,
1342
						   1, 1,
1343
						   &pattern->color,
1343
						   &pattern->color,
1344
						   &pattern->base);
1344
						   &pattern->base);

Return to bug 186281