feat(smoothstep-edge): add bendPosition to getSmoothStepPath
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
sourcePosition,
|
||||
targetPosition,
|
||||
borderRadius: pathOptions?.borderRadius,
|
||||
offset: pathOptions?.offset
|
||||
offset: pathOptions?.offset,
|
||||
bendPosition: pathOptions?.bendPosition,
|
||||
})
|
||||
);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user