@flighthq/path 0.3.1-next.385.e32d957 → 0.3.1-next.407.d03a0bb
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/path.js +1 -1
- package/package.json +2 -2
package/dist/path.js
CHANGED
|
@@ -289,5 +289,5 @@ function vectorAngle(ux, uy, vx, vy) {
|
|
|
289
289
|
}
|
|
290
290
|
// Optimal cubic Bezier arc approximation constant: 4*(sqrt(2)-1)/3.
|
|
291
291
|
// Maximum radial error is < 0.03% of the radius.
|
|
292
|
-
const KAPPA = 0.
|
|
292
|
+
const KAPPA = 0.5522847498307936;
|
|
293
293
|
//# sourceMappingURL=path.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flighthq/path",
|
|
3
|
-
"version": "0.3.1-next.
|
|
3
|
+
"version": "0.3.1-next.407.d03a0bb",
|
|
4
4
|
"author": "Joshua Granick and other contributors",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"clean:dist": "tsx ../../scripts/clean-package-dist.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@flighthq/types": "0.3.1-next.
|
|
41
|
+
"@flighthq/types": "0.3.1-next.407.d03a0bb"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "^5.3.0"
|