mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-19 17:21:50 +03:00
Revert my test
This commit is contained in:
parent
da819ac15a
commit
36597d5072
@ -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…
x
Reference in New Issue
Block a user