Issue 915 in moose-technology: Roassal Mondrian - Circle with Text obscures text

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 915 in moose-technology: Roassal Mondrian - Circle with Text obscures text

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 915 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 915 in moose-technology: Roassal Mondrian - Circle with Text obscures text

moose-technology

Comment #1 on issue 915 by [hidden email]: 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).

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 915 in moose-technology: Roassal Mondrian - Circle with Text obscures text

moose-technology
Updates:
        Labels: -Priority-Medium Priority-High Component-Roassal

Comment #2 on issue 915 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 915 in moose-technology: Roassal Mondrian - Circle with Text obscures text

moose-technology
Updates:
        Status: Fixed

Comment #3 on issue 915 by [hidden email]: 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

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev