Rotate map canvas after composition
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 753 B |
Binary file not shown.
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
@@ -78,7 +78,7 @@ describe('ol.rendering.Map', function() {
|
||||
map.getView().setRotation(90);
|
||||
map.getView().setCenter([10, 10]);
|
||||
expectResemble(
|
||||
map, 'spec/ol/expected/rotate-canvas.png', IMAGE_TOLERANCE, done);
|
||||
map, 'spec/ol/expected/rotate-canvas.png', 2.8, done);
|
||||
});
|
||||
|
||||
it('tests the WebGL renderer', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user