On Thu, 2005-06-23 at 11:24 +0900, Carsten Haitzler wrote: > read it - fixed it up a bit (used copy functions as this will use mmx/sse > functions if available) :)
Great! Tested and works. With this and the evas_free() fix I'm a happy camper. One of the main things I'm missing from evas is some method to cause text to fade out, rather than cropping it abruptly (or using an ellipsis). I suppose what I want is a way to use a gradient object as a clip for a text object. With pyimlib2 (python bindings I wrote for Imlib2), I just added a custom draw_mask() function, which applies the luma of one image to the alpha of another. So I create a gradient of white to black, and draw_mask() that to the image containing the text. Is there way to do this with evas currently? If not, how difficult is something like this to implement? Cheers, Jason.
signature.asc
Description: This is a digitally signed message part