Changelog for #2546

This commit is contained in:
Ian Gilman 2024-07-16 09:36:24 -07:00
parent 819d4cb20c
commit 74b69d99de
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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) {