-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Ungrouping problem #549
Comments
Yes, it is indeed linked to this. The mouseMove Event is actually creating a transform but does not check if one was already defined. I think I know how to fix this. |
it actually a little trickier than expected but we need to address this for V7.0 |
AgriyaDev5
added a commit
to AgriyaDev5/svgedit
that referenced
this issue
Sep 29, 2021
AgriyaDev5
added a commit
to AgriyaDev5/svgedit
that referenced
this issue
Sep 30, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a piece of code from one svg file:
test2.txt
Uploading the file:
Breaks when ungrouped:
I'm guessing it has to do with the transform attribute of the group ()
The text was updated successfully, but these errors were encountered: