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
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
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