Skip to content

Commit

Permalink
fix: 向下取整
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jan 3, 2025
1 parent 5718eb0 commit db2feaa
Show file tree
Hide file tree
Showing 3 changed files with 1,732 additions and 1,729 deletions.
6 changes: 3 additions & 3 deletions packages/s2-core/__tests__/bugs/issue-3014-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ describe('Cell SubPixel Render Tests', () => {

expect(sizeList).toEqual([
{
width: 200,
width: 199,
height: 60,
},
{
width: 200,
width: 199,
height: 30,
},
{
width: 200,
width: 199,
height: 30,
},
]);
Expand Down
Loading

0 comments on commit db2feaa

Please sign in to comment.