diff options
-rw-r--r-- | svg.js.d.ts | 2 |
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 {
|