Hi Roberto,
I'm trying out Roassal to draw the entire revision graph of a Git repository.
Looks interesting!
Looking at the examples, the #tutorial>>step5LinearFillColor is broken (i.e., I got big red rectangle with a yellow diagonals).
Strange, this example works in my image (I am using the last Moose).
Do anyone of you know a solution?
I guess the following script will be as broken as step5: -=-=-=-=-=-=-=-=-=-=-=-= | v | v := ROMondrianViewBuilder new. ROMondrianExample new step5LinearFillColorOn: v. v open -=-=-=-=-=-=-=-=-=-=-=-=
If the script above fails, then probably one subclass of Collection does not answer correctly to #linesOfCode You can verify this with: -=-=-=-=-=-=-=-=-=-=-=-= | v | v := ROMondrianViewBuilder new. ROMondrianExample new step5LinearFillColorOn: v. v raw bitmap -=-=-=-=-=-=-=-=-=-=-=-=
What is the error raised with this last script
Cheers, Alexandre