Possible fix for issue 679

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1732 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2010-09-20 14:59:00 +00:00
parent b1268c527d
commit 79b2634e35

View File

@@ -2630,13 +2630,8 @@
console.log('NOTE: Icon image missing: ' + icon_id);
return;
}
try {
icon = icon.clone();
$(elem).empty().append(icon);
} catch(e) {
// icon = svgCanvas.copyElem(icon[0]);
}
$(elem).empty().append(icon);
}
var ua_prefix;