@rnacanvas/draw.bonds.curved 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/MoveToSegment.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { FinitePoint } from '@rnacanvas/points.oopified';
|
|
|
2
2
|
import type { SVGCommand } from 'svg-pathdata';
|
|
3
3
|
export declare class MoveToSegment {
|
|
4
4
|
readonly startPoint: FinitePoint;
|
|
5
|
-
static
|
|
5
|
+
static matching(command: SVGCommand): MoveToSegment | never;
|
|
6
6
|
constructor(startPoint: FinitePoint);
|
|
7
7
|
/**
|
|
8
8
|
* Same point object as the start point.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoveToSegment.d.ts","sourceRoot":"","sources":["../src/MoveToSegment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAIzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,qBAAa,aAAa;IAeZ,QAAQ,CAAC,UAAU,EAAE,WAAW;IAd5C,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"MoveToSegment.d.ts","sourceRoot":"","sources":["../src/MoveToSegment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAIzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,qBAAa,aAAa;IAeZ,QAAQ,CAAC,UAAU,EAAE,WAAW;IAd5C,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,UAAU,GAAG,aAAa,GAAG,KAAK;gBActC,UAAU,EAAE,WAAW;IAE5C;;OAEG;IACH,IAAI,QAAQ,IAAI,WAAW,CAE1B;IAED,QAAQ,IAAI,MAAM;CAGnB"}
|
|
@@ -6,7 +6,7 @@ import { FinitePoint } from '@rnacanvas/points.oopified';
|
|
|
6
6
|
export declare class TrailingSegment {
|
|
7
7
|
controlPoints: FinitePoint[];
|
|
8
8
|
readonly endPoint: FinitePoint;
|
|
9
|
-
static
|
|
9
|
+
static matching(command: SVGCommand): TrailingSegment | never;
|
|
10
10
|
constructor(controlPoints: FinitePoint[], endPoint: FinitePoint);
|
|
11
11
|
toString(): string;
|
|
12
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TrailingSegment.d.ts","sourceRoot":"","sources":["../src/TrailingSegment.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD;;GAEG;AACH,qBAAa,eAAe;IAyBP,aAAa,EAAE,WAAW,EAAE;IAAE,QAAQ,CAAC,QAAQ,EAAE,WAAW;IAxB/E,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"TrailingSegment.d.ts","sourceRoot":"","sources":["../src/TrailingSegment.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD;;GAEG;AACH,qBAAa,eAAe;IAyBP,aAAa,EAAE,WAAW,EAAE;IAAE,QAAQ,CAAC,QAAQ,EAAE,WAAW;IAxB/E,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,UAAU,GAAG,eAAe,GAAG,KAAK;gBAwB1C,aAAa,EAAE,WAAW,EAAE,EAAW,QAAQ,EAAE,WAAW;IAE/E,QAAQ,IAAI,MAAM;CAoBnB"}
|