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
Make a straight line with e.g. the pen tool. Using the select tool, try to move the line. Notice how it is not possible -- either the line is rotated, or the point of reference for rotation is moved -- the line cannot be dragged. Moving with the "G" button (grab) works, but that mode does not seem to support snapping.
A (similar?) issue occurs for 2D objects when they are (too) small: they cannot be dragged anymore, only resized or rotated.
The text was updated successfully, but these errors were encountered:
use the geometric bounds rather than the visual bounds
don't have any tolerance around the edge of the shape (e.g. Inkscape has about 5px to drag the currently selected shape).
Feel free to implement your preferred solution @tcpie. You will likely want to look in the select_tool.rs in the SelectToolFsmState::Ready { .. }, SelectToolMessage::DragStart.
I will mention that it is possible to drag the shape directly, however it requires great precision with your mouse placement. As Hypercube mentions, it would be nice to have greater tolerance in such cases. Thanks for the report!
Keavon
changed the title
Cannot drag/move straight line, small objects
Small click target when dragging/moving a straight line or small objects
Dec 16, 2024
Make a straight line with e.g. the pen tool. Using the select tool, try to move the line. Notice how it is not possible -- either the line is rotated, or the point of reference for rotation is moved -- the line cannot be dragged. Moving with the "G" button (grab) works, but that mode does not seem to support snapping.
A (similar?) issue occurs for 2D objects when they are (too) small: they cannot be dragged anymore, only resized or rotated.
The text was updated successfully, but these errors were encountered: