chore(core): Use hide, not render
This commit is contained in:
parent
026560ef24
commit
5dc7401308
82 changed files with 337 additions and 293 deletions
|
@ -334,10 +334,10 @@ function jaegerFront({
|
|||
.line(points.cutawayPoint)
|
||||
.curve(points.cutawayPointCp2, points.roundStartCp1, points.roundStart)
|
||||
.curve(points.roundCp1, points.roundCp2, points.roundEnd)
|
||||
paths.saBase.render = false
|
||||
paths.saBase.hide()
|
||||
|
||||
paths.hemBase = new Path().move(points.roundEnd).line(points.hem)
|
||||
paths.hemBase.render = false
|
||||
paths.hemBase.hide()
|
||||
|
||||
paths.seam = paths.saBase.clone().join(paths.hemBase).attr('class', 'fabric')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue