Merge pull request #5376 from kennyjwilli/bendposition
feat(smoothstep-edge): add bendPosition parameter to control bend location
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
sourcePosition,
|
||||
targetPosition,
|
||||
borderRadius: pathOptions?.borderRadius,
|
||||
offset: pathOptions?.offset
|
||||
offset: pathOptions?.offset,
|
||||
stepPosition: pathOptions?.stepPosition
|
||||
})
|
||||
);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user