4xx / svg-edit

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

Group rotation lost when group is moved #1149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Draw two rectangles
2. Group them together
3. Rotate the group
4. Deselect
5. Drag-move the group (without previously selecting it)

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

Group should move while retaining the previous rotation. Instead, rotate 
transformation is deleted from SVG group element.

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

Firefox 25.0
IE 9.0.8112.16421

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

Latest trunk has the issue. Version 2.5 behaves normally.

Original issue reported on code.google.com by josipmis...@gmail.com on 21 Oct 2013 at 9:40