mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-12-03 18:46:07 +03:00
Changelog for #2546
This commit is contained in:
parent
819d4cb20c
commit
74b69d99de
@ -11,6 +11,8 @@ OPENSEADRAGON CHANGELOG
|
||||
* Introduced maxTilesPerFrame option to allow loading more tiles simultaneously (#2387 @jetic83)
|
||||
* Now when creating a viewer or navigator, we leave its position style alone if possible (#2393 @VIRAT9358)
|
||||
* Added getter & setter for Viewport.maxZoomPixelRatio (#2506 @eug-L)
|
||||
* Overlays are now positioned properly when the viewport is flipped (#2546 @BeebBenjamin)
|
||||
* Added overlayPreserveContentDirection option to keep overlays readable when viewport is flipped (#2546 @BeebBenjamin)
|
||||
* Test improvements (#2382 @AndrewADev)
|
||||
* MouseTracker options documentation fixes (#2389 @msalsbery)
|
||||
* Improved documentation and error message for Viewport.imageToViewportZoom (#2505 @eug-L)
|
||||
|
@ -27,7 +27,7 @@
|
||||
tileSources: "../data/testpattern.dzi",
|
||||
minZoomImageRatio: 0,
|
||||
maxZoomPixelRatio: 10,
|
||||
overlayPreserveContentDirection: true // change this to true to test overlay content flipping
|
||||
overlayPreserveContentDirection: true // Change this to false to test overlay content flipping
|
||||
});
|
||||
|
||||
viewer.addHandler("open", function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user