1
0
Fork 0

fix(simon): Remove debug outline when boxpleat setting is active

This commit is contained in:
Joost De Cock 2022-01-26 09:48:52 +01:00
parent 178b5d9190
commit f7bd8c6204
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Unreleased:
Fixed:
simon:
- Remove debug outline when enabling box pleat setting
2.20.0:
date: 2022-01-24

View file

@ -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',