diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 8dde8448..70c5e7d4 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -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";