From 74b69d99de8ef3bd677bc5155f7e478746e224ac Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 16 Jul 2024 09:36:24 -0700 Subject: [PATCH] Changelog for #2546 --- changelog.txt | 2 ++ test/demo/overlay.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fdb9d37c..e3083c66 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/test/demo/overlay.html b/test/demo/overlay.html index 790b04d1..3e91a8cb 100644 --- a/test/demo/overlay.html +++ b/test/demo/overlay.html @@ -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) {