From: pycraft114 Date: Fri, 11 May 2018 10:08:14 +0000 (+0900) Subject: Optional paramter for rbox method X-Git-Tag: 2.6.5~9^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=641699afaa97e66e79f089d43d65a532a4c60a67;p=svg.js.git Optional paramter for rbox method --- 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 {