Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roassal Mondrian - Circle with Text obscures text #915

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

Roassal Mondrian - Circle with Text obscures text #915

seandenigris opened this issue Aug 3, 2015 · 3 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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

Reported by cunningham.cb on 2013-02-16 00:00:19


- _Attachment: [LabeledCircle.1.cs](https://storage.googleapis.com/google-code-attachments/moose-technology/issue-915/comment-0/LabeledCircle.1.cs)_
@seandenigris
Copy link
Contributor Author

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

@seandenigris
Copy link
Contributor Author

Thanks! 
We will see how to fix this

Reported by alexandre.bergel on 2013-03-06 18:21:05

  • Labels added: Priority-High, Component-Roassal
  • Labels removed: Priority-Medium

@seandenigris
Copy link
Contributor Author

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

  • Status changed: Fixed

- _Attachment: Screen Shot 2015-02-27 at 1.57.26 PM.png
![Screen Shot 2015-02-27 at 1.57.26 PM.png](https://storage.googleapis.com/google-code-attachments/moose-technology/issue-915/comment-3/Screen Shot 2015-02-27 at 1.57.26 PM.png)_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant