You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a suggestion for the generateStageSvgPathString function. It would be great if we could add a prop to the StageDefinition interface to allow sharp edges for the highlight box. Right now, it only supports rounded edges with stageRadius.
Proposed Change:
Add a sharpEdges prop to StageDefinition. If sharpEdges is true, the function should generate sharp edges instead of rounded ones.
This would give more flexibility in how the highlight box looks. Let me know if this is something you'd consider. Happy to help with a pull request if needed.
Thanks!
Best,
Aga
The text was updated successfully, but these errors were encountered:
Hey team,
I have a suggestion for the generateStageSvgPathString function. It would be great if we could add a prop to the StageDefinition interface to allow sharp edges for the highlight box. Right now, it only supports rounded edges with stageRadius.
Proposed Change:
Add a sharpEdges prop to StageDefinition. If sharpEdges is true, the function should generate sharp edges instead of rounded ones.
Example:
This would give more flexibility in how the highlight box looks. Let me know if this is something you'd consider. Happy to help with a pull request if needed.
Thanks!
Best,
Aga
The text was updated successfully, but these errors were encountered: