Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 915 by cunningh...@gmail.com: Roassal Mondrian - Circle with Text obscures text http://code.google.com/p/moose-technology/issues/detail?id=915
I want to draw a node in the diagram with a circle (actually, an ellipse) around it, which works. However, the circle obscures part of the text. If the text is multi-line, it obscures quite a bit, in fact.
File in the attached extension to ROMondrianExmaple, then run: ROMondrianExample new labeledCircle You should see the issue.
Latest Moose Suite 4.7, windows platform.
Labels: Type-Enhancement Labels: Component-Roassal
Attachments: LabeledCircle.1.cs 582 bytes
Comment #1 on issue 915 by cunningh...@gmail.com: Roassal Mondrian - Circle with Text obscures text http://code.google.com/p/moose-technology/issues/detail?id=915
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).
Updates: Labels: -Priority-Medium Priority-High Component-Roassal
Comment #2 on issue 915 by alexandr...@gmail.com: Roassal Mondrian - Circle with Text obscures text http://code.google.com/p/moose-technology/issues/detail?id=915
Thanks! We will see how to fix this
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