We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once an entity has been added to the canvas the user is able to interact with it, and be able to rotate it, move it and toggle its properties.
For rotation I expect snapping at 0, 90, 180 and 270 degrees as shown in https://konvajs.org/docs/select_and_transform/Rotation_Snaps.html. For rotation, drag and drop and resizing I expect a UI as shown in https://konvajs.org/docs/select_and_transform/Resize_Limits.html, with the boxes in a square around the entity icon note that entities should not get dragged off the canvas and become unselectable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once an entity has been added to the canvas the user is able to interact with it, and be able to rotate it, move it and toggle its properties.
For rotation I expect snapping at 0, 90, 180 and 270 degrees as shown in https://konvajs.org/docs/select_and_transform/Rotation_Snaps.html.
For rotation, drag and drop and resizing I expect a UI as shown in https://konvajs.org/docs/select_and_transform/Resize_Limits.html, with the boxes in a square around the entity icon
note that entities should not get dragged off the canvas and become unselectable
The text was updated successfully, but these errors were encountered: