diff --git a/editor/images/freehand-circle.png b/editor/images/freehand-circle.png new file mode 100644 index 00000000..02158097 Binary files /dev/null and b/editor/images/freehand-circle.png differ diff --git a/editor/images/freehand-square.png b/editor/images/freehand-square.png new file mode 100644 index 00000000..d513fef3 Binary files /dev/null and b/editor/images/freehand-square.png differ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 4eab70f6..28e5896a 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -171,7 +171,7 @@ } #svg_editor #tool_fhrect { - background: 2px 2px url('images/path.png') no-repeat; + background: 2px 2px url('images/freehand-square.png') no-repeat; } #svg_editor #tool_circle { @@ -183,7 +183,7 @@ } #svg_editor #tool_fhellipse { - background: 2px 2px url('images/path.png') no-repeat; + background: 2px 2px url('images/freehand-circle.png') no-repeat; } #svg_editor #tools_rect div, #svg_editor #tools_ellipse div {