diff --git a/VQI_PathwayEditorGUI.js b/VQI_PathwayEditorGUI.js index 95001b2..52b3835 100644 --- a/VQI_PathwayEditorGUI.js +++ b/VQI_PathwayEditorGUI.js @@ -1651,8 +1651,17 @@ var VQI_PathwayEditorGUI = function (parent) { 'border-style': 'solid', 'border-width': 1 }).selector('node[Type="geneproduct"]').css({ - 'shape': 'circle', - 'radius': 5, +// 'shape': 'ellipse', +// 'radius': 5, +// 'color': 'black', +// 'text-valign': 'center', +// 'background-color': 'white', +// 'border-color': 'black', +// 'border-style': 'solid', +// 'border-width': 1, + 'shape': 'ellipse', + 'width': 'data(Width)', + 'height': 'data(Height)', 'color': 'black', 'text-valign': 'center', 'background-color': 'white',