diff --git a/editor/svg-editor.css b/editor/svg-editor.css index db98fb1d..8513a4af 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -72,6 +72,15 @@ body { float: left; } +#svg_editor #logo { + position: absolute; + top: 1px; + left: 1px; + width: 30px; + height: 30px; + padding: 0px; +} + #svg_editor #tools_top { position: absolute; left: 38px; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 681d6881..7a74e5b5 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -29,9 +29,16 @@
+