mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Revert my test
This commit is contained in:
parent
da819ac15a
commit
36597d5072
1 changed files with 0 additions and 8 deletions
|
@ -67,14 +67,6 @@
|
|||
Height: 3448
|
||||
}
|
||||
}
|
||||
},
|
||||
placeholderFillStyle: "#FF0000",
|
||||
placeholderFillStyle: function(context) {
|
||||
var gradient = context.createLinearGradient(0,0,1000,0);
|
||||
gradient.addColorStop(0,"black");
|
||||
gradient.addColorStop(1,"red");
|
||||
|
||||
return gradient;
|
||||
}
|
||||
});
|
||||
_viewer.addHandler("open", function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue