Make regularshape tests pass on Safari on OSX

The threshold needed to be even higher for Safari on OSX.
This commit is contained in:
Bart van den Eijnden
2015-11-23 17:19:25 +01:00
parent 5f0ea2c2c7
commit fb52d472d2

View File

@@ -103,7 +103,7 @@ describe('ol.rendering.style.RegularShape', function() {
map = createMap('canvas');
createFeatures();
expectResemble(map, 'spec/ol/style/expected/regularshape-canvas.png',
7.0, done);
9.4, done);
});
it('tests the WebGL renderer', function(done) {