1
0
Fork 0

boom: Updated to new plugin structure in freesewing v0.20

This commit is contained in:
Joost De Cock 2018-12-08 15:11:00 +01:00
parent b69d8e87c9
commit 69740ae0c9
2 changed files with 779 additions and 780 deletions

File diff suppressed because it is too large Load diff

View file

@ -5,10 +5,9 @@ export default {
name: name, name: name,
version: version, version: version,
hooks: { hooks: {
preRender: function(next) { preRender: function(svg) {
this.attributes.add("freesewing:plugin-title", version); svg.attributes.add("freesewing:plugin-title", version);
this.style += style; svg.style += style;
next();
} }
}, },
macros: { macros: {