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