Summary: | Push/pop group patterns not working with the pdf backend | ||
---|---|---|---|
Product: | cairo | Reporter: | M Joonas Pihlaja <jpihlaja> |
Component: | pdf backend | Assignee: | 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. |
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.
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.