Fixed some borrowed code that still referenced onyx.
This commit is contained in:
parent
aca9b30e4b
commit
467bd023d1
2 changed files with 2 additions and 2 deletions
|
@ -629,7 +629,7 @@ function draftBack({
|
|||
points.title = points.cfWaist
|
||||
.shiftFractionTowards(points.outseamHem, 0.5)
|
||||
.shiftFractionTowards(points.inseamHem, 0.5)
|
||||
macro('title', { at: points.title, nr: 2, title: 'onyx:back' })
|
||||
macro('title', { at: points.title, nr: 2, title: 'opal:back' })
|
||||
points.logo = points.title.translate(scale * -20, scale * 35)
|
||||
snippets.logo = new Snippet('logo', points.logo)
|
||||
points.scalebox = points.title.translate(scale * -10, scale * -80)
|
||||
|
|
|
@ -325,7 +325,7 @@ function draftFront({
|
|||
store.cutlist.addCut({ cut: 2, from: 'fabric' })
|
||||
|
||||
points.title = points.cfWaist.shiftFractionTowards(points.outseamHem, 0.5)
|
||||
macro('title', { at: points.title, nr: 1, title: 'onyx:front' })
|
||||
macro('title', { at: points.title, nr: 1, title: 'opal:front' })
|
||||
points.logo = points.title.translate(-scale * 20, scale * 35)
|
||||
snippets.logo = new Snippet('logo', points.logo)
|
||||
points.scalebox = points.title.translate(0, -scale * 100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue