-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersguishaders
Description
Description
Applies corner radius to components like in css & Adobe Xd
Should feature modes:
-
Same radius for all corners
- Inputs:
- number ( >0 ): the radius applied for each corner
- Inputs:
-
Different radius for each corner
- Inputs:
- number ( >0 ): the radius for the top-left corner
- number ( >0 ): the radius for the top-right corner
- number ( >0 ): the radius for the bottom-right corner
- number ( >0 ): the radius for the bottom-left corner
- Inputs:
My idea for the implementation:
Say the component center pivot is at (u,v), the component dimensions are h (height) w (width) and you want to apply radius r to the bottom-right corner.
Adobe Xd reference
End result
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersguishaders

