mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Merge pull request #1996 from tdiprima/patch-1
Reference globalCompositeOperation doc
This commit is contained in:
commit
f6d3676ed6
@ -195,8 +195,9 @@
|
|||||||
*
|
*
|
||||||
* @property {String} [compositeOperation=null]
|
* @property {String} [compositeOperation=null]
|
||||||
* Valid values are 'source-over', 'source-atop', 'source-in', 'source-out',
|
* Valid values are 'source-over', 'source-atop', 'source-in', 'source-out',
|
||||||
* 'destination-over', 'destination-atop', 'destination-in',
|
* 'destination-over', 'destination-atop', 'destination-in', 'destination-out',
|
||||||
* 'destination-out', 'lighter', 'copy' or 'xor'
|
* 'lighter', 'difference', 'copy', 'xor', etc.
|
||||||
|
* For complete list of modes, please @see {@link https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation/ globalCompositeOperation}
|
||||||
*
|
*
|
||||||
* @property {Boolean} [imageSmoothingEnabled=true]
|
* @property {Boolean} [imageSmoothingEnabled=true]
|
||||||
* Image smoothing for canvas rendering (only if canvas is used). Note: Ignored
|
* Image smoothing for canvas rendering (only if canvas is used). Note: Ignored
|
||||||
|
Loading…
Reference in New Issue
Block a user