Reference globalCompositeOperation doc

Fixes openseadragon/openseadragon#1994
This commit is contained in:
Tammy DiPrima 2021-06-22 12:32:59 -04:00 committed by GitHub
parent cac0e5c9bd
commit ef297a2c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,8 +195,9 @@
*
* @property {String} [compositeOperation=null]
* Valid values are 'source-over', 'source-atop', 'source-in', 'source-out',
* 'destination-over', 'destination-atop', 'destination-in',
* 'destination-out', 'lighter', 'copy' or 'xor'
* 'destination-over', 'destination-atop', 'destination-in', 'destination-out',
* 'lighter', 'destination', '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]
* Image smoothing for canvas rendering (only if canvas is used). Note: Ignored