1
0
Fork 0

fix(brian): Do not render the saBase path

This commit is contained in:
Joost De Cock 2020-04-18 16:09:04 +02:00
parent 790a8b0069
commit bff9951195
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import * as shared from './shared'
export default part => {
export default (part) => {
let {
store,
sa,
@ -33,6 +33,7 @@ export default part => {
// Seamline
paths.saBase = shared.saBase('front', points, Path)
paths.saBase.render = false
paths.seam = new Path()
.move(points.cfNeck)
.line(points.cfHem)