Bug 15592

Summary: Push/pop group patterns not working with the pdf backend
Product: cairo Reporter: M Joonas Pihlaja <jpihlaja>
Component: pdf backendAssignee: Adrian Johnson <ajohnson>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.6.5   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Test program to paint a pattern created in a group.

Description M Joonas Pihlaja 2008-04-18 13:48:49 UTC
Created attachment 16025 [details]
Test program to paint a pattern created in a group.

Painting with a pattern created by push_group/pop_group_to_source doesn't work. The attached program should fill the entire surface with red, but the generated pdf is white.  Using the image or ps backends the bug doesn't appear.
Comment 1 Chris Wilson 2008-04-18 14:57:38 UTC
This is the bug that test/group-paint exercises (except I choose blue and not red ;-)

That test also uses the default OVER operator (although for an opaque source I think the pdf backend treats OVER and SOURCE identically).

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.