1
0
Fork 0

construction: Replaced create with Design constructor

This commit is contained in:
Joost De Cock 2019-02-16 11:08:16 +01:00
parent a5007e0e4e
commit 03f09bf048
4 changed files with 10 additions and 10 deletions

View file

@ -23,7 +23,7 @@
.use(freesewing.plugins.validate)
;
pattern.settings.only = ['snippet_clone'];
//pattern.settings.only = ['snippet_clone'];
pattern.draft();
document.getElementById("svg").innerHTML = pattern.render();