]> source.dussan.org Git - svg.js.git/commitdiff
types: remove at() methods 1223/head
authorLars Hvam <larshp@hotmail.com>
Tue, 12 Oct 2021 09:01:12 +0000 (11:01 +0200)
committerLars Hvam <larshp@hotmail.com>
Tue, 12 Oct 2021 09:01:12 +0000 (11:01 +0200)
svg.js.d.ts

index f45983fbec8b599a99c6f687c93d52694d78185b..bfcd1998f2c4bd9a5f92b5c2d72209d96793e2d0 100644 (file)
@@ -377,7 +377,6 @@ declare module "@svgdotjs/svg.js" {
         constructor(array?: ArrayAlias<ArrayXY> | number[]);\r
 \r
         toLine(): LineAttr;\r
-        at(pos: number): PointArray;\r
         transform(m: Matrix | MatrixLike): PointArray\r
         move(x: number, y: number): this;\r
         size(width: number, height: number): this;\r
@@ -436,7 +435,6 @@ declare module "@svgdotjs/svg.js" {
         size(width: number, height: number): this;\r
         equalCommands(other: PathArray): boolean\r
         morph(pa: PathArray): this\r
-        at(pos: number): PathArray\r
         parse(array?: ArrayAlias<PathCommand> | PathArrayAlias): PathCommand[];\r
         bbox(): Box;\r
         to(a: any): Morphable\r
@@ -1663,7 +1661,7 @@ declare module "@svgdotjs/svg.js" {
         plot(d: string): this\r
         track(): Path\r
     }\r
-    \r
+\r
     // style.js\r
     class Style extends Element {\r
         constructor(node: SVGElement, attr?: StylingAttr);\r