SVG-Edit bugfix

This commit is contained in:
Jacques Distler 2010-09-13 17:05:37 -05:00
parent e5ca66ae41
commit d80003d502
3 changed files with 20 additions and 17 deletions

View file

@ -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 = {};
@ -9014,7 +9015,7 @@ this.getZoom = function(){return current_zoom;};
// Function: getVersion
// Returns a string which describes the revision number of SvgCanvas.
this.getVersion = function() {
return "svgcanvas.js ($Rev: 1712 $)";
return "svgcanvas.js ($Rev: 1714 $)";
};
// Function: setUiStrings