Merge pull request #5376 from kennyjwilli/bendposition

feat(smoothstep-edge): add bendPosition parameter to control bend location
This commit is contained in:
Moritz Klack
2025-07-10 11:32:06 +02:00
committed by GitHub
6 changed files with 198 additions and 9 deletions
@@ -36,6 +36,7 @@ function createSmoothStepEdge(params: { isInternal: boolean }) {
targetPosition,
borderRadius: pathOptions?.borderRadius,
offset: pathOptions?.offset,
stepPosition: pathOptions?.stepPosition,
});
const _id = params.isInternal ? undefined : id;