-
Originally reported on Google Code with ID 986
```
Even though Athens can render with nice anti aliasing, when exporting to PNG, the default
logic is being used:
ROMorphicPlatform>>imageExporterClas…
-
Originally reported on Google Code with ID 854
```
ROMondrianBuilder>>label returns the shape, rather than the builder. This implies that
setting properties for a label will always talk to the elemen…
-
Originally reported on Google Code with ID 820
```
The method used for initializing the edge is:
buildEdgeFrom: fromNode to: toNode
"Shape is not initialized here"
^ (ROEdge from: fromNode t…
-
Originally reported on Google Code with ID 818
```
In Pharo 1.4, Collection>>difference: uses a set, thus, it does not preserve the order
of the elements.
Because of this, the following method has t…
-
Originally reported on Google Code with ID 1058
```
Now that Roassal provides support for nice visualizations and we are in the process
of reviving GraphEt, two important missing charts in the reposi…
-
Originally reported on Google Code with ID 1034
```
Hi!
I have spotted an important bug. If I enter the following in the Glamour Roassal easel:
view nodes: (1 to: 20).
self halt.
A debugger is open…
-
Originally reported on Google Code with ID 870
```
Open a Roassal Easel and paste this:
| node |
node := view node: #a.
ROFocusView new on: node view: view raw.
The node is selected somewhere at th…
-
Originally reported on Google Code with ID 852
```
I have added highlighting of target elements to RORubberband - changeset attached. Note
changeset is against Roassal-AlexandreBergel.343.mcz since .…
-
Originally reported on Google Code with ID 987
```
Try this:
view nodes: { 1 . 2 }.
view edgeFromAssociation: 2->1.
view horizontalLineLayout horizontalGap: 1000.
I think it is easy to fix, but at …
-
Originally reported on Google Code with ID 855
```
Setting the color is directly passed as is to the Shape. The block should be transformed
to work with the model instead.
```
Reported by `tudor.gir…