fixes #17
This commit is contained in:
parent
0b743b24f9
commit
ca716e75c8
1 changed files with 2 additions and 2 deletions
|
|
@ -217,8 +217,8 @@ $(function(){
|
|||
namespaces[attr.name] = attr.value;
|
||||
}
|
||||
}
|
||||
|
||||
var newSvg = f.select("g");
|
||||
|
||||
var newSvg = snap.group(f.selectAll("svg>*"));
|
||||
newSvg.attr(namespaces);
|
||||
var id = self.getEntryId(file);
|
||||
var previewId = self.generateUniqueId(id); // appends -# if multiple times the same design is placed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue