mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Document effect on smoothTileEdgesMinZoom referencing #952.
This commit is contained in:
parent
b3a10aca3b
commit
e9a0bbc8d9
@ -239,6 +239,8 @@
|
|||||||
* A zoom percentage ( where 1 is 100% ) of the highest resolution level.
|
* A zoom percentage ( where 1 is 100% ) of the highest resolution level.
|
||||||
* When zoomed in beyond this value alternative compositing will be used to
|
* When zoomed in beyond this value alternative compositing will be used to
|
||||||
* smooth out the edges between tiles. This will have a performance impact.
|
* smooth out the edges between tiles. This will have a performance impact.
|
||||||
|
* Can be set to Infinity to turn it off.
|
||||||
|
* Note: This setting is ignored on iOS devices due to a known bug (See {@link https://github.com/openseadragon/openseadragon/issues/952})
|
||||||
*
|
*
|
||||||
* @property {Boolean} [iOSDevice=?]
|
* @property {Boolean} [iOSDevice=?]
|
||||||
* True if running on an iOS device, false otherwise.
|
* True if running on an iOS device, false otherwise.
|
||||||
|
Loading…
Reference in New Issue
Block a user