mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Added message to clarify that the event only fires when <canvas> is being used.
This commit is contained in:
parent
27424348f3
commit
95f0591210
@ -1234,6 +1234,8 @@ function drawTiles( drawer, lastDrawn ){
|
|||||||
/**
|
/**
|
||||||
* This event is fired just before the tile is drawn giving the application a chance to alter the image.
|
* This event is fired just before the tile is drawn giving the application a chance to alter the image.
|
||||||
*
|
*
|
||||||
|
* NOTE: This event is only fired when the drawer is using a <canvas>.
|
||||||
|
*
|
||||||
* @event tile-drawing
|
* @event tile-drawing
|
||||||
* @memberof OpenSeadragon.Viewer
|
* @memberof OpenSeadragon.Viewer
|
||||||
* @type {object}
|
* @type {object}
|
||||||
|
Loading…
Reference in New Issue
Block a user