On Sat, 14 Jan 2006 01:33:51 +0000 Alastair Tse <[EMAIL PROTECTED]>
writes:
> Hi,
> 
> I've been playing around with evas for a while now and I came across
> this segv when I was playing trying to use 
> evas_object_text_style_set().
> 
> I discovered that in evas/src/lib/canvas/evas_object_text.c, the
> evas_object_text_render() method assumes there's a clipping object 
> when
> setting the outline/shadow colors.
> 
> Here's a quick patch to fix the problem. I'm not quite sure whether 
> I
> understand it, but I don't set clip objects usually, is that 
> required?
> 
> Cheers,
> 
> Alastair
> 

        I doubt raster meant for a clip obj to be 'required'.. possibly in
that code he may have meant  obj->cur.cache.clip.r,g,b,a  rather than
obj->cur.clipper->cur.cache.clip.r,g,b,a -- But more likely he meant to
use the clipper only when it exists, as you have in the patch.. :)

        jose.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to