Apply patch by stuart.moore@spektrix.com to fix issue #1205
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2840 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -252,7 +252,7 @@ svgedit.utilities.init({
|
||||
getSelectedElements: function() { return selectedElements; },
|
||||
getSVGContent: function() { return svgcontent; },
|
||||
getBaseUnit: function() { return curConfig.baseUnit; },
|
||||
getStepSize: function() { return curConfig.stepSize; }
|
||||
getSnappingStep: function() { return curConfig.snappingStep; }
|
||||
});
|
||||
var findDefs = canvas.findDefs = svgedit.utilities.findDefs;
|
||||
var getUrlFromAttr = canvas.getUrlFromAttr = svgedit.utilities.getUrlFromAttr;
|
||||
|
||||
Reference in New Issue
Block a user