Removed some unused code

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1743 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-09-22 18:57:29 +00:00
parent be01fab6bc
commit 5fa7df9835
1 changed files with 0 additions and 11 deletions

View File

@ -470,22 +470,11 @@ var canvas = this,
'<feMergeNode in="SourceGraphic"/>'+
'</feMerge>'+
'</filter>'+
'<mask id="se_opac_mask">' +
'<rect width="100%" height="100%" fill="#888" />' +
'</mask>' +
// '<mask id="se_no_mask">' +
// '<rect width="100%" height="100%" fill="#FFF" />' +
// '</mask>' +
'</defs>'+
'</svg>').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({