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

(-)a/src/cairo-pattern.c (-1 / +1 lines)
Lines 1334-1340 Link Here
1334
1334
1335
    /* Not cached, need to create new */
1335
    /* Not cached, need to create new */
1336
    surface = _cairo_surface_create_similar_solid (dst,
1336
    surface = _cairo_surface_create_similar_solid (dst,
1337
	                                           pattern->content,
1337
	                  CAIRO_CONTENT_COLOR_ALPHA,
1338
						   1, 1,
1338
						   1, 1,
1339
						   &pattern->color,
1339
						   &pattern->color,
1340
						   &pattern->base);
1340
						   &pattern->base);

Return to bug 186281