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:
Alexis Deveria
2009-10-30 19:39:33 +00:00
parent 0e578d675c
commit 20d7b92b58
3 changed files with 310 additions and 22 deletions

View File

@@ -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");