[SecViz] Afterglow: Ellipse problem.

Paul Halliday paul.halliday at gmail.com
Mon Apr 19 08:30:13 EDT 2010


I have the following properties file:

shape.event=square;
shape.target=triangle;
shape.source=ellipse;

maxnodesize=2;
size.event=$fields[3];
size.target=$fields[3];
color.event=get_severity($fields[3],50);
color.target=get_severity($fields[3],50);
color.source="white";
color.edge="gray";

This seems to always give me a circle for source (even if I make
source square). I have played with the order a bit with no luck. If I
remove the size items I get an ellipse.

Thoughts?

Thanks.


More information about the SecViz-Visualization mailing list