From 9e70447b5dd25e5c7f6c2575a28939b727cd2641 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Wed, 23 Sep 2009 16:18:04 +0000 Subject: [PATCH] Fix Issue 161: Add feeds to editor git-svn-id: http://svg-edit.googlecode.com/svn/trunk@697 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.html | 4 ++++ editor/svgcanvas.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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") {