Bumped chunk size in excanvas

git-svn-id: https://flot.googlecode.com/svn/trunk@218 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 17 years ago
parent 15f3cc95f5
commit bba21cdae0

@ -879,7 +879,7 @@ if (!document.createElement('canvas').getContext) {
// Divide the shape into chunks if it's too long because IE has a limit
// somewhere for how long a VML shape can be. This simple division does
// not work with fills, only strokes, unfortunately.
var chunkSize = 5000;
var chunkSize = 9000;
var min = {x: null, y: null};
var max = {x: null, y: null};

2
excanvas.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save