update at 2026-01-23 23:20:39

This commit is contained in:
douboer@gmail.com
2026-01-23 23:20:39 +08:00
parent dc45937623
commit d6312fcd16
24 changed files with 982 additions and 143 deletions

View File

@@ -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();
});
});