You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be better to keep topToBottum and make it configurable,
The loading process probably needs some rethinking as previous loading feature such as InterleaveTopToButtom are now not accessible any,
Probably we need to define loading strategy :
Globally in the app-config
Per hanging protocol with customLoadStrategy, if defined it takes priority on the global setting.
The definition of the loading strategy should probably have 2 parameters defined separatly :
The loading strategy : Interleave, Nth ....
The orientation : Top to bottom, bottom To Top ....
Steps to Reproduce
Load image
The current behavior
bottom to top
The expected behavior
top to bottom
OS
linux
Node version
20
Browser
Chrome latest
The text was updated successfully, but these errors were encountered:
Describe the Bug
See video for the same case,
The first loading is the current main branche
The second loading is the version before 2.0 conrestone upgrade
https://github.com/user-attachments/assets/add8bfe8-42fb-4e45-bf33-a5854d1a5376
I would be better to keep topToBottum and make it configurable,
The loading process probably needs some rethinking as previous loading feature such as InterleaveTopToButtom are now not accessible any,
Probably we need to define loading strategy :
The definition of the loading strategy should probably have 2 parameters defined separatly :
Steps to Reproduce
Load image
The current behavior
bottom to top
The expected behavior
top to bottom
OS
linux
Node version
20
Browser
Chrome latest
The text was updated successfully, but these errors were encountered: