Dear List,
I was wondering why the following script does not have red and 5 pixels wide edges: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | domain | domain := 1 to: 30. view newShape rectangle; withBorder; line; lineWidth: 5; lineColor: ColorValue red. view nodes: domain. view edgesFrom: [:v | v * v]. view circleLayout -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I am probably doing something wrong, but haven't see what.
Cheers, Alexandre