Commit ffd8183b authored by olau@iola.dk's avatar olau@iola.dk

Quick fix of problem with thresholding


git-svn-id: https://flot.googlecode.com/svn/trunk@152 1e0a6537-2640-0410-bfb7-f154510ff394
parent 5d9eb590
...@@ -416,6 +416,9 @@ ...@@ -416,6 +416,9 @@
p.push(x); p.push(x);
p.push(y); p.push(y);
for (m = 2; m < incr; ++m)
p[j + m] = points[j + m];
} }
// possibly split lines // possibly split lines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment