Vincent wrote:

> 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);

        How did that last line sneak its way in there. :)

>   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 ?

        I would say it is a bug. If you have a chance to look into
it, please do so Vincent. I probably won't be able to look at it
for several days at least.

   jose.

_____________________________________________________________
Click here for free information on nursing degrees, up to $150/hour
http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3nEnkqsCC5gFaXv4Ikwr77eXJ1Awq2LPpIvUf2DraNworXcs/



-------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to