From 95412d32d52023fb9e86c166918afeab0dd5a63b Mon Sep 17 00:00:00 2001 From: Pujan Joshi Date: Fri, 29 Jan 2016 10:34:15 -0500 Subject: [PATCH] gene product shape changed from circle to ellipse --- VQI_PathwayEditorGUI.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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',