aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svg.js.d.ts2
1 files changed, 1 insertions, 1 deletions
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 {