This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
formatted stuff
v3_develop
Alex de Mulder
9 years ago
parent
74e58d668c
commit
f675c3baf6
4 changed files
with
26969 additions
and
26967 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+26953
-26952
dist/vis.js
+1
-1
dist/vis.map
+14
-14
dist/vis.min.js
+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
;
Write
Preview
Loading…
Cancel
Save