update at 2026-01-23 23:20:39
This commit is contained in:
@@ -135,7 +135,7 @@ describe('annularSectorPath', () => {
|
||||
|
||||
it('应该在大角度时设置 large-arc-flag', () => {
|
||||
const path = annularSectorPath(50, 100, 0, 270);
|
||||
// 大角度应包含 large-arc-flag = 1
|
||||
// 大角度应包含 `large-arc-flag` = 1
|
||||
expect(path).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user