aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdGfxCanvas.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/RrdGfxCanvas.js')
-rw-r--r--js/RrdGfxCanvas.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/RrdGfxCanvas.js b/js/RrdGfxCanvas.js
index 110c032..7f79b6b 100644
--- a/js/RrdGfxCanvas.js
+++ b/js/RrdGfxCanvas.js
@@ -105,7 +105,7 @@ RrdGfxCanvas.prototype.dashed_line = function (X0, Y0, X1, Y1, width, color, das
105 } else if (X0 === X1) { 105 } else if (X0 === X1) {
106 X0 += 0.5; 106 X0 += 0.5;
107 X1 += 0.5; 107 X1 += 0.5;
108 } 108 }
109 109
110 this.ctx.moveTo(X0, Y0); 110 this.ctx.moveTo(X0, Y0);
111 this.ctx.lineTo(X1, Y1); 111 this.ctx.lineTo(X1, Y1);