Added more SVG icons, added experimental option to change icon size, fixed clone offset on zoom
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@889 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -4964,8 +4964,8 @@ function BatchCommand(text) {
|
||||
// if undoable is not sent, default to true
|
||||
// if single values, scale them to the zoom
|
||||
if (dx.constructor != Array) {
|
||||
dx *= current_zoom;
|
||||
dy *= current_zoom;
|
||||
dx /= current_zoom;
|
||||
dy /= current_zoom;
|
||||
}
|
||||
var undoable = undoable || true;
|
||||
var batchCmd = new BatchCommand("position");
|
||||
|
||||
Reference in New Issue
Block a user