More likely fix to issue 679

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1733 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-09-20 15:13:26 +00:00
parent 79b2634e35
commit b79afbde87
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,7 @@ $(function() {
if(!svg_icons[id]) return;
$(sel).each(function(i) {
var copy = svg_icons[id].clone();
if(i > 0 && !toImage) copy = fixIDs(copy, i, true);
setIcon($(this), copy, id);
})
});