Default edge color not set after loading .dot files

Bug #1623981 reported by Dimitris Kalamaras
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SocNetV
Invalid
Low
Dimitris Kalamaras

Bug Description

1. Save this network to some file directed.dot:

 graph graphname {
     // This attribute applies to the graph itself
     size="1,1";
     // The label attribute can be used to change the label of a node
     a [label="Foo"];
     // Here, the node shape is changed.
     b [shape=box];
     // These edges both have different line properties
     a -- b -- c [color=blue];
     b -- d [style=dotted];
 }

2. Load directed.dot in SocNetV. All network edges appear blue. The default edgecolor should be changed to blue.

3. Create a new edge by mouse (middle/double clicking). The new edge takes the previously set initEdgeColor (default: black) rather than the color set by the network file.

Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :
Changed in socnetv:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.