mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 23:03:13 +03:00
correction
difference; not destination
This commit is contained in:
parent
ef297a2c2c
commit
1ca9b16158
@ -196,7 +196,7 @@
|
|||||||
* @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-out',
|
* 'destination-over', 'destination-atop', 'destination-in', 'destination-out',
|
||||||
* 'lighter', 'destination', 'copy', 'xor', etc.
|
* '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}
|
* 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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user