diff --git a/editor/images/delete.png b/editor/images/delete.png
index d586098e..65b5fb73 100644
Binary files a/editor/images/delete.png and b/editor/images/delete.png differ
diff --git a/editor/svg-editor.css b/editor/svg-editor.css
index 25927e55..9e0e0663 100644
--- a/editor/svg-editor.css
+++ b/editor/svg-editor.css
@@ -69,22 +69,30 @@
background: #E8E8E8;
border: 1px solid #808080;
padding: 4px;
- float:left;
- clear:both;
+ float: left;
+ clear: both;
}
#context_tools {
- width: 800px;
+ width: 705px;
height: 34px;
+ border-bottom: none;
+}
+
+#tools {
+ border-right: none;
+ height: 504px;
+ width: 64px;
}
#tool_delete {
display: none;
}
-#text_panel {
+#text_panel {
display: none;
}
+
#text_panel .text_tool {
vertical-align:12px;
}
diff --git a/editor/svg-editor.html b/editor/svg-editor.html
index 06562b4c..e9f74a0a 100644
--- a/editor/svg-editor.html
+++ b/editor/svg-editor.html
@@ -62,8 +62,10 @@
+
-
+
+
@@ -76,7 +78,27 @@
![Line Tool [3] Line](images/line.png)
![Square/Rect Tool [4/Shift+4] Square](images/square.png)
![Circle/Ellipse Tool [5/Shift+5] Circle](images/circle.png)
-![Text Tool [6] Text](images/text.png)
+
+