Hi Carla. Yes, this is a known problem. I am not sure what is the status neither if there is a fix. Read: http://forum.world.st/Problem-with-TransformationMorph-td1691811.html#a16918... http://forum.world.st/Canvas-transform-bug-when-rendering-text-td1754208.htm... http://code.google.com/p/pharo/issues/detail?id=2207 Let us know. Cheers Mariano On Sat, Jul 31, 2010 at 1:08 AM, Carla F. Griggio <carla.griggio@gmail.com>wrote:
Hi everyone!
I'm trying to rotate a String or Text Morph. The way I'm doing this is evaluating:
transform:= (TransformationMorph new asFlexOf: 'hola' asStringMorph) openInWorld .
The string morph opens in the world and it looks OK. Now, I rotate it doing:
transform angle: 80.
And it rotates OK, but a black background appears and I don't know how to remove that, I can't find what's making that black background appear.
Am I doing something wrong? Is there another way to rotate a string morph?
Thank you!
Carla
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users