Fix ribbon length
This commit is contained in:
parent
29e28bbd9f
commit
d8db6af749
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default function (part) {
|
|||
// Points
|
||||
points.bottomLeft = new Point(0, 0.5 * store.get('ribbonWidth'))
|
||||
points.topLeft = points.bottomLeft.flipY()
|
||||
points.bottomRight = points.bottomLeft.shift(0, measurements.neck * (1 + options.collarEase))
|
||||
points.bottomRight = points.bottomLeft.shift(0, measurements.neck * (1 + options.collarEase) - (band *2))
|
||||
points.topRight = points.bottomRight.flipY()
|
||||
points.titleAnchor = points.topLeft.shiftFractionTowards(points.bottomRight, 0.5)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue