mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-18 07:43:13 +03:00
:docs: Document placeholderFillStyle
This commit is contained in:
parent
ff6e604b94
commit
e3ae7b56f1
@ -208,6 +208,8 @@
|
|||||||
*
|
*
|
||||||
* @property {String|CanvasGradient|CanvasPattern|Function} [placeholderFillStyle=null]
|
* @property {String|CanvasGradient|CanvasPattern|Function} [placeholderFillStyle=null]
|
||||||
* Draws a colored rectangle behind the tile if it is not loaded yet.
|
* Draws a colored rectangle behind the tile if it is not loaded yet.
|
||||||
|
* You can pass a CSS color value like "#FF8800".
|
||||||
|
* When passing a function the canvas context is available as argument which is useful when you draw a gradient or pattern.
|
||||||
*
|
*
|
||||||
* @property {Number} [degrees=0]
|
* @property {Number} [degrees=0]
|
||||||
* Initial rotation.
|
* Initial rotation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user