fix(core): Remove Svg.body property
This commit is contained in:
parent
af9b27c8e3
commit
5828e53937
4 changed files with 0 additions and 9 deletions
|
@ -212,7 +212,6 @@ describe('Pattern', () => {
|
|||
const pattern = new Test()
|
||||
pattern.draft()
|
||||
const rp = pattern.getRenderProps()
|
||||
expect(rp.svg.body).to.equal('')
|
||||
expect(rp.width).to.equal(4)
|
||||
expect(rp.height).to.equal(4)
|
||||
expect(rp.parts.front.height).to.equal(4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue