follow-up

This commit is contained in:
yzhang 2020-08-11 07:59:43 +08:00
parent 3c2dcf88f1
commit b3a59b8c95
5 changed files with 5 additions and 5 deletions

View file

@ -410,7 +410,7 @@ var VisBranch = VisBase.extend({
var text = paper.text(textPos.x, textPos.y, String(name));
text.attr({
'font-size': 14,
'font-family': 'Menlo, Monaco, Consolas, \'Droid Sans Mono\', \'Courier New\', monospace',
'font-family': 'Menlo, Monaco, Consolas, \'Droid Sans Mono\', monospace',
opacity: this.getTextOpacity()
});
this.set('text', text);