Apply the perfect corner radius to nested layers based on the parent corner radius and padding.
👉 Usage
- Set the corner radius of the parent frame.
- Make sure the parent frame has auto layout enabled and its padding is uniform.
- Select the child layer and run the plugin.
✅ Supported
- Apply to multiple selections at once
- Frames with mixed corner radii
- Corner smoothing
❌ Not Supported
- Frames with mixed padding
- Layer types other than
RECTANGLE
,FRAME
, andCOMPONENT
- Changing the parent corner radius based on child corner radius