Merge pull request #5376 from kennyjwilli/bendposition
feat(smoothstep-edge): add bendPosition parameter to control bend location
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user