wrench: Some config tweaks
This commit is contained in:
parent
4141bd177d
commit
9ad7de8e3b
2 changed files with 15 additions and 14 deletions
|
@ -45,10 +45,11 @@
|
|||
pattern.settings.sa = 10;
|
||||
pattern.settings.units = 'metric';
|
||||
pattern.settings.sample = {
|
||||
type: 'option',
|
||||
option: 'chestEase'
|
||||
type: 'measurement',
|
||||
measurement: 'shoulderToShoulder'
|
||||
}
|
||||
pattern.draft();
|
||||
//pattern.sampleOption('sleeveWidthGuarantee');
|
||||
pattern.sampleMeasurement('bicepsCircumference');
|
||||
document.getElementById("svg").innerHTML = pattern.render();
|
||||
|
||||
function pointHover(evt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue