From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-03-05 08:40:03
|
https://bugzilla.gnome.org/show_bug.cgi?id=632040 gnome-perl | Cairo | unspecified Raymond <chromisx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chr...@ne... --- Comment #3 from Raymond <chr...@ne...> 2011-03-05 08:39:49 UTC --- Hello, It is possible to pass these 3 failing tests without disabling them, by creating an extra surface that actually permits you to create 'color-alpha' surfaces with the `create_similar` sub. At line 26 of t/CairoSurface.t, an 'rgb24' surface is created. It seems (to me) that it is not possible anymore to create a 'color-alpha' surface from such an 'rgb24' surface with the `create_similar` sub with the newest Cairo. I don't know if this is intended behavior or not. 'argb32' surfaces seem to permit you to `create_similar` surfaces in both 'color-alpha' or 'color' content. The original test cases and these altered test cases also emit a (non-fatal) warning: unknown surface type 16 encountered at t/CairoSurface.t .. I don't know why (yet), Perhaps this is useful, Greetings, Raymond. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |