More likely fix to issue 679
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1733 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
79b2634e35
commit
b79afbde87
|
@ -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);
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue