From e3ae7b56f15e892085aa5d550d8e99f2172e76e9 Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Sat, 11 Apr 2015 19:01:09 +0200 Subject: [PATCH] :docs: Document placeholderFillStyle --- src/openseadragon.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index b46a641e..a73295a8 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -208,6 +208,8 @@ * * @property {String|CanvasGradient|CanvasPattern|Function} [placeholderFillStyle=null] * 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] * Initial rotation. @@ -1016,10 +1018,10 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){ navigatorRotate: true, // INITIAL ROTATION - degrees: 0, + degrees: 0, // APPEARANCE - opacity: 1, + opacity: 1, placeholderFillStyle: null, //REFERENCE STRIP SETTINGS