diff --git a/src/editor/EditorStartup.js b/src/editor/EditorStartup.js
index eef3c0fc..2a1e6951 100644
--- a/src/editor/EditorStartup.js
+++ b/src/editor/EditorStartup.js
@@ -61,6 +61,8 @@ class EditorStartup {
* @returns {void}
*/
async init () {
+ // allow to prepare the dom without display
+ $id('svg_editor').style.visibility = 'hidden';
try {
// Image props dialog added to DOM
const newSeImgPropDialog = document.createElement('se-img-prop-dialog');
@@ -725,7 +727,7 @@ class EditorStartup {
const {langParam, langData} = await this.putLocale(this.configObj.pref('lang'), this.goodLangs);
await this.setLang(langParam, langData);
- $id('svg_container').style.visibility = 'visible';
+ $id('svg_editor').style.visibility = 'visible';
try {
// load standard extensions
diff --git a/src/editor/index.html b/src/editor/index.html
index f3b8a5c1..ae415f7b 100644
--- a/src/editor/index.html
+++ b/src/editor/index.html
@@ -28,354 +28,362 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
-
-
-
Layers
-
-
-
Move elements to:
-
-
-
L a y e r s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
Layers
+
+
+
Move elements to:
+
+
+
L a y e r s
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-