rebootcode / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Group containing transformed paths 'explodes' when ungrouped after rotation #977

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open this image: https://en.wikipedia.org/wiki/File:Nerf_logo.svg
2. Ungroup the group that comprises the whole logo
3. Regroup the logo
4. Rotate the group
5. Ungroup it again

What is the expected output? What do you see instead?

I expect the members of the group to stay where they are, with the same 
rotation, when I ungroup them. Instead, they all move different distances in 
the same direction, and retain their rotation.

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)

Chrome 19.0.1084.56 m

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)

v2.6-alpha (latest trunk)

Please provide any additional information below.

This image makes extensive use of matrix transformations. It also has hundreds 
of clipping paths, none of which are used for anything. I tried deleting the 
clipping paths, but the group still explodes after the procedure above.

Original issue reported on code.google.com by iano.not...@gmail.com on 14 Jun 2012 at 4:35