🐛 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
|
@ -53,6 +53,7 @@
|
|||
|
||||
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
||||
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
||||
- [#103](https://github.com/freesewing/freesewing.org/issues/103): Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance
|
||||
|
||||
### utils
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@ Unreleased:
|
|||
Updated simon with more sensible defaults for ease options"
|
||||
- "[#102](https://github.com/freesewing/freesewing.org/issues/102):
|
||||
Fixed 'Snippets not defined' error when drafting a seperate button placket"
|
||||
- "[#103](https://github.com/freesewing/freesewing.org/issues/103):
|
||||
Fixed 'hemSa not defined' when drafting paperless Simon without seam allowance"
|
||||
utils:
|
||||
- Removed lingering debug statement in formatImperial
|
||||
Security:
|
||||
|
|
|
@ -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