construction: Pre-weekend commit
This commit is contained in:
parent
95ea42916f
commit
92aca3b339
4 changed files with 31 additions and 7 deletions
|
@ -23,6 +23,7 @@
|
|||
shoulderToWrist: 700,
|
||||
wristCircumference: 190
|
||||
};
|
||||
pattern.settings.paperless = true;
|
||||
pattern.on('preRenderSvg', function(next) {
|
||||
this.attributes.add("viewBox", "-10 -10 600 800");
|
||||
next();
|
||||
|
@ -35,7 +36,6 @@ pattern.on('preRenderSvg', function(next) {
|
|||
// this.svg = this.svg.replace('green', 'yellow');
|
||||
// next();
|
||||
//});
|
||||
console.log(pattern);
|
||||
//console.log(freesewing_theme_default);
|
||||
pattern.loadPlugin(freesewing_theme_designer);
|
||||
pattern.loadPlugin(freesewing_theme_default);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue