Skip to content

Commit

Permalink
feat: expose arcToCubic API (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver authored Nov 4, 2022
1 parent c9ad79b commit 7ca945b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/util",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/path/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { path2Absolute } from './convert/path-2-absolute';
export { clonePath } from './process/clone-path';
export { normalizePath } from './process/normalize-path';
export { reverseCurve } from './process/reverse-curve';
export { arcToCubic } from './process/arc-2-cubic';
export { getPathBBox } from './util/get-path-bbox';
export { getTotalLength } from './util/get-total-length';
export { getPathBBoxTotalLength } from './util/get-path-bbox-total-length';
Expand Down

0 comments on commit 7ca945b

Please sign in to comment.