Status: New
Owner: tudor.gi...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.7
New issue 819 by tudor.gi...(a)gmail.com: Roassal line width does not work
with the model of the edge
http://code.google.com/p/moose-technology/issues/detail?id=819
This does not work at the moment:
view := ROMondrianViewBuilder new.
view shape label.
view nodes: (1 to: 2).
view shape line width: [:x | x ].
view edgesFrom: [:x | x // 2].
view treeLayout .
view open