logo.mjs: fix transform issues
This commit is contained in:
parent
cda517fd04
commit
84f1befd83
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ export const logoDefs = [
|
|||
{
|
||||
name: 'logo',
|
||||
def: (scale) =>
|
||||
`<g id="logo" transform="scale(${scale}) translate(-23 -36)"><path class="logo" stroke="none" fill="currentColor" d=${logoPath} /></g>`,
|
||||
`<g id="logo" transform="scale(${
|
||||
2 * scale
|
||||
}) translate(-23 -36)"><path class="logo" stroke="none" fill="currentColor" d="${logoPath}" /></g>`,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue