Bug fix in calculation of crotch gusset length for expand = false.
This commit is contained in:
parent
ff0a95f2d2
commit
67a261ff53
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ function draftFront({
|
|||
.attr(
|
||||
'data-text',
|
||||
`${units(2 * sa + store.get('crotchGussetWidth'))} x ${units(
|
||||
sa + (options.legRibbing ? sa : absoluteOptions.legHem) + store.get('crotchGussetLength')
|
||||
(options.legRibbing ? 2 * sa : 2 * absoluteOptions.legHem) +
|
||||
store.get('crotchGussetLength')
|
||||
)}`
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue