From d61b7e4b233b025f9084c8c0219a9d9f7bd9bd8a Mon Sep 17 00:00:00 2001 From: Kevin Cooney Date: Fri, 21 Feb 2025 15:37:13 -0800 Subject: Remove gbox() from G in svg.js.d.ts The method has not existed since c37d94a. --- svg.js.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/svg.js.d.ts b/svg.js.d.ts index b3f17e9..d583754 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -1677,7 +1677,6 @@ declare module '@svgdotjs/svg.js' { constructor(node?: SVGGElement) constructor(attr: object) node: SVGGElement - gbox(): Box } // hyperlink.js -- cgit v1.2.3