Skip to content
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

Open
AzamatIshmuratov opened this issue May 26, 2021 · 3 comments
Open

Ungrouping problem #549

AzamatIshmuratov opened this issue May 26, 2021 · 3 comments
Labels
Milestone

Comments

@AzamatIshmuratov
Copy link

I have a piece of code from one svg file:
test2.txt

Uploading the file:
image

Breaks when ungrouped:
image

I'm guessing it has to do with the transform attribute of the group ()

@jfhenon
Copy link
Collaborator

jfhenon commented May 27, 2021

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.

@jfhenon jfhenon added this to the V7 milestone May 30, 2021
@jfhenon
Copy link
Collaborator

jfhenon commented May 30, 2021

it actually a little trickier than expected but we need to address this for V7.0

@vitali-eppinger
Copy link

vitali-eppinger commented May 31, 2021

Issue probably lies right here:
image
After changing it to only "fix" the rotation on "transform" attributes, the initial select works fine.
Unfortunately trying to rotate it after that leads to it jumping again:
IE8fdCXvHR

The second behavior is caused by the following removal of the transform list.
image

(still trying to understand all of it)

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
@jfhenon jfhenon mentioned this issue Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants