Sync with latest SVG-Edit

This commit is contained in:
Jacques Distler 2010-03-09 12:20:37 -06:00
parent ae0274783d
commit 9ed0772978
4 changed files with 136 additions and 49 deletions

View file

@ -6516,6 +6516,7 @@ function BatchCommand(text) {
selectorManager.requestSelector(elem).resize();
});
pathActions.zoomChange();
runExtensions("zoomChanged", zoomlevel);
}
this.getMode = function() {
@ -7989,7 +7990,7 @@ function BatchCommand(text) {
// Function: getVersion
// Returns a string which describes the revision number of SvgCanvas.
this.getVersion = function() {
return "svgcanvas.js ($Rev: 1448 $)";
return "svgcanvas.js ($Rev: 1450 $)";
};
this.setUiStrings = function(strs) {