diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js
index e9122298..55081c16 100644
--- a/editor/svgcanvas.js
+++ b/editor/svgcanvas.js
@@ -470,22 +470,11 @@ var canvas = this,
''+
''+
''+
- '' +
- '' +
- '' +
-// '' +
-// '' +
-// '' +
''+
'').documentElement, true);
container.appendChild(svgroot);
-// This style element is for globally changing the opacity of
-// elements during in-group editing
-var root_style = svgdoc.createElementNS(svgns, "style");
-svgroot.appendChild(root_style);
-
// The actual element that represents the final output SVG element
var svgcontent = svgdoc.createElementNS(svgns, "svg");
$(svgcontent).attr({