Sync with latest SVG-Edit
This commit is contained in:
parent
ae0274783d
commit
9ed0772978
4 changed files with 136 additions and 49 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue