🐛 Fixed 'hemSa not defined' when drafting paperless simon without seam allowance
This commit is contained in:
parent
90da436ac0
commit
968ac14e60
3 changed files with 7 additions and 2 deletions
|
@ -16,8 +16,10 @@ export default part => {
|
|||
to: points.neck,
|
||||
d: 15 + sa
|
||||
})
|
||||
paths.hemSa.attr('data-text-dy', 7, true)
|
||||
paths.saFrench.attr('data-text-dy', 7, true)
|
||||
if (sa) {
|
||||
paths.hemSa.attr('data-text-dy', 7, true)
|
||||
paths.saFrench.attr('data-text-dy', 7, true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue