Summary: | BadMatch error when drawing gradient on rgba GtkWindow | ||
---|---|---|---|
Product: | cairo | Reporter: | Richard Stellingwerff <remenic> |
Component: | xlib backend | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED DUPLICATE | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | ||
Version: | 1.0.3 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Simple GTK+ crash test. |
Description
Richard Stellingwerff
2005-09-28 01:33:23 UTC
Created attachment 3418 [details]
Simple GTK+ crash test.
I've dug into the source of cairo, and I found that it fails with in _draw_image_surce() at the follow function call: XPutImage(surface->dpy, surface->drawable, surface->gc, &ximage, 0, 0, dst_x, dst_y, image->width, image->height); I'm not really sure why it fails. Probably incompatibilities in surface type (xlib backend not expecting a RGBA drawable?). On a side note, setting an RGBA png file as a pattern and then paiting that works without problems... |
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.