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
The current zooming implementation centers the zoom action around a fixed point in the center of the canvas. This behavior makes it cumbersome to quickly focus on specific areas of the canvas and requires additional panning to adjust the viewport after zooming.
Proposed Improvement
Introduce a "zoom to cursor" feature that centers the zoom action around the location of the user's cursor. This would provide a more intuitive and efficient navigation experience, particularly when working on detailed areas of the canvas.
Benefits
Streamlined navigation for users, reducing the need for additional panning after zooming.
More intuitive and predictable zooming behavior.
Enhanced usability, especially for users working on large or complex canvases.
Steps to Implement
Adjust the zoom logic to calculate the focal point based on the cursor's position relative to the canvas.
...
Optional
Add a configuration option to toggle between "zoom to cursor" and the current behavior for users who prefer the latter.
The text was updated successfully, but these errors were encountered:
Description
Current Behavior
The current zooming implementation centers the zoom action around a fixed point in the center of the canvas. This behavior makes it cumbersome to quickly focus on specific areas of the canvas and requires additional panning to adjust the viewport after zooming.
Proposed Improvement
Introduce a "zoom to cursor" feature that centers the zoom action around the location of the user's cursor. This would provide a more intuitive and efficient navigation experience, particularly when working on detailed areas of the canvas.
Benefits
Steps to Implement
Optional
The text was updated successfully, but these errors were encountered: