temporarily hid the connection descriptions

This commit is contained in:
Connor Turland 2012-11-05 14:54:30 -05:00
parent 5839ca191c
commit f725b607d3
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ function initFD(){
var y = parseInt((pos.y + posChild.y) /2);
canvas.getCtx().fillStyle = '#000';
canvas.getCtx().font = 'bold 14px arial';
canvas.getCtx().fillText(desc, x, y);
//canvas.getCtx().fillText(desc, x, y);
}
}
}

View file

@ -100,7 +100,7 @@ function initRG(){
var y = parseInt((pos.y + posChild.y) /2);
canvas.getCtx().fillStyle = '#000';
canvas.getCtx().font = 'bold 14px arial';
canvas.getCtx().fillText(desc, x, y);
//canvas.getCtx().fillText(desc, x, y);
}
}
}