feat(smoothstep-edge): add bendPosition to getSmoothStepPath

This commit is contained in:
Kenny Williams
2025-07-02 20:12:00 -07:00
parent 549ec62d6d
commit eaea14c617
5 changed files with 104 additions and 5 deletions
@@ -36,6 +36,7 @@ function createSmoothStepEdge(params: { isInternal: boolean }) {
targetPosition,
borderRadius: pathOptions?.borderRadius,
offset: pathOptions?.offset,
bendPosition: pathOptions?.bendPosition,
});
const _id = params.isInternal ? undefined : id;