-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
Drag and Drop shapes #24
Comments
TLDR: Hard task, can't do it at the moment sry. Details: |
Thanks for the response. What would you think about a feature that allowed for certain svgs to be brought into the canvas, like UML elements? Is that something you think would be possible? I guess I don't know the limitations of canvas, but with draw.io, there are shapes that can be dragged into the canvas and scaled and moved. Is that easier when the shapes are pre-defined? |
we could add predefined elements pretty easy but they would behave like an image you drop in right now. Ether drawn to the canvas or the background. Only the rotation is missing for this to work properly I guess. Workaround for now (If you don't need the rotation): You could make a folder with all the UML Elements you need (as images) and drop them in. |
fyi: added function to rotate images |
Hi, thanks for this tool. It works great!
Would it be possible to allow the cursor tool to support drag and drop of shapes? So when clicking the select tool, I could select a shape that was drawn and move it on the board. This is different than the rectangular tool, in that it selects the actual shape, and not a rectangular selection around the shape.
Thank you
The text was updated successfully, but these errors were encountered: