Closed seandenigris closed 9 years ago
I guess I should mention what I'd like it to do - which is to have all of the text be
inside of the Circle (or ellipse).
Reported by cunningham.cb
on 2013-02-16 00:01:06
Thanks!
We will see how to fix this
Reported by alexandre.bergel
on 2013-03-06 18:21:05
We have been slow on this issue. Roassal2 should now fix this.
Consider the code:
v := RTView new.
s := RTEllipse new + RTLabel new.
s allOfSameSize.
e := s elementOn: 'Hello World'.
e @ RTDraggable.
v add: e.
v
The result is as attachment.
Reported by alexandre.bergel
on 2015-02-27 16:58:23
Fixed
Originally reported on Google Code with ID 915
Reported by
cunningham.cb
on 2013-02-16 00:00:19