diff --git a/editor/images/svg_edit_icons.svg b/editor/images/svg_edit_icons.svg index bf5042a5..82782e11 100644 --- a/editor/images/svg_edit_icons.svg +++ b/editor/images/svg_edit_icons.svg @@ -137,7 +137,7 @@ - + @@ -185,7 +185,7 @@ - + diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 8e8761f8..cee1907a 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -329,14 +329,14 @@ script type="text/javascript" src="locale/locale.min.js">
-
+
-
+
diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 5f4ddc36..b7904149 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -1914,11 +1914,11 @@ function setSVGIcons() { '#tool_select':'select', '#tool_fhpath':'pencil', '#tool_line':'pen', - '#tool_square,#tools_rect_show':'square', - '#tool_rect':'rect', + '#tool_rect,#tools_rect_show':'rect', + '#tool_square':'square', '#tool_fhrect':'fh_rect', - '#tool_circle,#tools_ellipse_show':'circle', - '#tool_ellipse':'ellipse', + '#tool_ellipse,#tools_ellipse_show':'ellipse', + '#tool_circle':'circle', '#tool_fhellipse':'fh_ellipse', '#tool_path':'path', '#tool_text,#layer_rename':'text',