fix(plugin-logo): Updated tests for scale support
This commit is contained in:
parent
4e4ee48c94
commit
78e18d637a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ describe('Logo Plugin Tests', () => {
|
||||||
const pattern = new Pattern().use(plugin)
|
const pattern = new Pattern().use(plugin)
|
||||||
pattern.draft().render()
|
pattern.draft().render()
|
||||||
expect(pattern.svg.defs).to.contain(
|
expect(pattern.svg.defs).to.contain(
|
||||||
'<g id="logo" transform="translate(-23 -36)"><path class="logo"'
|
'<g id="logo" transform="scale(1) translate(-23 -36)"><path class="logo"'
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue