cytoscape / cx2js

A CX to Cytoscape JS library
MIT License
3 stars 1 forks source link

Examine Cytoscape edge color behaviour #13

Open dotasek opened 6 years ago

dotasek commented 6 years ago

Edge Paint appears to provide a unified color for the whole edge (line and arrows included), when it is selected or unselected.

Edge Selected Paint and Edge Unselected Paint divides this into a unified color for the edge (line and arrows included) when it’s selected and unselected.

Edge Stroke Selected Paint and Edge Stroke Unselected Paint only specify the color of the edge line, not the arrows, when it’s selected and unselected.

The above behaviour is quite unintuitive and we may have to verify that it is in fact behaving correctly in Cytoscape.