diff --git a/editor/svg-editor.css b/editor/svg-editor.css
index ad910fde..9298afba 100644
--- a/editor/svg-editor.css
+++ b/editor/svg-editor.css
@@ -94,6 +94,10 @@
display: none;
}
+#svg_editor #rect_panel {
+ display: none;
+}
+
#svg_editor #text_panel {
display: none;
}
@@ -102,6 +106,10 @@
vertical-align:12px;
}
+#svg_editor #rect_panel .rect_tool {
+ vertical-align:12px;
+}
+
#svg_editor .tool_button, #svg_editor .tool_button_current {
height: 24px;
width: 24px;
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index b77d6776..8044cd37 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -40,6 +40,25 @@
+
+
+
+
+
+
+
+
+