Made optimizations to connector plugin, fixed issue 670 and possibly issue 664
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1714 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1370,6 +1370,7 @@ var SelectorManager;
|
||||
mgr.selectorParentGroup = svgdoc.createElementNS(svgns, "g");
|
||||
mgr.selectorParentGroup.setAttribute("id", "selectorParentGroup");
|
||||
mgr.selectorGripsGroup = svgdoc.createElementNS(svgns, "g");
|
||||
mgr.selectorGripsGroup.setAttribute('display','none');
|
||||
svgroot.appendChild(mgr.selectorParentGroup);
|
||||
mgr.selectorParentGroup.appendChild(mgr.selectorGripsGroup);
|
||||
mgr.selectorMap = {};
|
||||
|
||||
Reference in New Issue
Block a user