mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-06 07:13:31 +03:00
Merge pull request #308 from wilkinson/master
Enabled basic cross-domain tile loading without tainting canvas
This commit is contained in:
commit
f58b9a735d
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ $.Drawer.prototype = /** @lends OpenSeadragon.Drawer.prototype */{
|
|||
this.downloading++;
|
||||
|
||||
image = new Image();
|
||||
image.crossOrigin = 'Anonymous';
|
||||
|
||||
complete = function( imagesrc, resultingImage ){
|
||||
_this.downloading--;
|
||||
|
|
Loading…
Add table
Reference in a new issue