[cairo-bugs] [Bug 4618] BadMatch error when drawing gradient on
rgba GtkWindow
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Oct 1 02:27:38 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4618
------- Additional Comments From remenic at gmail.com 2005-10-01 02:27 -------
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...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list