Browse Source

formatted stuff

v3_develop
Alex de Mulder 9 years ago
parent
commit
f675c3baf6
4 changed files with 26969 additions and 26967 deletions
  1. +26953
    -26952
      dist/vis.js
  2. +1
    -1
      dist/vis.map
  3. +14
    -14
      dist/vis.min.js
  4. +1
    -0
      lib/network/Edge.js

+ 26953
- 26952
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


+ 14
- 14
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 0
lib/network/Edge.js View File

@ -675,6 +675,7 @@ Edge.prototype._drawLabelText = function(ctx, x, yLine, lines, lineCount, fontSi
ctx.textBaseline = "middle";
}
}
// check for strokeWidth
if (this.options.fontStrokeWidth > 0){
ctx.lineWidth = this.options.fontStrokeWidth;

Loading…
Cancel
Save