diff --git a/editor/images/path.png b/editor/images/path.png new file mode 100644 index 00000000..c75a8d71 Binary files /dev/null and b/editor/images/path.png differ diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 9e88a6cb..dc9f4ba4 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -263,8 +263,8 @@ script type="text/javascript" src="locale/locale.min.js"> Circle
- Text - Path + Path + Text Image Zoom diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 85d15419..4ae0f8ec 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -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();}],