1
0
Fork 0

fix(core): Remove Svg.body property

This commit is contained in:
Benjamin Fan 2024-01-24 19:56:20 -08:00
parent af9b27c8e3
commit 5828e53937
4 changed files with 0 additions and 9 deletions

View file

@ -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)