From c77b0af8e3b7ae8bc76da698c040e8fb2fcd7838 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Wed, 21 Oct 2009 10:42:11 +0000 Subject: [PATCH] Swapped a suspicious looking line in markings drawing git-svn-id: https://flot.googlecode.com/svn/trunk@206 1e0a6537-2640-0410-bfb7-f154510ff394 --- jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.js b/jquery.flot.js index eef4760..915e93f 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1137,8 +1137,8 @@ if (xrange.from == xrange.to || yrange.from == yrange.to) { // draw line - ctx.strokeStyle = m.color || options.grid.markingsColor; ctx.beginPath(); + ctx.strokeStyle = m.color || options.grid.markingsColor; ctx.lineWidth = m.lineWidth || options.grid.markingsLineWidth; //ctx.moveTo(Math.floor(xrange.from), yrange.from); //ctx.lineTo(Math.floor(xrange.to), yrange.to);