openseadragon/src
Mei-Hui Su ea833a780c Update to allow setting of globalCompositeOperation when
html <canvas> is used to process multiple tiledImages to blend
is a specific way.
(special handling,
   when compositeOperation is 'source-over' and opacity is 1,
   useSketch is false, otherwise useSketch is true
)
Valid values are 'source-atop', 'source-in', 'source-out',
  'destination-over', 'destination-atop', 'destination-in',
  'destination-out', 'lighter', 'copy' or 'xor'
http://www.w3schools.com/tags/canvas_globalcompositeoperation.asp
2016-01-06 07:58:36 -08:00
..
button.js MouseTracker now defaults to tracking on (#558) 2015-01-20 18:35:58 -08:00
buttongroup.js Merge upstream. 2015-06-08 10:38:16 -04:00
control.js Make OpenSeadragon W3C compliant. 2014-04-04 16:14:32 -04:00
controldock.js Make OpenSeadragon W3C compliant. 2014-04-04 16:14:32 -04:00
displayrectangle.js Updated Doclets 2013-11-25 08:48:44 -08:00
drawer.js Update to allow setting of globalCompositeOperation when 2016-01-06 07:58:36 -08:00
dzitilesource.js * Fixed: DZI tilesource was broken 2015-01-12 14:18:39 -08:00
eventsource.js Updated Doclets 2013-11-25 08:48:44 -08:00
fullscreen.js Add support for old webkit. Add fullScreenApi.getFullScreenElement method. Remove old license. 2014-03-25 13:29:58 -04:00
iiiftilesource.js Respect non-square tiles if available from IIIFTileSources 2015-07-10 14:26:51 -04:00
imageloader.js Added error message tracking into the tile loading mechanism. This exposes the reason for the error in the console.log message 2015-07-06 14:57:15 -06:00
legacytilesource.js Updated Doclets 2013-11-25 08:48:44 -08:00
mousetracker.js Fixed issue in iOS devices that would cause all touch events to fail after a Multitasking Gesture was triggered. The fix works by aborting all touch contacts after a touch has been cancelled, since the Multitasking Gestures in iOS trigger the TouchCancel event on those touches which were active.. 2015-10-16 15:52:20 +02:00
navigator.js Revert "Fixed navigator resize" 2015-09-03 09:44:27 +10:00
openseadragon.js Update to allow setting of globalCompositeOperation when 2016-01-06 07:58:36 -08:00
osmtilesource.js Updated Doclets 2013-11-25 08:48:44 -08:00
overlay.js Use Math.round instead of Math.floor and Math.ceil for overlay placement. 2015-10-09 14:15:54 -04:00
point.js Unit tests for World 2014-11-17 16:24:40 -08:00
profiler.js Updated Doclets 2013-11-25 08:48:44 -08:00
rectangle.js Added Rect.union; allowed minZoomLevel greater than home zoom 2015-01-13 15:31:52 -08:00
referencestrip.js Fixed x/y typo in reference strip. 2015-02-09 21:19:30 +01:00
spring.js * Now animating zoom spring exponentially 2015-03-30 14:50:37 -07:00
strings.js Added configuration around the rotate left/right buttons. The default for showRotationControls is false to preserve existing functionality. Also added default tooltip strings for the buttons. 2014-03-03 09:28:28 -07:00
tile.js Update to allow setting of globalCompositeOperation when 2016-01-06 07:58:36 -08:00
tilecache.js Fix assert in cacheTile. 2015-06-15 16:43:34 -04:00
tiledimage.js Update to allow setting of globalCompositeOperation when 2016-01-06 07:58:36 -08:00
tilesource.js Fix for issue with tiledImages loading tiles at every level instead of just the best level: using && instead of || means the tiledImage's longest side is used for comparison instead of the shortest side. 2015-09-15 15:58:34 -06:00
tilesourcecollection.js Docs and naming changes for collection mode 2014-11-12 16:31:46 -08:00
tmstilesource.js Updated Doclets 2013-11-25 08:48:44 -08:00
viewer.js Update to allow setting of globalCompositeOperation when 2016-01-06 07:58:36 -08:00
viewport.js * You can now change viewport margins after the viewer is created (#721) 2015-10-29 14:29:59 -07:00
world.js Optimized adding large numbers of items to the world. 2015-09-25 09:58:34 -06:00