fix(plugins) Logo missing when Exported
This commit is contained in:
parent
adefbe7d18
commit
58ddd283a2
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,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" stroke="none" fill="currentColor" d="${logoPath}"/></g>`,
|
}) translate(-23 -36)"><path class="logo" fill="currentColor" d="${logoPath}"/></g>`,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue