From 6ff0dcfb4b5660f7a767c60d01772b8be6ff0024 Mon Sep 17 00:00:00 2001 From: pycraft114 Date: Wed, 9 May 2018 20:11:29 +0900 Subject: Optional parameter 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 d624e88..cd46c0f 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -105,7 +105,7 @@ declare namespace svgjs { } interface Element { bbox(): BBox; - rbox(): RBox; + rbox(container?: Container): RBox; tbox(): TBox; } interface Library { -- cgit v1.2.3