diff --git a/test/cairo-test.c b/test/cairo-test.c index f036163ba..d262dbb92 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -384,6 +384,7 @@ cairo_test_for_target (cairo_test_t *test, if (similar) { cairo_pop_group_to_source (cr); + cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); cairo_paint (cr); }