From 69f724faeac9e2ff823b2441ef8c91ce90ba42b8 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Tue, 7 Aug 2018 16:42:48 +0200 Subject: [PATCH] construction: Fitted sleevecap --- packages/brian/config/config.js | 7 +- packages/brian/index.html | 34 ++-- packages/brian/src/index.js | 1 - packages/brian/src/sleeve.js | 323 +++++++++++++++++--------------- 4 files changed, 187 insertions(+), 178 deletions(-) diff --git a/packages/brian/config/config.js b/packages/brian/config/config.js index edb38953067..59a3fcc6879 100644 --- a/packages/brian/config/config.js +++ b/packages/brian/config/config.js @@ -31,6 +31,7 @@ export default { { id: "chestEase", val: 8, type: "%", min: -4, max: 20 }, { id: "collarEase", val: 3.5, type: "%", min: 0, max: 10 }, { id: "bicepsEase", val: 15, type: "%", min: 0, max: 100 }, + { id: "cuffEase", val: 20, type: "%", min: 0, max: 500 }, { id: "backNeckCutout", val: 5, type: "%", min: 2, max: 8 }, { id: "acrossBackFactor", val: 97, type: "%", min: 93, max: 100 }, { id: "armholeDepthFactor", val: 50, type: "%", min: 35, max: 65 }, @@ -46,12 +47,10 @@ export default { { id: "sleevecapQ1Spread1", val: 6, type: "%", min: 0, max: 7 }, { id: "sleevecapQ1Spread2", val: 15, type: "%", min: 0, max: 7 }, { id: "sleevecapQ2Spread1", val: 15, type: "%", min: 0, max: 7 }, - { id: "sleevecapQ2Spread2", val: 5, type: "%", min: 0, max: 7 }, - { id: "sleevecapQ3Spread1", val: 5, type: "%", min: 0, max: 7 }, + { id: "sleevecapQ2Spread2", val: 10, type: "%", min: 0, max: 7 }, + { id: "sleevecapQ3Spread1", val: 10, type: "%", min: 0, max: 7 }, { id: "sleevecapQ3Spread2", val: 8, type: "%", min: 0, max: 7 }, { id: "sleevecapQ4Spread1", val: 7, type: "%", min: 0, max: 7 }, { id: "sleevecapQ4Spread2", val: 7, type: "%", min: 0, max: 7 }, - { id: "sleevecapTopSpread1", val: 5, type: "%", min: 0, max: 7 }, - { id: "sleevecapTopSpread2", val: 5, type: "%", min: 0, max: 7 }, ] }; diff --git a/packages/brian/index.html b/packages/brian/index.html index 3303b47a82e..f8faf21535b 100644 --- a/packages/brian/index.html +++ b/packages/brian/index.html @@ -15,10 +15,20 @@