From 240ab30362c55c24971079f968568a675511ba1a Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Thu, 18 Mar 2010 14:37:09 +0000 Subject: [PATCH] Reset default values too (oops again) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1468 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 46ab8ac9..3e99d32f 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -37,14 +37,14 @@ opacity: 1 }, initStroke: { - width: 1, + width: 5, color: '000000', // solid black opacity: 1 }, initOpacity: 1, imgPath: 'images/', langPath: 'locale/', - initTool: 'zoom', + initTool: 'select', wireframe: false }, uiStrings = {