[plugin-annotations] fix: Logo position tweaked (#202)
Closes #140 The shared path causes the logo to be offset differently so to fix this making a slight tweak to the translate. Before  After  Designs after Oct 2023 will have used the incorrect one so may need tweaking down the line. Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/202 Co-authored-by: bobgeorgethe3rd <bobgeorgethe3rd@googlemail.com> Co-committed-by: bobgeorgethe3rd <bobgeorgethe3rd@googlemail.com>
This commit is contained in:
parent
b6ab7517c1
commit
d5d1e2cdce
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ export const logoDefs = [
|
||||||
def: (scale) =>
|
def: (scale) =>
|
||||||
`<g id="logo" transform="scale(${
|
`<g id="logo" transform="scale(${
|
||||||
2 * scale
|
2 * scale
|
||||||
}) translate(-23 -36)"><path class="logo" fill="currentColor" d="${logoPath}"/></g>`,
|
}) translate(-12.55 -18)"><path class="logo" fill="currentColor" d="${logoPath}"/></g>`,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue