From 5fa7df983506f88afaf685961bb238ff096c4749 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Wed, 22 Sep 2010 18:57:29 +0000 Subject: [PATCH] Removed some unused code git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1743 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 11 ----------- 1 file changed, 11 deletions(-) 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({