1
0
Fork 0

🚧 Part cloning

This commit is contained in:
Joost De Cock 2018-08-03 14:20:28 +02:00
parent 9a60dc5756
commit 18cc30fe74
7 changed files with 90 additions and 3 deletions

View file

@ -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) {