diff --git a/editor/images/flyouth.png b/editor/images/flyouth.png new file mode 100644 index 00000000..aaf1fdbb Binary files /dev/null and b/editor/images/flyouth.png differ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 7639f931..99505636 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -161,6 +161,15 @@ div.color_block { vertical-align:12px; } +/* TODO: figure out why there is a couple pixels between + the tools with a flyout arrow */ +#svg_editor .flyout_arrow_horiz { + float: right; + position: relative; + top: -13px; + left: -4px; +} + #svg_editor .tool_button, #svg_editor .tool_button_current, #svg_editor .tool_button_disabled { height: 24px; width: 24px; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 72a7906e..55d874ca 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -42,7 +42,7 @@
-
+
![Select Tool [1] Select](images/select.png)
![Pencil Tool [2] Pencil](images/path.png)
![Line Tool [3] Line](images/line.png)
![Square/Rect Tool [4/Shift+4] Square](images/square.png)
+
![Ellipse/Circle Tool [5/Shift+5] Circle](images/circle.png)