From ebb624d6ed84171389fb6b4c3f5b50af03f41e9b Mon Sep 17 00:00:00 2001 From: pycraft114 Date: Thu, 10 May 2018 10:53:28 +0900 Subject: Type fix --- svg.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.js.d.ts b/svg.js.d.ts index 1544c1a..7144467 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -105,7 +105,7 @@ declare namespace svgjs { } interface Element { bbox(): BBox; - rbox(comparison: any): RBox; + rbox(comparison?: any): RBox; tbox(): TBox; } interface Library { -- cgit v1.2.3