Lowered chunk size to 5000 again

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

@ -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 = 9000;
var chunkSize = 5000;
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