Set WebGL LineString threshold to 14.6

This commit will be a fixup for the previous one, or get deleted eventually.
This commit is contained in:
GaborFarkas
2016-07-06 10:43:49 +02:00
parent e893603966
commit 269c3eb943

View File

@@ -103,7 +103,7 @@ describe('ol.rendering.style.LineString', function() {
map = createMap('webgl');
createFeatures();
expectResemble(map, 'spec/ol/style/expected/linestring-strokes-webgl.png',
3.0, done);
14.6, done);
});
});
});