In the 1.0.0 release of evas, you can set an image's tile/fill size larger than the size of the image object, and the underlying image gets clipped to fit the bounds of the image object. In 1.0.1 the size you set via evas_object_resize appears to be ignored in favor of the fill size when the fill size is larger.
The documentation doesn't spell out whether it's valid for the fill size to be larger than the object size, so I'm wondering: which behavior is the intended behavior? It appears to be the fairly recent clipping changes to src/lib/canvas/evas_render.c that made the difference. (I'm using the frame buffer engine -- RGB565 on a Chumby.) Example code that exhibits the difference: https://gist.github.com/1026589 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
