fix(holmes): Added missing scalebox. See #786
This commit is contained in:
parent
e26d4ca0d8
commit
d48603e91f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export default function (part) {
|
||||||
snippets.logo = new Snippet('logo', points.logo).attr('data-scale', 0.7)
|
snippets.logo = new Snippet('logo', points.logo).attr('data-scale', 0.7)
|
||||||
points.title = new Point(0.3 * points.bottom.x, 0.75 * points.bottom.y)
|
points.title = new Point(0.3 * points.bottom.x, 0.75 * points.bottom.y)
|
||||||
macro('title', { at: points.title, nr: 3, title: 'ear', scale: 0.5 })
|
macro('title', { at: points.title, nr: 3, title: 'ear', scale: 0.5 })
|
||||||
|
macro('miniscale', { at: new Point(0, points.bottom.y * 0.3) })
|
||||||
|
|
||||||
if (sa) {
|
if (sa) {
|
||||||
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue