Fixed Issue 123: Support for <a> element to make elements link to URLs

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1878 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-12-01 17:54:11 +00:00
parent fe03c8f7e4
commit aafe843485
6 changed files with 172 additions and 14 deletions

View File

@@ -251,7 +251,7 @@ svgEditor.addExtension("Connector", function(S) {
svgCanvas.groupSelectedElements = function() {
svgCanvas.removeFromSelection($(conn_sel).toArray());
gse();
return gse.apply(this, arguments);
}
var mse = svgCanvas.moveSelectedElements;