]> source.dussan.org Git - svg.js.git/commitdiff
Optional parameter for 'rbox' method
authorpycraft114 <pycraft114@gmail.com>
Wed, 9 May 2018 11:19:24 +0000 (20:19 +0900)
committerpycraft114 <pycraft114@gmail.com>
Wed, 9 May 2018 11:19:24 +0000 (20:19 +0900)
svg.js.d.ts

index cd46c0f2fd931744cbe8c58c76639ef8e0c7fec2..1544c1ac55f047fc4fe6cea0f45b050310005fca 100644 (file)
@@ -105,7 +105,7 @@ declare namespace svgjs {
     }\r
     interface Element {\r
         bbox(): BBox;\r
-        rbox(container?: Container): RBox;\r
+        rbox(comparison: any): RBox;\r
         tbox(): TBox;\r
     }\r
     interface Library {\r