Make regularshape tests pass on Safari on OSX
The threshold needed to be even higher for Safari on OSX.
This commit is contained in:
@@ -103,7 +103,7 @@ describe('ol.rendering.style.RegularShape', function() {
|
|||||||
map = createMap('canvas');
|
map = createMap('canvas');
|
||||||
createFeatures();
|
createFeatures();
|
||||||
expectResemble(map, 'spec/ol/style/expected/regularshape-canvas.png',
|
expectResemble(map, 'spec/ol/style/expected/regularshape-canvas.png',
|
||||||
7.0, done);
|
9.4, done);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('tests the WebGL renderer', function(done) {
|
it('tests the WebGL renderer', function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user