Skip to content

Commit

Permalink
updating tests for new text image box
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Nov 22, 2023
1 parent 25a0799 commit cff02b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ test('[text] shapeFromText renders an emoji', async t => {
...shape
}, {
type: 'bitmap',
matrix: [ 0.1, 0, 0, 0.1, -6.25, -5.8500000000000005 ],
hash: '8647FpWTCBH'
matrix: [ 0.1, 0, 0, 0.1, -5.7, -5.550000000000001 ],
hash: 'c4y5z8b83AC'
});
});

Expand Down

0 comments on commit cff02b7

Please sign in to comment.