Comment #1 on issue 5314 by
[hidden email]: Broken string morph shadow
http://code.google.com/p/pharo/issues/detail?id=5314yes i changed shadow drawing to force every morph implement own shadow
drawing,
and not just draw things normally but via special 'shadow' canvas.
the point is that canvas should not be aware of any such things, like
shadow.
because if today you using specialized canvas to render shadows, then
tomorrow you might want to create a canvas for drawing outlines, whatever...
such approach goes nowhere.
so, the fix will be to implement a corresponding method in StringMorph to
draw the shadow, i.e. use "normal" canvas and send "normal" commands to
draw the shadow,
but not rely on some canvas which has special shadow-drawing mode.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker