Comment 11 for bug 167419

Revision history for this message
su_v (suv-lp) wrote :

Testing lp:~ado-papas/inkscape/bug_167419 with Inkscape 0.48+devel r9931 on OS X 10.5.8, default preferences
While I'm not sure about it being a preferred solution (linked offsets behaving like clones, see also <https://bugs.launchpad.net/inkscape/+bug/184341/comments/1>, possibly others), here's a first issue noted with the patch:

Steps to reproduce:
1) draw star
2) create linked offset
3) rotate star
-> linked offset gets rotated by the same amount
4) undo

Expected result:
both original and linked offset revert to original position

Actual result:
rotation of linked offset is not undone

5) undo back to the creation of the linked offset, now redo up to and including rotating the star

Expected result:
Redoing the rotation of the star also redoes the rotation of the linked offset

Actual result:
Only the star is rotated, but no update of the linked offset is triggered by the 'Redo' command

Affects rotating, skewing and scaling of shapes and their linked offsets (rect, ellipse, star, …).
Works as expected if transforming regular paths which have linked offsets.