Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gene product shape changed from circle to ellipse
  • Loading branch information
Pujan Joshi committed Jan 29, 2016
1 parent ccb3e88 commit 95412d3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions VQI_PathwayEditorGUI.js
Expand Up @@ -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',
Expand Down

0 comments on commit 95412d3

Please sign in to comment.