mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Revert my test
This commit is contained in:
parent
da819ac15a
commit
36597d5072
@ -67,14 +67,6 @@
|
|||||||
Height: 3448
|
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() {
|
_viewer.addHandler("open", function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user