diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2025-02-22 07:36:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-22 07:36:43 +0100 |
commit | 5e921311c75276d407cb144b8024b8bdd75328d0 (patch) | |
tree | 58396a6ab7ad83deb0061aafcfd89ecbb39655f7 | |
parent | 85f89126c127a318e90ef79e49af655795b3d122 (diff) | |
parent | d61b7e4b233b025f9084c8c0219a9d9f7bd9bd8a (diff) | |
download | svg.js-master.tar.gz svg.js-master.zip |
Remove gbox() from G in svg.js.d.ts
-rw-r--r-- | svg.js.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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 |