-
-
Notifications
You must be signed in to change notification settings - Fork 961
Enable SVG import destination options when dragging into canvas #3281
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
base: master
Are you sure you want to change the base?
Enable SVG import destination options when dragging into canvas #3281
Conversation
Here is a video demo of the included changes: 2025-10-16.21-10-43_muted.mp4 |
I think you meant to ping @Keavon |
Also we should probably zoom in on the imported svg once it is loaded right? similar to how that is done when creating a new document |
I can't review it yet but as a quick note, please use Title Case in menus. |
Note, Drag events are not forwarded to CEF on desktop (and I would prefer keeping it that way), this will basically not work on desktop. A better flow would be:
This should also include unifying import via menu and via file drop. |
oh, I understand, valid points. I'll try implementing this flow and make the required changes. |
Closes #3253