未验证 提交 627b4610 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #17751 from Mugen87/dev39

ShapePath.d.ts: Fix declaration of .toShapes().
...@@ -20,6 +20,6 @@ export class ShapePath { ...@@ -20,6 +20,6 @@ export class ShapePath {
aY: number aY: number
): void; ): void;
splineThru( pts: Vector2[] ): void; splineThru( pts: Vector2[] ): void;
toShapes( isCCW: boolean, noHoles: any ): Shape[]; toShapes( isCCW: boolean, noHoles?: boolean ): Shape[];
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册