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:
@@ -22,6 +22,10 @@
|
||||
<script type="text/javascript" src="svg-editor.js"></script>
|
||||
<!--script type="text/javascript" src="svg-editor.min.js"></script-->
|
||||
|
||||
<!-- feeds -->
|
||||
<link rel="alternate" type="application/atom+xml" title="SVG-edit General Discussion" href="http://groups.google.com/group/svg-edit/feed/atom_v1_0_msgs.xml" />
|
||||
<link rel="alternate" type="application/atom+xml" title="SVG-edit Updates (Issues/Fixes/Commits)" href="http://code.google.com/feeds/p/svg-edit/updates/basic" />
|
||||
|
||||
<!-- Add script with custom handlers here -->
|
||||
<title>SVG-edit demo</title>
|
||||
</head>
|
||||
|
||||
@@ -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