Fix Issue 161: Add feeds to editor
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@697 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -3528,7 +3528,7 @@ function BatchCommand(text) {
|
||||
};
|
||||
|
||||
// TODO: when transferring group's rotational transform to the children, must deal
|
||||
// with children who are already rotated within the group
|
||||
// with children who are already rotated within the group (Issue 204)
|
||||
this.ungroupSelectedElement = function() {
|
||||
var g = selectedElements[0];
|
||||
if (g.tagName == "g") {
|
||||
|
||||
Reference in New Issue
Block a user