svgedit
svgedit copied to clipboard
Ungrouping problem
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 (
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
Issue probably lies right here:
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:
The second behavior is caused by the following removal of the transform list.
(still trying to understand all of it)