Open
Description
Describe the Bug
Flipping MRI/CT stacks vertically and horizontally in a stack viewport loses flip after scrolling. We've found this issue in our application, and we believe it's reproducible in the Stack API example.
Steps to Reproduce
- Visit https://www.cornerstonejs.org/live-examples/stackapi
- Flip both horizontally and vertically
- Click on Next Image
- The next image is no longer flipped horizontally
The current behavior
Individual images in the stack lose the horizontal flip after scrolling. The vertical flip flag is now false, and the image is instead rotated 180 degrees.
The expected behavior
All images in a stack should be flipped horizontally and vertically. If only a horizontal or vertical flip is selected, the flip is visible on the full stack when scrolling.
OS
macOS 14.7.2 (23H311)
Node version
NA
Browser
Chrome 133.0.6943.127
Activity