Commit 44e4736d authored by Romain Loth's avatar Romain Loth

fix typo in comex presets edge transparency

parent 257b5c67
......@@ -240,7 +240,7 @@ TW.conf = (function(TW){
// not selected <=> (1-greyness)
twNodesGreyOpacity: .5, // smaller value: more grey
twBorderGreyColor: "rgba(100, 100, 100, 0.5)",
twEdgeGreyColor: "rgba(100, 100, 100, 0.3)",
twEdgeGreyColor: "rgba(100, 100, 100, 0.25)",
};
// NB: sigmaJsDrawingProperties are available as 'settings' in all renderers
// cf. https://github.com/jacomyal/sigma.js/wiki/Settings#renderers-settings
......
......@@ -253,7 +253,7 @@ TW.conf = (function(TW){
// not selected <=> (1-greyness)
twNodesGreyOpacity: .4, // smaller value: more grey
twBorderGreyColor: "rgba(100, 100, 100, 0.5)",
twEdgeGreyColor: "rgba(100, 100, 100, 0.05)",
twEdgeGreyColor: "rgba(100, 100, 100, 0.25)",
};
// NB: sigmaJsDrawingProperties are available as 'settings' in all renderers
// cf. https://github.com/jacomyal/sigma.js/wiki/Settings#renderers-settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment