Updates: Status: Fixed
Comment #3 on issue 915 by alexandr...@gmail.com: Roassal Mondrian - Circle with Text obscures text https://code.google.com/p/moose-technology/issues/detail?id=915
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.
Attachments: Screen Shot 2015-02-27 at 1.57.26 PM.png 8.2 KB