1
0
Fork 0

wrench: Some config tweaks

This commit is contained in:
Joost De Cock 2018-08-09 16:51:39 +02:00
parent 4141bd177d
commit 9ad7de8e3b
2 changed files with 15 additions and 14 deletions

View file

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