Summary: |
problem rendering gradients on quartz surfaces |
Product: |
cairo
|
Reporter: |
Paolo Bonzini <bonzini> |
Component: |
quartz backend | Assignee: |
Vladimir Vukicevic <vladimir> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
cairo-bugs mailing list <cairo-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
1.6.2 | |
|
Hardware: |
PowerPC | |
|
OS: |
Mac OS X (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
test program
|
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 16307 [details] test program The attached program renders the gradient correctly to frame.png if only one call to "render" is present in the main. If the second call is there, the saved frame.png is entirely green. The program works correctly with an image surface (try uncommenting this line: /* #undef CAIRO_HAS_QUARTZ_SURFACE */ to test).