More likely fix to issue 679
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1733 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -358,6 +358,7 @@ $(function() {
|
|||||||
if(!svg_icons[id]) return;
|
if(!svg_icons[id]) return;
|
||||||
$(sel).each(function(i) {
|
$(sel).each(function(i) {
|
||||||
var copy = svg_icons[id].clone();
|
var copy = svg_icons[id].clone();
|
||||||
|
if(i > 0 && !toImage) copy = fixIDs(copy, i, true);
|
||||||
setIcon($(this), copy, id);
|
setIcon($(this), copy, id);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user