Changing polygon icon to new path icon, switching places with text tool
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@881 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1094,8 +1094,8 @@ function svg_edit_setup() {
|
||||
['4', clickRect],
|
||||
['Shift+5', clickCircle],
|
||||
['5', clickEllipse],
|
||||
['6', clickText],
|
||||
['7', clickPath],
|
||||
['6', clickPath],
|
||||
['7', clickText],
|
||||
['8', clickImage],
|
||||
[modKey+'N', function(evt){clickClear();evt.preventDefault();}],
|
||||
[modKey+'S', function(evt){editingsource?saveSourceEditor():clickSave();evt.preventDefault();}],
|
||||
|
||||
Reference in New Issue
Block a user