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
Ian Gilman
af527e95b8
Merge pull request #807 from hiroakit/navigator
...
Fix issue that rectangle can't move to clicked destination on navigator
2016-01-04 09:35:30 -08:00
Hiroaki ENDOH
27c91204b6
Refactor to reflect the reviewer comments
...
See also:
https://github.com/openseadragon/openseadragon/pull/807#discussion_r48447403
2015-12-27 12:15:17 +09:00
Hiroaki ENDOH
fb222d9fe9
Fix issue that rectangle can't move to clicked destination on navigator.
...
This issue can reproduce by these steps.
1. Open http://localhost:8000/test/demo/coordinates.html
2. Click Rotate button
3. Click canvas of navigator
2015-12-26 00:41:40 +09:00
Hiroaki ENDOH
3524386543
Fix typo
2015-12-25 23:33:07 +09:00
Ian Gilman
3c446663c3
Changelog for #796
2015-12-23 09:22:11 -08:00
Ian Gilman
c7db21f8b4
Merge pull request #796 from avandecreme/rotation
...
Fix coordinates conversion with rotation.
2015-12-23 09:20:40 -08:00
accraze
3925d1cb14
fixed tabIndex to handle empty string
...
chrome acts buggy and jumps when tabindex is not set to empty string.
fixes #769
2015-12-22 16:55:08 -08:00
Antoine Vandecreme
ebbf4ea4a0
Rename scale functions with NoRotate suffix.
2015-12-22 18:19:22 -05:00
Antoine Vandecreme
764d8f6f2c
Fix crash in debug mode when tile is missing.
2015-12-16 17:40:28 -05:00
Ian Gilman
c4b1e05e25
Changelog for #790
2015-12-15 10:04:24 -08:00
Ian Gilman
0b411969ad
Merge pull request #790 from Riksarkivet/iframe
...
Partial fix for drag release outside an iframe
2015-12-15 09:59:06 -08:00
Ian Gilman
2a430f3335
Merge pull request #801 from openseadragon/ian
...
Fixed broken assert
2015-12-15 09:57:40 -08:00
Ian Gilman
28d49df72f
Fixed broken assert
2015-12-15 09:56:33 -08:00
Antoine Vandecreme
13bfb4ecfc
Fix conversion methods doc.
2015-12-14 18:36:18 -05:00
Ian Gilman
64e90b919d
Merge pull request #799 from openseadragon/ian
...
Removed redundant event handler in navigator
2015-12-14 11:04:43 -08:00
Ian Gilman
4935fcd225
Removed redundant event handler in navigator
2015-12-14 11:03:25 -08:00
Antoine Vandecreme
2dcd40afc6
Fix flickering issue at certain rotation angles.
2015-12-13 11:49:58 -05:00
Antoine Vandecreme
4a6d31ae37
Add units conversion with rotation unit tests.
2015-12-12 10:47:12 -05:00
Antoine Vandecreme
52f8ad6aa2
Fix coordinates conversion with rotation.
2015-12-11 19:07:23 -05:00
Sebastian Öberg
8f9d2a9bfe
Converted jsdoc to plain comments
2015-12-09 18:28:41 +01:00
Ian Gilman
d1afae6ca0
Changelog for #782
2015-12-09 09:11:54 -08:00
Ian Gilman
c3c91ed612
Merge pull request #782 from avandecreme/rotation
...
Rotation
2015-12-09 09:10:39 -08:00
Sebastian Öberg
2ab6f18cee
Changed isInIframe to a variable for caching
2015-12-09 11:04:37 +01:00
Sebastian Öberg
703f922ed8
Fixed drag release outside of iframe when the iframe is on the same domain.
2015-12-08 11:22:29 +01:00
Antoine Vandecreme
1d04ceadff
Fix home bounds with rotation. Fix #567 and #463
2015-12-05 19:18:56 -05:00
Antoine Vandecreme
5e362554e2
Normalize the rectangles
2015-12-05 17:51:21 -05:00
Ian Gilman
92be395d66
Added more npm keywords
2015-12-03 09:31:46 -08:00
Ian Gilman
30c6e2b762
Made package name lower case
2015-12-01 09:16:42 -08:00
Ian Gilman
656d54cf3b
Merge pull request #781 from avandecreme/npm
...
Prepare package.json for publishing on npm.
2015-12-01 09:06:39 -08:00
Antoine Vandecreme
fc919ff56d
Make union reasons on bounding boxes.
2015-11-30 20:44:06 -05:00
Antoine Vandecreme
abc1168582
Remove superfluous comment.
2015-11-30 20:18:05 -05:00
Antoine Vandecreme
2e26ae5ff1
Remove Rect options contructor.
2015-11-30 19:11:41 -05:00
Antoine Vandecreme
94186826af
Extend Rect class to support rotation.
2015-11-26 17:25:50 -05:00
Antoine Vandecreme
4bbcd63826
Fix formatting on netbeans.
2015-11-26 17:24:37 -05:00
Antoine Vandecreme
7244d96274
Merge branch 'master' of https://github.com/openseadragon/openseadragon into npm
2015-11-26 11:15:17 -05:00
Antoine Vandecreme
f3d5e4e155
Prepare package.json for publishing on npm.
2015-11-26 09:59:44 -05:00
Ian Gilman
0ded84f81a
Changelog for #779
2015-11-25 11:53:02 -08:00
Ian Gilman
7f08f27e7e
Merge pull request #779 from TMUND/master
...
Fixes #777 : next button click pops up virtual keyboard on mobile devices
2015-11-25 09:59:21 -08:00
Toni Munder
de29b56c59
Fixes #777 : next button click pops up virtual keyboard on mobile devices
2015-11-24 18:23:54 -08:00
tmund
ad8f12eeef
Merge pull request #1 from openseadragon/master
...
Getting the latest
2015-11-24 18:20:28 -08:00
Ian Gilman
174ff02904
Changelog for #764
2015-11-23 09:49:16 -08:00
Ian Gilman
f07c9a7026
Merge pull request #764 from picturae/master
...
tile edge smoothing at high zoom - #755
2015-11-23 09:47:32 -08:00
Petar Petrov
9922d2a4bb
edge smoothing fix for Mac
2015-11-19 10:06:43 +02:00
Petar Petrov
7406727090
Merge branch 'master' of https://github.com/openseadragon/openseadragon
2015-11-16 16:44:31 +02:00
Ian Gilman
87f1c97295
Changelog back to normal
2015-11-12 14:00:00 -08:00
Ian Gilman
b2c17b5604
Changelog twiddling
2015-11-12 13:57:31 -08:00
Ian Gilman
fca0a7ca1b
Doc comment fix
2015-11-12 13:55:47 -08:00
Ian Gilman
0e587f7c33
Ready for next version
2015-11-12 13:48:23 -08:00
Ian Gilman
404a248183
OSD 2.1.0
2015-11-12 13:44:05 -08:00