🚧 Part cloning
This commit is contained in:
parent
9a60dc5756
commit
18cc30fe74
7 changed files with 90 additions and 3 deletions
|
@ -85,7 +85,7 @@ pattern.prototype.render = function() {
|
|||
this.hooks.attach("postRenderSvg", this.svg);
|
||||
//this.hooks.attach('insertText', this.svg);
|
||||
|
||||
return this.svg.render(this);
|
||||
return this.pack().svg.render(this);
|
||||
};
|
||||
|
||||
pattern.prototype.on = function(hook, method) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue