]> source.dussan.org Git - svg.js.git/commitdiff
Optional paramter for rbox method 854/head
authorpycraft114 <pycraft114@gmail.com>
Fri, 11 May 2018 10:08:14 +0000 (19:08 +0900)
committerpycraft114 <pycraft114@gmail.com>
Fri, 11 May 2018 10:08:14 +0000 (19:08 +0900)
svg.js.d.ts

index 71444673c00f73de5c1923f7724cf6fd00eebd79..0db7b71cefb300ae8578f41db81109643c7ec94f 100644 (file)
@@ -105,7 +105,7 @@ declare namespace svgjs {
     }\r
     interface Element {\r
         bbox(): BBox;\r
-        rbox(comparison?: any): RBox;\r
+        rbox(element?: Element): RBox;\r
         tbox(): TBox;\r
     }\r
     interface Library {\r