Hey,
before putting that in bugzilla, here is what I obtain with the following
code:
[code]
o = evas_object_gradient_add (evas);
evas_object_gradient_fill_angle_set(o, 90);
evas_object_gradient_fill_spread_set(o, 1);
evas_object_gradient_fill_set(o, 0, 0, w, h);
evas_object_gradient_clear(o);
evas_object_gradient_color_stop_add(o,
255,
0,
0,
255,
2);
evas_object_gradient_color_stop_add(o,
0,
255,
0,
255,
2);
evas_object_resize(o, w, h);
evas_object_image_fill_set(o, 0, 0, w, h);
evas_object_move (o, 10, 10);
evas_object_show (o);
[/code]
the result:
http://www.maths.univ-evry.fr/pages_perso/vtorri/files/gradient_bug.png
that is, there is a red vertical line at the left of the gradient, while
that line should be at the right (imo)
is it a bug ?
Vincent
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel