diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 8e791760..1aa311e7 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -751,7 +751,7 @@ span.zoom_tool { #svg_editor #tools_bottom_3 { - position: relative; +// position: relative; z-index: 2; } diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 54073eec..c43f3864 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -5836,6 +5836,10 @@ function BatchCommand(text) { if (extensions["Arrows"]) call("unsetarrownonce") ; } else { randomize_ids = true; + if (!svgcontent.getAttributeNS(se_ns, 'nonce')) { + svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce); + if (extensions["Arrows"]) call("setarrownonce", nonce) ; + } } }