fixtransforms branch: Fixed bug that messed up aligning matrix/rotated elements (in moveSelectedElements)
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@1059 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -5827,7 +5827,7 @@ function BatchCommand(text) {
|
||||
xform.setTranslate(dx,dy);
|
||||
}
|
||||
|
||||
tlist.appendItem(xform);
|
||||
tlist.insertItemBefore(xform, 0);
|
||||
|
||||
var cmd = recalculateDimensions(selected);
|
||||
if (cmd) {
|
||||
|
||||
Reference in New Issue
Block a user