1
0
Fork 0

change logo anchors y

This commit is contained in:
bobgeorgethe3rd 2022-08-10 19:09:45 +01:00 committed by GitHub
parent 1cdac0731b
commit 1e2c00b8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ export default (part) => {
to: points.grainlineBottom,
})
macro('scalebox', { at: points.knee })
points.logoAnchor = new Point(points.crossSeamCurveStart.x / 2, points.crossSeamCurveStart.y)
points.logoAnchor = new Point(points.crossSeamCurveStart.x / 2, points.fork.y)
snippets.logo = new Snippet('logo', points.logoAnchor)
points.titleAnchor = points.logoAnchor.shift(-90, 60)
macro('title', {