From 6a4caee8928b698836b3a1eacc18751fdf4a5567 Mon Sep 17 00:00:00 2001 From: FrankSandqvist <32358133+FrankSandqvist@users.noreply.github.com> Date: Sun, 18 Mar 2018 20:28:06 +0200 Subject: X & Y Properties on Point Or should I not access these directly? --- svg.js.d.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'svg.js.d.ts') diff --git a/svg.js.d.ts b/svg.js.d.ts index b7b4358..4a08093 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -658,6 +658,9 @@ declare namespace svgjs { new (point: Point): Point; new (position: { x: number, y: number }): Point; new (x: number, y: number): Point; + + x: number; + y: number; clone(): Point; morph(point: Point): this; -- cgit v1.2.3