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
If I zoom via the mouse wheel, it should zoom to the cursor. So if an item is in the upper left corner of my screen and I place the mouse cursor there and zoom (ctrl+wheel) the cursor should stay on the item and the view port should zoom in on the item (The mechanics themselves have nothing to do with the item, it is just easier to imagine this way)
This is standard behavior in many applications, like inkscape and figma (though, to my annoyance, not in balsamiq)
Current Behavior
Currently, the zoom is on center. This means the view is made "larger" while its center stays in place
Possible Solution
Implement zoom to cursor. This means that the viewport needs to shift depending on mouse position while zooming.
Context
When you zoom in, you usually want to zoom in on something. The only way to do this right now is to pan the object of interest into the center of the viewport and then zoom. This is cumbersome. Zoom-to-cursor would just mean you place the cursor on what you are interested in and zoom in.
(this is also coherent with pinch-to-zoom; while zoom to cursor pans the viewport in a way that your cursor stays on its position within the canvas/document, while pinch-to-zoom pans in a way so that your fingers or the point between them stays on the same position in the canvas/document)
Zoom-To-Cursor in Inkscape
Akira Version: v0.0.12 - alpha
OS Info: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Hi, thanks for trying Akira.
Indeed this is a feature we want to implement before the beta, and we also want to implement the variation of zooming with the selected item at the center if done via keyboard.
Expected Behavior
If I zoom via the mouse wheel, it should zoom to the cursor. So if an item is in the upper left corner of my screen and I place the mouse cursor there and zoom (ctrl+wheel) the cursor should stay on the item and the view port should zoom in on the item (The mechanics themselves have nothing to do with the item, it is just easier to imagine this way)
This is standard behavior in many applications, like inkscape and figma (though, to my annoyance, not in balsamiq)
Current Behavior
Currently, the zoom is on center. This means the view is made "larger" while its center stays in place
Possible Solution
Implement zoom to cursor. This means that the viewport needs to shift depending on mouse position while zooming.
Context
When you zoom in, you usually want to zoom in on something. The only way to do this right now is to pan the object of interest into the center of the viewport and then zoom. This is cumbersome. Zoom-to-cursor would just mean you place the cursor on what you are interested in and zoom in.
(this is also coherent with pinch-to-zoom; while zoom to cursor pans the viewport in a way that your cursor stays on its position within the canvas/document, while pinch-to-zoom pans in a way so that your fingers or the point between them stays on the same position in the canvas/document)
Zoom-To-Cursor in Inkscape
The text was updated successfully, but these errors were encountered: