fix line spacing
This commit is contained in:
parent
3f3746009e
commit
a25df39508
1 changed files with 1 additions and 3 deletions
|
@ -5,8 +5,6 @@ export const logoDefs = [
|
||||||
{
|
{
|
||||||
name: 'logo',
|
name: 'logo',
|
||||||
def: (scale) =>
|
def: (scale) =>
|
||||||
`<g id="logo" transform="scale(${
|
`<g id="logo" transform="scale(${2*scale}) translate(-23 -36)"><path class="logo" stroke="none" fill="currentColor" d="${logoPath}"/></g>`,
|
||||||
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