fix(simon): Remove debug outline when boxpleat setting is active
This commit is contained in:
parent
178b5d9190
commit
f7bd8c6204
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Unreleased:
|
||||
|
||||
Fixed:
|
||||
simon:
|
||||
- Remove debug outline when enabling box pleat setting
|
||||
|
||||
2.20.0:
|
||||
date: 2022-01-24
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ export default (part) => {
|
|||
points.boxPleatLeftBottom = new Point(points.boxPleatLeft.x, points.armholeHollowCp2.y)
|
||||
points.boxPleatMidBottom = new Point(points.boxPleatMid.x, points.armholeHollowCp2.y)
|
||||
points.boxPleatRightBottom = new Point(points.boxPleatRight.x, points.armholeHollowCp2.y)
|
||||
paths.armhole.setRender(true).attr('class', 'stroke-xl highlight debug canvas')
|
||||
paths.armhole.setRender(false)
|
||||
paths.armhole = paths.armhole.translate(store.get('boxPleatFold') * 2, 0)
|
||||
for (const p of [
|
||||
'armholePitch',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue