Starting mode is select, not path

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@208 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-06-27 03:18:50 +00:00
parent cfa488a502
commit a676614787
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function SvgCanvas(c)
var obj_num = 1;
var start_x = null;
var start_y = null;
var current_mode = "path";
var current_mode = "select";
var current_resize_mode = "none";
var current_fill = "none";
var current_stroke = "black";