-
Originally reported on Google Code with ID 1056
```
Describe the problem: what do you get? what do you expect?
When you add the export button, on a Roassal view and you select PNG export, you get:
M…
-
Originally reported on Google Code with ID 970
```
Try this:
view shape ellipse borderWidth: 0.
view nodes: #(1 2 3)
You will see that the border is drawn.
The current workaround is to set the bor…
-
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. I…
-
```
What steps will reproduce the problem?
(state bar)
(state foo)
(eps bar -> foo t-1)
delete that transition and "t-1" will be still in the UI
What is the expected output? What do you see instead?
…
-
Originally reported on Google Code with ID 995
```
Try this:
view node: 1.
view node: 2.
view horizontalLineLayout horizontalGap: 2000
And the export. If your window is less than 2000 pixels wide, y…
-
Originally reported on Google Code with ID 971
```
Try this:
[view := ROMondrianViewBuilder new.
view shape label fontSize: [:x | x ].
view nodes: (10 to: 100).
view open] timeToRun
On my MacBookP…
-
Originally reported on Google Code with ID 922
```
Just what the title says
```
Reported by `tudor@tudorgirba.com` on 2013-03-25 20:02:40
-
Originally reported on Google Code with ID 897
```
Try this:
view nodes: #(1 2 3) .
view horizontalLineLayout stretch
We need this to work for the class blueprint
```
Reported by `tudor@tudorgirba.…
-
Originally reported on Google Code with ID 848
```
For example:
view shape rectangle width: #yourself.
view nodes: (1 to: 100).
view edgesFrom: [:x | x // 2 ].
view horizontalTreeLayout layered
```…
-
Originally reported on Google Code with ID 824
```
Taking for example ROMondrianExample >> labeledRectangle...
Hovering over a node shows a popup with the node text,
then moving away from the node ma…