diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 13647d3e..65f4ef41 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -22,6 +22,10 @@ + + + + SVG-edit demo diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 7deebd85..f4d7f065 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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") {