Summary: | Pattern surfaces don't work with xlib surfaces | ||
---|---|---|---|
Product: | cairo | Reporter: | Mukund Sivaraman <muks> |
Component: | xlib backend | Assignee: | Carl Worth <cworth> |
Status: | VERIFIED INVALID | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.8.0 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | GTK+ test |
Description
Mukund Sivaraman
2009-04-10 08:10:31 UTC
Created attachment 24696 [details]
GTK+ test
Hmm, seems to work here. Please check the attached test case for any discrepancies.
This is so weird.. the attached test case works, but the same code in my app isn't displaying the pattern. Please don't close this bug yet. Let me find out what is different and get back to you. It seems that I had changed the (4, 4) resolution arguments to cairo_surface_create_similar() with (width, height) when I didn't have CAIRO_EXTEND_REPEAT set and was trying to debug why the pattern was not showing. When this changed to 4, 4, it seems to work well. Chris: Thank you for the testcase, and I'm sorry for wasting your time. I'll close this bug now as INVALID. Verified as INVALID. |
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.