From 641699afaa97e66e79f089d43d65a532a4c60a67 Mon Sep 17 00:00:00 2001 From: pycraft114 Date: Fri, 11 May 2018 19:08:14 +0900 Subject: [PATCH] Optional paramter for rbox method --- 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 7144467..0db7b71 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(element?: Element): RBox; tbox(): TBox; } interface Library { -- 2.39.5