From 5aa0362c5d561ad031785e196ab79c8d06f5fdbf Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 22 Jun 2018 11:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/Polyline/offset.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/__test__/Polyline/offset.test.ts b/__test__/Polyline/offset.test.ts index 24530782f..e0295fae1 100644 --- a/__test__/Polyline/offset.test.ts +++ b/__test__/Polyline/offset.test.ts @@ -504,6 +504,7 @@ describe("补圆弧测试", () => { expect(cus[0].GetOffsetCurves(-i).length).toBe(1); } + //需要删除一个无效的线段 ref #IKO6L expect(cus[0].GetOffsetCurves(27.3).length).toBe(1); }) test("补圆弧测试3", () =>